

.balanka{
  text-align: center;
  color: #532ae6;
  text-shadow:1px 1px 0 rgba(white, 1);
  margin-top: 20px;
}

.email-field{
  border: none;
}
form {
  max-width: 600px;
  text-align: center;
  margin: 20px auto;
 
 input, textarea {
    border:0; outline:0;
    padding: 1em;
    border-radius:8px;
    display: block;
    width: 100%;
    margin-top: 1em;
    font-family: 'Merriweather', sans-serif;
    box-shadow:0 1px 1px rgba(black, 0.1);
    resize: none;
    border: 1px solid rgb(83, 83, 241);
   
   &:focus {
      box-shadow:0 0px 2px rgba(#4f4ce7, 1)!important;
   }
 }
 
 
 #input-submit {
    color: white; 
    background: #3f3ce7;
    cursor:pointer;
   
   &:hover {
      box-shadow:0 1px 1px 1px rgba(#aaa, 0.6); 
   }
 }
 
 textarea {
     height: 110px;
 }
}


.half {
 float: left;
 width: 48%;
 margin-bottom: 1em;
}

.right { width: 50%; }

.left {
    margin-right: 2%; 
}

.container-right {
  flex-basis: 100%;
  padding: 0px 10px;
  background: hsl(207, 95%, 55%);
  color: #ffffff;
  border-radius: 0px 20px 20px 0px;
}
.container-right h3 {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 20px;
}

tr td:first-child {
  font-size: 20px;
  font-weight: 600;
  padding-right: 20px;
}

tr td {
  padding-top: 20px;
}

/* Styling for iframes */
iframe {
  width: 90%;
  height: 70%;
 
  border: none;
  border-radius: 10px;
  outline: none;
  margin-top: 30px;}