* { font-family: Arial, sans-serif; }
body {
   font-size: 16px;
    font-weight: 700;
    line-height: 1.625;
    background-color: #e1f2fc;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 30px;
  color: #860038;
  font-family: korolev,sans-serif;
}
h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 20px 0;
  color: #3c536e;
  font-family: korolev,sans-serif;
}
    
.radio-container {
    /*background-color: #f0f0f0;*/
    padding: 1px;
    /*border: 2px solid #333;
    border-radius: 5px;*/
    margin: 10px 0;
    display: inline-block;
    /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);*/
}
.radio-container label { font-weight: bold; margin-right: 10px; }
.radio-container input[type="radio"] { transform: scale(1.5); margin-right: 5px; }
input[type="submit"] {
  background-color: #00395a;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  white-space: normal;
  width: auto;
  margin-top: 5px;
}
button {
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #000;
    color: #860038;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    white-space: normal;
    width: auto;
    margin-top: 5px;
}
#upload_file {
    padding: 16px 8px 16px 8px;
    cursor: pointer; 
    font-weight: bold; 
    font-size: 0.9em;
    color: black;
    background-color: #fff;
    border-radius: 5px;
    width: 97%;
    border: 1px solid #ddd;
    /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
    */
}
#first_name, #last_name, #email, #captcha {
    /*margin: 0 0 0 10px; padding: 5px; border-radius: 6px; font-size: 1.5em;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
    */
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 16px;
    font-weight: 700;
    padding: 8px;
    width: 97%;
    margin-bottom: 3px;
    line-height: normal;
}


