<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.registration-container{
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  align-content: center;

}
.registration{
  max-width: 500px;
}
  
@media (max-width:30000px){
  body{
    /*background: url(../images/bg.jpg) no-repeat -155px 0px;*/
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
  body a,form li,input[type="submit"],input[type="text"],.sixth-login input[type="submit"],.third-login input[type="submit"]{
    transition: 0.1s all;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
  }
  .g-recaptcha{ 
    margin:0;
    padding: 0;
  }
  
  section{
    width: 40%;
    padding: 0;
  }
  
  .contact_instructions{
    padding: 10px;
  }
  .contact_heading{
    margin: 10px;
  }
  .form-info {
    padding: 10px;
    /* display: flex; */
    
    /* margin: 1em 1em 0 1em; */
  }
  .contact_recapcha{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 1rem;
    
  }
  .g-recaptcha{
    box-sizing:border-box;
    /* width: 100%; */
    margin:0;
    padding: 0;
  }
  .contact_form_name{
    width: 100%;
  }
  textarea {
    box-sizing:border-box;
    vertical-align: top;
    background: #fff;
    color: #3E4E95;
    outline: none;
    width: 100%;
    border: 1px solid#000;
    padding: 1px 2px;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 100;
    resize: none;
    height: 120px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1rem;
  }
  textarea:hover {
    background: #fff;
    color: #3E4E95;
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -o-transition: 2s all;
  }
  input.text {
    box-sizing:border-box;
    outline: none;
    background: #fff;
    color: #3E4E95;
    width: 100%;
    height: 2.5rem;
    /* padding: 10px 10px; */
    border: 1px solid#000;
    font-size: 1rem;
    font-weight: 100;
    margin-bottom: 1rem;
  }
  input.text:hover {
    background: #fff;
    color: #3E4E95;
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -o-transition: 2s all;
  }
  
  /* input[type="submit"] {
    width: 100%;
    font-size: 2rem;
    height: 3rem;
  } */
  
  .avtar img {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  
  button {
    box-sizing:border-box;
    outline: none;
    background: none;
    border: 1px solid#000;
    color: #000;
    width: 100%;
    font-size: 2rem;
    font-weight: 400;
    cursor: pointer;
  }
  button:hover {
    background: #fff;
    color:#3E4E95;  		
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -o-transition: 2s all;
  }
  
  .succMsg{ color:#009755 ; font-size: 15px;font-weight: bold;padding-top: 15px;}
  .errMsg{ color:#fb4314 ; font-size: 15px;font-weight: bold;padding-top: 15px;}
  
  
}
@media (max-width:1200px){
  section{
    width: 40%;
  }

}

@media (max-width:700px){
  section{
    width: 70%;
  }
}
@media (max-width:440px){
  section{
    width: 80%;
  }
} </pre></body></html>