/*    Global styles   */
html
{
    /*background: white;*/
  /*background-image: url('../images/background_1920_1080.png');*/
  /*background-color: #4E187C;*/
  height: 100vh;
}





/**************************************************   Teacher SignUp  ********************************************************/
.teacher_signup_container
{
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 5px;
  /*border: 2px solid red;*/
}

.teacher_signup_container_c1
{
  /*border: 2px solid red;*/
  /*height:600px;*/
}

.teacher_signup_container_c2
{
  /*border: 2px solid red;*/
  /*height: 600px;*/
}

.teacher_signup_container_c1_logo
{

  align-items: center;
  text-align: center;
  padding-top: 180px;
}

.teacher_signup_container_c1_logo img
{
  height: 120px;
}

.teacher_signup_container_c1_logo_img path
{
  fill: #FFFFFF;
}

.teacher_signup_container_c1_slogan{
  display: flex;
  text-align: center;
  justify-content:center;
}

.teacher_signup_container_c1_slogan p{
font-size: 21px;
padding: 5px;
font-family: Montserrat;
}

.teacher_signup_container_c1_slogan p:nth-child(1){
color: white;
}

.teacher_signup_container_c1_slogan p:nth-child(2){
  color: #D99E30;
  text-transform: uppercase;
}

.teacher_signup_container_c1_slogan p:nth-child(3){
color: white;
}

.teacher_signup_container_c1_slogan p:nth-child(4){
color: white;
}


.teacher_signup_container_c1_slogan p:nth-child(5){
  color: #D99E30;
  text-transform: uppercase;
}


.teacher_signup_container_c2_input
{
  height: auto;
  width: 60%;
  margin-left: 15%;
  border-radius: 30px;
  background-color: #000000A5;
  font-family: Montserrat;
  /*border: 2px solid white;*/
  padding: 10px 5% 20px 5%;
}


.teacher_signup_container_c2_input_error_messages
{
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.teacher_signup_container_c2_input_error_messages .errors
{
  font-size: 12px;
}

.teacher_signup_container_c2_input_error_messages .errors li
{
  margin-bottom: 10px;
}


.teacher_signup_container_c2_input_head
{
  /*border: 2px solid yellow;*/
  padding-bottom: 0px;
}


.teacher_signup_container_c2_input_head p:nth-child(1)
{
  text-align: center;
  color: white;
  padding-top: 10px;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight:bold;
  letter-spacing: 2px;
}


.teacher_signup_container_c2_input p:nth-child(2)
{
  text-align: center;
  color: #D99E30;
  font-size: 12px;
  margin-top: 0px;
  /*border: 2px solid green;*/
  margin-bottom: 0px;
}


.teacher_signup_container_c2_input_error_messages
{
  margin: 0;
  padding: 0;
}


.teacher_signup_container_c2_input_form
{
    /*border: 2px solid blue;*/
    height: auto;
    /*width: 90%;
    /*margin-left: 5%;*/
}


label,input{
    display: block;
}

label
{
  font-family: Montserrat;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #FFFFFF;
}


.teacher_signup_container input{
  outline: none;
  border: none;
  width: 88%;
  margin-right: 3%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 10px;
  font-size: 13px;
  margin-bottom: 30px;
  /*border: 2px solid red;*/
  /*height: 18px;
  padding-top: 4px;*/
}

.signup_name
{
  margin-bottom: 10px;
  width: 80%;
  margin-left: 10%;
  /*border: 2px solid yellow;*/
}

.teacher_signup_name_icon
{
  border: 2px solid white;
  display: flex;
  border-radius: 15px;
  background: #FFFFFF;
  height: 23px;
}

.teacher_signup_name_icon input
{
  height: 22px;
  margin-top: 0px;
}


.fa-user  {
   padding-top: 5px;
  color: #D99E30;
  text-align: center;
}

.email_number
{
  margin-left: 10%;
  /*border: 2px solid yellow;*/
  display: grid;
  grid-template-columns: 65% 35%;
  width: 80%;

}


.signup_email
{
  margin-left: 0px;
  padding-left: 0px;
}

.teacher_signup_email
{
  margin-left: 0px;
  padding-left: 0px;
  /*border: 2px solid blue;*/
}

.teacher_signup_email_icon
{
  /*border: 2px solid blue;*/
  display: flex;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #FFFFFF;
  height: 25px;
  width: 100%;
  margin-bottom: 10px;
  /*border-right: 2px solid black;*/
}


.teacher_signup_email input
{
  outline: none;
  border: none;
  width: 82%;
  padding-left: 10px;
  font-size: 13px;
  /*border: 2px solid red;*/
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 23px;
  margin-top: 0px;
}

.fa-envelope  {
   padding-top: 5px;
  color: #D99E30;
  text-align: center;
  margin-left: 0px;
}


.signup_mobile
{
  margin-left: 0px;
  padding-left: 0px;
}

.signup_mobile
{
  margin-bottom: 15px;
}


.teacher_signup_mobile_icon
{
  display: flex;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #FFFFFF;
  height: 25px;
  width: 98%;
  margin-left: 2%;
}

.teacher_signup_mobile input
{
  outline: none;
  border: none;
  width: 70%;
  padding-left: 5px;
  font-size: 13px;
  margin-right: 5px;
  /*border: 2px solid red;*/
  border-radius: 0px;
  height: 23px;
  margin-top: 0px;
}

.fa-phone  {
   padding-top: 5px;
  color: #D99E30;
  text-align: center;
}


.signup_username
{
  margin-bottom: 15px;
  width: 80%;
  margin-left: 10%;
}


.teacher_signup_username_icon
{
  border: 2px solid white;
  display: flex;
  border-radius: 15px;
  background: #FFFFFF;
  height: 23px;
}


.teacher_signup_username_icon input
{
  height: 22px;
  margin-top: 0px;
}


.fa-at  {
   padding-top: 5px;
  color: #D99E30;
  text-align: center;
}


.teacher_signup_dob_icon
{
  border: 2px solid white;
  display: flex;
  border-radius: 15px;
  background: #FFFFFF;
  height: 23px;
}

.teacher_signup_dob_icon input
{

}

.date_of_birth
{
  width: 90%;
  margin-left: 5%;
  width: 80%;
  margin-left: 10%;
}


.date_of_birth input
{
  font-family: Montserrat;
  width: 94%;
  height: 22px;
  margin-top: 0px;
}

input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(78%) sepia(55%) saturate(1063%) hue-rotate(336deg) brightness(90%)
}


.gender
{
  margin: 10px 0px 20px 10%;
  padding: 0px 0px 0px 0px;
  width: 80%;
}

.gender p{
  margin-bottom: 5px;
  font-size: 12px;
  text-align: left;
    color: white;
    margin-top: 0px;
}


.gender_options{
  margin-left: 15px;

}

.gender_options input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;

}


.gender_options label {
    display: inline-block;
    padding: 5px 5px;
    font-family: Montserrat;
    font-size: 12px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    width: 15%;
    text-align: center;
    margin-right: 2px;
    text-transform: uppercase;
}


.gender_options label:hover {
  cursor: pointer;
}

.gender_options input[type="radio"]:focus + label {
border: none;

}

.gender_options input[type="radio"]:checked + label {
    background-color: #D99E30;
    border: none;
}


.teacher_signup_password_icon
{
  border: 2px solid white;
  display: flex;
  border-radius: 15px;
  background: #FFFFFF;
  height: 23px;
}

.teacher_signup_password_icon input
{
  height: 22px;
  margin-top: 0px;
}

.fa-key  {
   padding-top:3px;
  color: #D99E30;
  text-align: center;
}

.password
{
  margin-bottom: 15px;
  width: 80%;
  margin-left: 10%;
}


.teacher_signup_terms
{
  color: #FFFFFF;
  line-height: 20px;
  padding-left: 2%;
  width: 95%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}



.teacher_signup_terms p
{
  display: inline;
  font-size: 11px;
}



.teacher_signup_terms a
{
  text-decoration: none;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}


.signup_button {
  text-align: center;
  display: flex;
  /*border: solid 2px red;*/
  justify-content:center;
}


.signup_button input{
  /*border: solid 2px blue;*/
  width: 25%;
  padding: 5px 5px 5px 5px;
  border-radius: 3px;
  font-size: 12px;
  margin-top: 0px;
  background-color: #D99E30;
  color: #FFFFFF;
  font-family: Montserrat;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 0px;
}

.signup_button input:hover{
  font-weight: bold;
  cursor:pointer;
}

.signup_button a{
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Montserrat;
  margin-top: 5px;
}


.signup_button a:hover{
  text-decoration: underline;
}

.signup_button a:visited{
  color: #FFFFFF;
}



/*.signup_email
{
  margin-bottom: 15px;

}*/


/*.signup_email input
{
  outline: none;
  border: none;
  width: 85%;
  padding-left: 10px;
  font-size: 13px;
  border: 2px solid blue;
  border-radius: 15px;
}*/


/*.email_icon
{
  border: 2px solid blue;
  display: flex;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #FFFFFF;
  height: 25px;
  width: 100%;
}*/


/*.input_icon
{
  border: 2px solid white;
  display: flex;
  border-radius: 15px;
  background: #FFFFFF;
  height: 23px;
}*/


/*.teacher_signup_input_icon
{
  border: 2px solid white;
  display: flex;
  border-radius: 15px;
  background: #FFFFFF;
  height: 23px;
}*/




/*****************************************   Teacher Signup Responsive Pages *********************************************/
@media screen and (min-width:2550px) and (max-width:3439px)
{
  .teacher_signup_container
  {
    margin-top: 60px;
    grid-template-columns: 50% 50%;
  }


  .teacher_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .teacher_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 300px;
  }

  .teacher_signup_container_c1_logo img
  {
    height: 250px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 36px;
    padding: 5px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 1100px;*/
    height: auto;
    width: 60%;
    margin-left: 15%;
    border-radius: 30px;
    padding: 10px 5% 30px 5%;
    /*border: solid 2px red;*/
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 20px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }


  .teacher_signup_container_c2_input_head
  {
    /*border: 2px solid yellow;*/
    padding-bottom: 0px;
  }


  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 32px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 24px;
    margin-top: 15px;
    /*border: 2px solid pink;*/
    margin-bottom: 0px;
  }

  .teacher_signup_container_c2_input_form
  {
    /*border: 2px solid blue;*/
    height: auto;
    /*width: 91%;
    margin-left: 4%;*/
  }

  .teacher_signup_container_c2_input_form label
  {
    font-size: 22px;
    margin-bottom: 10px;
  }

  /*.teacher_signup_input_icon
  {
    height: 40px;
    border: solid 2px red;
  }*/


  .signup_name
  {
    margin-bottom: 20px;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_name_icon
  {
    height: 43px;
    border-radius: 30px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_name_icon input{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 20px;
    font-size: 20px;
    height: 36px;
    background: white;
    width: 85%;
    /*border: solid 2px blue;*/
    margin-top: 1px;
  }


  .teacher_signup_name_icon .fa-user
  {
    font-size: 25px;
    padding-top: 10px;
  }


  .email_number
  {
    margin-bottom: 20px;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_email_icon
  {
    height: 43px;
    /*border: solid 2px red;*/
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .teacher_signup_email input
  {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 20px;
    font-size: 20px;
    height: 36px;
    background: white;
    /*border: solid 2px blue;*/
    width: 80%;
    margin-top: 1px;
  }

  .teacher_signup_email_icon .fa-envelope
  {
    font-size: 25px;
    padding-top: 10px;
  }


  .teacher_signup_mobile_icon
  {
    height: 43px;
    /*border: solid 2px red;*/
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 98%;
    margin-left: 2%;
    padding-top: 1px;
    padding-bottom: 1px;
  }


  .teacher_signup_mobile input
  {
    width: 70%;
    padding-left: 10px;
    font-size: 20px;
    height: 36px;
    /*border: 2px solid blue;*/
    border-radius: 0px;
    margin-top: 1px;
  }

  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 25px;
    padding-top: 12px;
  }


  .signup_username
  {
    margin-bottom: 20px;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_username_icon
  {
    height: 43px;
    /*border: solid 2px red;*/
    border-radius: 30px;
  }


  .teacher_signup_username_icon input{
    width: 85%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 20px;
    font-size: 20px;
    height: 36px;
    background: white;
    /*border: solid 2px blue;*/
    margin-top: 1px;
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 25px;
    margin-top: 5px;
  }


  .date_of_birth
  {
    margin-bottom: 20px;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_dob_icon
  {
    height: 43px;
    border-radius: 30px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_dob_icon input{
    /*border: solid 2px blue;*/
    border-radius: 30px;
    padding-left: 20px;
    font-size: 20px;
    height: 36px;
    background: white;
    width: 95%;
    margin-top: 2px;
  }


  .gender
  {
    margin: 10px 0px 20px 10%;
    padding: 0px 0px 0px 0px;
    /*border: 2px solid yellow;*/
    width: 80%;
  }

  .gender p
  {
    margin-bottom: 15px;
    font-size: 25px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 5%;
  }

  .gender_options label
  {
    font-size: 20px;
    padding: 10px 10px;
    margin-bottom: 0px;
  }

  .password
  {
    margin-bottom: 20px;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_password_icon
  {
    height: 43px;
    border-radius: 30px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_password_icon input{
    border-radius: 30px;
    padding-left: 20px;
    font-size: 20px;
    height: 36px;
    background: white;
    width: 100%;
    margin-top: 1px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_terms p
  {
    font-size: 20px;
    line-height: 1.8;
  }

  .teacher_signup_terms a
  {
    font-size: 18px;
  }

  .terms p
  {
    font-size: 15px;
  }

  .signup_button
  {
    margin-bottom: 20px;
    /*border: solid 2px red;*/
  }

  .signup_button input{
    width: 25%;
    padding: 12px 12px 12px 12px;
    border-radius: 5px;
    font-size: 22px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .signup_button a{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 20px;
  }

}

@media screen and (min-width:1920px) and (max-width:2549px)
{
  .teacher_signup_container
  {
    margin-top: 20px;
    grid-template-columns: 50% 50%;
  }


  .teacher_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .teacher_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 220px;
  }

  .teacher_signup_container_c1_logo img
  {
    height: 180px;
    margin-top: 30px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 26px;
    padding: 5px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 920px;*/
    height: auto;
    width: 60%;
    margin-left: 15%;
    border-radius: 30px;
    padding: 10px 5% 40px 5%;
    margin-top: 10px;
    margin-bottom: 30px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 16px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_head
  {
    /*border: 2px solid red;*/
    padding-bottom: 0px;
    /*padding-top: 0px;*/
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 24px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .teacher_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height:auto;
  }

  .teacher_signup_container_c2_input_form label
  {
    font-size: 17px;
    margin-bottom: 10px;
  }

  /*.teacher_signup_container input{
    border-radius: 15px;
    padding-left: 20px;
    font-size: 18px;
    height: 37px;
    background: white;
  }*/

  .signup_name
  {
    margin-bottom: 15px;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_name_icon
  {
    height: 38px;
    border-radius: 30px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_name_icon input{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 20px;
    font-size: 18px;
    height: 32px;
    background: white;
    width: 85%;
    /*border: solid 2px blue;*/
    margin-top: 0px;
  }


  .teacher_signup_name_icon .fa-user
  {
     padding-top: 10px;
     font-size: 18px;
  }


  .email_number
  {
    margin-bottom: 15px;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_email_icon
  {
    height: 38px;
    /*border: solid 2px red;*/
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
  }


  .teacher_signup_email input
  {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 20px;
    font-size: 18px;
    height: 30px;
    background: white;
    /*border: solid 2px blue;*/
    width: 80%;
    margin-top: 4px;
  }


  .teacher_signup_email_icon .fa-envelope
  {
    font-size: 18px;
    padding-top: 11px;
  }


  .teacher_signup_mobile_icon
  {
    height: 38px;
    /*border: solid 2px red;*/
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 96%;
    margin-left: 2%;
    padding-top: 1px;
    padding-bottom: 1px;
  }


  .teacher_signup_mobile input
  {
    width: 70%;
    padding-left: 10px;
    font-size: 18px;
    height: 30px;
    /*border: 2px solid blue;*/
    border-radius: 0px;
    margin-top: 4px;
  }


  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 18px;
    padding-top: 13px;
  }


  .signup_username
  {
    margin-bottom: 15px;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_username_icon
  {
    height: 38px;
    /*border: solid 2px red;*/
    border-radius: 30px;
  }


  .teacher_signup_username_icon input
  {
    width: 85%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 20px;
    font-size: 18px;
    height: 30px;
    background: white;
    /*border: solid 2px blue;*/
    margin-top: 3px;
  }


  .teacher_signup_username_icon .fa-at
  {
    margin-top: 3px;
    font-size: 22px;
  }


  .date_of_birth
  {
    margin-bottom: 15px;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_dob_icon
  {
    height: 38px;
    border-radius: 30px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_dob_icon input{
    /*border: solid 2px blue;*/
    border-radius: 30px;
    padding-left: 20px;
    font-size: 18px;
    height: 30px;
    background: white;
    width: 95%;
    margin-top: 4px;
  }


  .gender
  {
    margin: 10px 0px 20px 10%;
    padding: 0px 0px 0px 0px;
    /*border: 2px solid yellow;*/
    width: 80%;
  }

  .gender p
  {
    margin-bottom: 15px;
    font-size: 20px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 5%;

  }

  .gender_options label
  {
    font-size: 16px;
    padding: 10px 10px;
    margin-bottom: 0px;
  }


  .password
  {
    margin-bottom: 15px;
    /*border: 2px solid yellow;*/
  }

  .teacher_signup_password_icon
  {
    height: 38px;
    border-radius: 30px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_password_icon input{
    border-radius: 30px;
    padding-left: 20px;
    font-size: 18px;
    height: 30px;
    background: white;
    width: 100%;
    margin-top: 3px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_terms p
  {
    font-size: 14px;
    line-height: 1.8;
  }

  .teacher_signup_terms a
  {
    font-size: 13px;
  }

  .signup_button
  {
    margin-bottom: 0px;
    /*border: solid 2px blue;*/
  }

  .signup_button input{
    width: 25%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .signup_button a{
    font-size: 16px;
    margin-top: 18px;
  }

}

@media screen and (min-width: 1600px) and (max-width: 1919px)
{
  .teacher_signup_container
  {
    margin-top: 10px;
    grid-template-columns: 50% 50%;
  }


  .teacher_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .teacher_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 240px;
  }

  .teacher_signup_container_c1_logo img
  {
    height: 120px;
    margin-top: 30px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 24px;
    padding: 5px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 820px;*/
    height: auto;
    width: 60%;
    margin-left: 15%;
    border-radius: 30px;
    padding: 10px 5% 30px 5%;
    /*border: solid 2px red;*/
    margin-bottom: 20px;
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 16px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_head
  {
    /*border: 2px solid yellow;*/
    padding-bottom: 0px;
  }


  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 5px;
  }

  .teacher_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
    width: 100%;
  }


  .teacher_signup_container_c2_input_form label
  {
    font-size: 14px;
    margin-bottom: 5px;
  }


  .signup_name
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_name_icon
  {
    height: 30px;
    border-radius: 30px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_name_icon input{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 10px;
    font-size: 16px;
    height: 24px;
    background: white;
    width: 86%;
    margin-top: 3px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_name_icon .fa-user
  {
     padding-top: 8px;
     font-size: 16px;
  }


  .email_number
  {
    margin-bottom: 15px;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_email_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
  }


  .teacher_signup_email input
  {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 10px;
    font-size: 16px;
    height: 24px;
    /*border: solid 2px blue;*/
    width: 80%;
    margin-top: 3px;
  }


  .teacher_signup_email_icon .fa-envelope
  {
    font-size: 16px;
    padding-top: 8px;
  }


  .teacher_signup_mobile_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 95%;
    margin-left: 2%;
    padding-top: 1px;
    padding-bottom: 1px;
  }


  .teacher_signup_mobile_icon input
  {
    width: 65%;
    padding-left: 10px;
    font-size: 16px;
    height: 24px;
    border-radius: 0px;
    margin-top: 3px;
    /*border: 2px solid blue;*/
  }


  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 9px;
  }


  .signup_username
  {
    margin-bottom: 15px;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_username_icon
  {
    height: 30px;
    border-radius: 30px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon input{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 20px;
    font-size: 16px;
    height: 24px;
    background: white;
    width: 83%;
    margin-top: 2px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    margin-top: 3px;
    font-size: 18px;
  }


  .date_of_birth
  {
    margin-bottom: 15px;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_dob_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
    border-radius: 30px;
  }


  .teacher_signup_dob_icon input
  {
    /*border: solid 2px blue;*/
    border-radius: 30px;
    padding-left: 10px;
    font-size: 16px;
    height: 24px;
    width: 95%;
    margin-top: 3px;
  }


  .gender
  {
    margin: 10px 0px 20px 10%;
    padding: 0px 0px 0px 0px;
    /*border: 2px solid yellow;*/
    width: 80%;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 5%;
  }

  .gender_options label
  {
    font-size: 15px;
    padding: 7px 7px;
    margin-bottom: 0px;
    width: 20%;
  }

  .password label
  {
    font-size: 16px;
  }

  .password
  {
    margin-bottom: 15px;
  }


  .teacher_signup_password_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 20px;
    font-size: 15px;
    height: 24px;
    width: 94%;
    margin-top: 2px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_terms p
  {
    font-size: 12px;
    line-height: 1.8;
  }

  .signup_button
  {
    margin-bottom: 10px;
    /*border: solid 2px red;*/
  }

  .signup_button input{
    width: 25%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 0px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 10px;
  }

}

@media screen and (min-width:1440px) and (max-width:1535px)
{
  .teacher_signup_container
  {
    margin-top: 20px;
    grid-template-columns: 50% 50%;
  }


  .teacher_signup_container_c1
  {
    /*border: 2px solid red;*/
    /*  height:600px;*/
    /*padding-left: 40px;*/
  }

  .teacher_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 220px;
  }

  .teacher_signup_container_c1_logo img
  {
    height: 120px;
    margin-top: 30px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 22px;
    padding: 5px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 760px;*/
    height: auto;
    width: 60%;
    margin-left: 15%;
    border-radius: 30px;
    padding-top: 0px;
    margin-bottom: 30px;
    padding: 10px 5% 30px 5%;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 15px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_head
  {
    /*border: solid 2px red;*/
    padding-bottom: 0px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 19px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 16px;
    margin-top: 10px;
  }

  .teacher_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
    width: 100%;
  }


  .teacher_signup_container_c2_input_form label
  {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .signup_name
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_name_icon
  {
    height: 30px;
    border-radius: 30px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_name_icon input{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 15px;
    font-size: 15px;
    height: 24px;
    background: white;
    width: 82%;
    margin-top: 2px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_name_icon .fa-user
  {
     padding-top: 7px;
     font-size: 16px;
  }

  .email_number
  {
    margin-bottom: 15px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_email_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
  }


  .teacher_signup_email input
  {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 15px;
    font-size: 15px;
    height: 24px;
    width: 80%;
    margin-top: 2px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_email_icon .fa-envelope
  {
    font-size: 16px;
    padding-top: 8px;
  }


  .teacher_signup_mobile_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 95%;
    margin-left: 2%;
    padding-top: 1px;
    padding-bottom: 1px;
  }


  .teacher_signup_mobile_icon input
  {
    width: 65%;
    padding-left: 10px;
    font-size: 15px;
    height: 24px;
    /*border: 2px solid blue;*/
    border-radius: 0px;
    margin-top: 2px;
  }


  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 9px;
  }


  .signup_username
  {
    margin-bottom: 15px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_username_icon
  {
    height: 30px;
    border-radius: 30px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon input{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 15px;
    font-size: 15px;
    height: 24px;
    width: 80%;
    margin-top: 2px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 18px;
    padding-top: 7px;
  }


  .date_of_birth
  {
    margin-bottom: 15px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_dob_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
    border-radius: 30px;
  }


  .teacher_signup_dob_icon input
  {
    border-radius: 15px;
    padding-left: 15px;
    font-size: 15px;
    height: 24px;
    width: 93%;
    margin-top: 2px;
    /*border: solid 2px blue;*/
  }


  .gender
  {
    margin: 10px 0px 20px 6%;
    padding: 0px 0px 0px 0px;
    /*border: 2px solid yellow;*/
    width: 88%;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 5%;

  }

  .gender_options label
  {
    font-size: 14px;
    padding: 8px 8px;
    margin-bottom: 0px;
    width: 20%;
  }


  .password
  {
    margin-bottom: 15px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_password_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 20px;
    font-size: 15px;
    height: 24px;
    width: 95%;
    margin-top: 2px;
  }


  .teacher_signup_terms p
  {
    font-size: 11px;
    line-height: 1.8;
  }


  .signup_button
  {
    /*border: solid 2px red;*/
    padding-top: 0px;
    margin-top: 0px;
  }


  .signup_button input{
    width: 25%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 0px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 8px;
  }

}

@media screen and (min-width:1366px) and (max-width:1439px)
{

  .teacher_signup_container
  {
    margin-top: 10px;
    grid-template-columns: 50% 50%;
  }


  .teacher_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
    /*padding-left: 40px;*/
  }

  .teacher_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 200px;
  }

  .teacher_signup_container_c1_logo img
  {
    height: 110px;
    margin-top: 30px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 20px;
    padding: 5px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 760px;*/
    height: auto;
    width: 70%;
    margin-left: 12%;
    border-radius: 30px;
    padding: 10px 5% 20px 5%;
    margin-bottom: 20px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 14px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_head
  {
    /*border: solid 2px pink;*/
    padding-bottom: 0px;
  }


  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 17px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 14px;
    margin-top: 10px;
  }

  .teacher_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .teacher_signup_container_c2_input_form label
  {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .signup_name
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 28px;
    border-radius: 25px;
  }


  .teacher_signup_name_icon input{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 20px;
    font-size: 15px;
    height: 22px;
    background: white;
    width: 84%;
    margin-top: 2px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_name_icon .fa-user
  {
    padding-top: 7px;
    font-size: 16px;
  }


  .email_number
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_email_icon
  {
    height: 28px;
    /*border: solid 2px red;*/
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
  }


  .teacher_signup_email input
  {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 20px;
    font-size: 15px;
    height: 24px;
    width: 78%;
    margin-top: 2px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_email_icon .fa-envelope
  {
    font-size: 16px;
    padding-top: 7px;
  }


  .teacher_signup_mobile_icon
  {
    height: 28px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 95%;
    margin-left: 2%;
    /*border: solid 2px red;*/
    padding-top: 1px;
    padding-bottom: 1px;
  }


  .teacher_signup_mobile_icon input
  {
    width: 65%;
    padding-left: 10px;
    font-size: 15px;
    height: 24px;
    /*border: 2px solid blue;*/
    border-radius: 0px;
    margin-top: 2px;
  }


  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 10px;
  }


  .signup_username
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_username_icon
  {
    height: 28px;
    border-radius: 25px;
  }


  .teacher_signup_username_icon input{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 15px;
    font-size: 15px;
    height: 24px;
    width: 85%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 7px;
  }


  .date_of_birth
  {
    margin-bottom: 15px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_dob_icon
  {
    height: 28px;
    /*border: solid 2px red;*/
    border-radius: 25px;
  }


  .teacher_signup_dob_icon input
  {
    border-radius: 15px;
    padding-left: 20px;
    font-size: 15px;
    height: 24px;
    width: 91%;
    margin-top: 2px;
  }


  .gender
  {
    margin: 10px 0px 20px 6%;
    padding: 0px 0px 0px 0px;
    /*border: 2px solid yellow;*/
    width: 88%;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 5%;

  }

  .gender_options label
  {
    font-size: 12px;
    padding: 8px 8px;
    width: 20%;
    margin-bottom: 0px;
  }


  .password
  {
    margin-bottom: 15px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_password_icon
  {
    height: 28px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 20px;
    font-size: 15px;
    height: 24px;
    width: 95%;
    margin-top: 2px;
  }

  .teacher_signup_terms
  {
    /*border: solid 2px blue;*/
  }

  .teacher_signup_terms p
  {
    font-size: 11px;
    margin-bottom: 0px;
  }


  .signup_button
  {
    /*border: solid 2px blue;*/
    padding-top: 0px;
  }

  .signup_button input{
    width: 25%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 0px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 8px;
  }


}

@media screen and (min-width:1280px) and (max-width:1365px)
{
  .teacher_signup_container
  {
    margin-top: 10px;
    grid-template-columns: 50% 50%;
  }


  .teacher_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
    /*padding-left: 40px;*/
  }

  .teacher_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 210px;
  }

  .teacher_signup_container_c1_logo img
  {
    height: 90px;
    margin-top: 30px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 18px;
    padding: 5px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 700px;*/
    height: auto;
    width: 65%;
    margin-left: 8%;
    border-radius: 30px;
    padding: 10px 5% 30px 5%;
    margin-bottom: 20px;
    margin-top: 10px;
    /*border: 2px solid red;*/
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 12px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 5px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 13px;
    margin-top: 5px;
  }

  .teacher_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .teacher_signup_container_c2_input_form label
  {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .signup_name
  {
    margin-bottom: 7px;
    /*border: 2px solid pink;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    border-radius: 18px;
  }


  .teacher_signup_name_icon input{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 10px;
    font-size: 14px;
    height: 20px;
    background: white;
    width: 86%;
    margin-top: 2px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_name_icon .fa-user
  {
    padding-top: 7px;
    font-size: 14px;
  }

  .email_number
  {
    margin-bottom: 7px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_email_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    margin-bottom: 0px;
    /*border: 2px solid red;*/
    padding-top: 1px;
    padding-bottom: 1px;
  }


  .teacher_signup_email input
  {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    padding-left: 10px;
    font-size: 14px;
    height: 20px;
    width: 80%;
    margin-top: 2px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_email_icon .fa-envelope
  {
    font-size: 14px;
    padding-top: 7px;
  }


  .teacher_signup_mobile_icon
  {
    height: 26px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    width: 95%;
    margin-left: 2%;
    padding-top: 1px;
    padding-bottom: 1px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_mobile_icon input
  {
    width: 65%;
    padding-left: 10px;
    font-size: 14px;
    height: 20px;
    /*border: 2px solid blue;*/
    border-radius: 0px;
    margin-top: 3px;
  }


  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 14px;
    padding-top: 7px;
  }


  .signup_username
  {
    margin-bottom: 7px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_username_icon
  {
    height: 26px;
    border-radius: 18px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon input{
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    padding-left: 20px;
    font-size: 14px;
    height: 20px;
    width: 83%;
    margin-top: 2px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 14px;
    padding-top: 7px;
  }

  .date_of_birth
  {
    margin-bottom: 7px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_dob_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_dob_icon input
  {
    border-radius: 15px;
    padding-left: 20px;
    font-size: 14px;
    height: 20px;
    width: 94%;
    margin-top: 1px;
    /*border: solid 2px blue;*/
  }



  .gender
  {
    margin: 10px 0px 20px 6%;
    padding: 0px 0px 0px 0px;
    /*border: 2px solid yellow;*/
    width: 88%;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 13px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 5%;
  }

  .gender_options label
  {
    font-size: 11px;
    padding: 7px 7px;
    width: 20%;
    margin-bottom: 0px;
  }

  .password
  {
    margin-bottom: 7px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .teacher_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 20px;
    font-size: 14px;
    height: 20px;
    width: 94%;
    margin-top: 3px;
  }

  .teacher_signup_terms p
  {
    font-size: 10px;
    line-height: 1.2;
  }

  .teacher_signup_terms a
  {
    font-size: 10px;
  }


  .signup_button
  {
    /*border: solid 2px blue;*/
    padding-top: 0px;
  }

  .signup_button input{
    width: 25%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 11px;
    margin-top: 0px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 8px;
  }
}

@media screen and (min-width:1024px) and (max-width:1279px)
{
  .teacher_signup_container
  {
    margin-top: 20px;
    grid-template-columns: 50% 50%;
  }


  .teacher_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
    /*padding-left: 40px;*/
  }

  .teacher_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 180px;
  }

  .teacher_signup_container_c1_logo img
  {
    height: 90px;
    margin-top: 30px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 16px;
    padding: 5px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 700px;*/
    height: auto;
    width: 65%;
    margin-left: 10%;
    border-radius: 30px;
    padding: 10px 5% 30px 5%;
    margin-bottom: 0px;
    margin-top: 30px;
    /*border: 2px solid red;*/
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 12px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 5px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .teacher_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .teacher_signup_container_c2_input_form label
  {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .signup_name
  {
    margin-bottom: 7px;
    /*border: 2px solid pink;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 22px;
    font-size: 14px;
  }


  .teacher_signup_name_icon input{
    padding-left: 10px;
    font-size: 12px;
    height: 16px;
    background: white;
    width: 85%;
    margin-top: 0px;
    padding-top: 3px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_name_icon .fa-user
  {
    padding-top: 6px;
    font-size: 12px;
  }

  .email_number
  {
    margin-bottom: 7px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_email_icon
  {
    height: 26px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    margin-bottom: 0px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_email input
  {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    padding-left: 10px;
    font-size: 12px;
    height: 20px;
    width: 78%;
    /*border: solid 2px blue;*/
    margin-top: 3px;
  }


  .teacher_signup_email_icon .fa-envelope
  {
    font-size: 12px;
    padding-top: 7px;
  }


  .teacher_signup_mobile_icon
  {
    height: 26px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    width: 97%;
    margin-left: 2%;
  }


  .teacher_signup_mobile_icon input
  {
    width: 65%;
    padding-left: 10px;
    font-size: 12px;
    height: 20px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    margin-top: 3px;
  }


  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 12px;
    padding-top: 8px;
  }


  .signup_username
  {
    margin-bottom: 7px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_username_icon
  {
    height: 24px;
    /*font-size: 14px;*/
  }


  .teacher_signup_username_icon input{
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    padding-left: 10px;
    font-size: 12px;
    height: 20px;
    width: 86%;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 12px;
    padding-top: 6px;
  }

  .date_of_birth
  {
    margin-bottom: 7px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_dob_icon
  {
    height: 22px;
    /*border: solid 2px red;*/
  }

  .gender
  {
    margin: 10px 0px 20px 6%;
    padding: 0px 0px 0px 0px;
    /*border: 2px solid yellow;*/
    width: 88%;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 5%;
  }

  .gender_options label
  {
    font-size: 10px;
    padding: 7px 7px;
    width: 20%;
    margin-bottom: 0px;
  }

  .password
  {
    margin-bottom: 7px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .teacher_signup_password_icon
  {
    height: 22px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 12px;
    height: 20px;
    width: 94%;
    margin-top: 1px;
  }


  .teacher_signup_terms
  {
    width: 100%;
  }


  .teacher_signup_terms p
  {
    font-size: 9px;
  }

  .teacher_signup_terms a
  {
    font-size: 10px;
  }

  .signup_button
  {
    /*border: solid 2px blue;*/
    padding-top: 0px;
  }

  .signup_button input{
    width: 25%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 11px;
    margin-top: 0px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 8px;
  }
}

@media screen and (min-width:990px) and (max-width:1023px)
{
  .teacher_signup_container
  {
    margin-top: 30px;
  }


  .teacher_signup_container_c1
  {
    /*border: 2px solid red;*/
    /*  height:600px;*/
    /*padding-left: 40px;*/
  }

  .teacher_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 200px;
  }

  .teacher_signup_container_c1_logo img
  {
    height: 80px;
    margin-top: 20px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 15px;
    padding: 5px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 680px;*/
    height: auto;
    width: 70%;
    margin-left: 10%;
    border-radius: 30px;
    margin-bottom: 10px;
    padding: 10px 5% 30px 5%;
    margin-top: 20px;
    /*border: 2px solid red;*/
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 11px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 5px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .teacher_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  /*.teacher_signup_container input{
    border-radius: 15px;
    padding-left: 20px;
    font-size: 18px;
    height: 37px;
    background: white;
  }*/

  .teacher_signup_container_c2_input_form label
  {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .signup_name
  {
    margin-bottom: 7px;
    /*border: 2px solid pink;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 21px;
    font-size: 14px;
  }


  .teacher_signup_name_icon input{
    padding-left: 10px;
    font-size: 12px;
    height: 18px;
    background: white;
    width: 86%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_name_icon .fa-user
  {
    padding-top: 6px;
    font-size: 12px;
  }


  .email_number
  {
    margin-bottom: 7px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_email_icon
  {
    height: 24px;
    /*border: solid 2px blue;*/
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
  }


  .teacher_signup_email input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    font-size: 12px;
    height: 20px;
    width: 80%;
    margin-top: 2px;

  }


  .teacher_signup_email_icon .fa-envelope
  {
    font-size: 12px;
    padding-top: 7px;
  }


  .teacher_signup_mobile_icon
  {
    height: 24px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    width: 97%;
    margin-left: 2%;
    padding-top: 1px;
    padding-bottom: 1px;
  }


  .teacher_signup_mobile_icon input
  {
    width: 66%;
    padding-left: 10px;
    font-size: 12px;
    height: 20px;
    /*border: 2px solid red;*/
    border-radius: 15px;
    margin-top: 2px;
  }


  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 12px;
    padding-top: 7px;
  }


  .signup_username
  {
    margin-bottom: 7px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_username_icon
  {
    height: 21px;
  }


  .teacher_signup_username_icon input{
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    padding-left: 10px;
    font-size: 12px;
    height: 18px;
    width: 86%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 12px;
    padding-top: 6px;
  }


  .date_of_birth
  {
    margin-bottom: 7px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_dob_icon
  {
    height: 21px;
    /*border: solid 2px red;*/
  }


  .gender
  {
    margin: 10px 0px 20px 6%;
    padding: 0px 0px 0px 0px;
    /*border: 2px solid yellow;*/
    width: 88%;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 11px;
    text-align: left;
    margin-top: 0px;
  }


  .gender_options
  {
    margin-left: 5%;
  }

  .gender_options label
  {
    font-size: 10px;
    padding: 6px 6px;
    width: 20%;
    margin-bottom: 0px;
  }


  .password
  {
    margin-bottom: 7px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_password_icon
  {
    height: 21px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 12px;
    height: 18px;
    width: 94%;
    margin-top: 1px;
  }

  .teacher_signup_terms
  {
    width: 100%;
  }

  .teacher_signup_terms p
  {
    font-size: 10px;
  }

  .teacher_signup_terms a
  {
    font-size: 10px;
  }

  .signup_button
  {
    /*border: solid 2px blue;*/
    padding-top: 0px;
  }

  .signup_button input{
    width: 25%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 11px;
    margin-top: 0px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 12px;
    margin-top: 8px;
  }
}

@media screen and (min-width:820px) and (max-width:989px)
{
  .teacher_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  .teacher_signup_container_c1
  {
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 30px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo img
  {
    height: 70px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 18px;
  }

  .teacher_signup_container_c2
  {
    align-items: center;
    /*text-align: center;*/
    /*border: 2px solid blue;*/
  }

  .teacher_signup_container_c2_input
  {
    height: auto;
    margin-top: 30px;
    padding: 10px 5% 30px 5%;
    margin-bottom: 40px;
    /*border: 2px solid red;*/
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 14px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 2px;
  }


  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 14px;
    margin-top: 20px;
  }

  .teacher_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .signup_name
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .teacher_signup_container_c2_input_form label
  {
    font-size: 14px;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 30px;
    border-radius: 25px;
  }


  .teacher_signup_name_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 24px;
    width: 86%;
    margin-top: 3px;
    /*border: solid 2px blue;*/
  }

  .teacher_signup_name_icon .fa-user
  {
    padding-top: 7px;
    font-size: 16px;
  }


  .email_number
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_email_icon
  {
    height: 30px;
    /*border: 2px solid red;*/
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .teacher_signup_email input
  {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 24px;
    width: 83%;
    margin-top: 3px;
    /*border: 2px solid blue;*/
  }


  .teacher_signup_email_icon .fa-envelope
  {
    font-size: 16px;
    padding-top: 7px;
  }


  .teacher_signup_mobile_icon
  {
    height: 30px;
    /*border: 2px solid red;*/
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 95%;
    margin-left: 2%;
  }


  .teacher_signup_mobile_icon input
  {
    width: 70%;
    padding-left: 10px;
    font-size: 14px;
    height: 24px;
    /*border: 2px solid blue;*/
    border-radius: 0px;
    margin-top: 2px;
  }


  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 8px;
  }


  .signup_username
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_username_icon
  {
    height: 30px;
    /*border: 2px solid red;*/
    border-radius: 25px;
  }


  .teacher_signup_username_icon input{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 24px;
    width: 87%;
    margin-top: 2px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 7px;
  }


  .date_of_birth
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_dob_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
    border-radius: 25px;
  }

  .teacher_signup_dob_icon input{
    /*border: solid 2px blue;*/
    border-radius: 25px;
    padding-left: 20px;
    font-size: 14px;
    height: 24px;
    background: white;
    width: 95%;
    margin-top: 4px;
  }


  .gender
  {
    margin: 10px 0px 20px 6%;
    padding: 0px 0px 0px 0px;
    /*border: 2px solid yellow;*/
    width: 88%;
  }


  .gender p
  {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 5%;

  }

  .gender_options label
  {
    font-size: 12px;
    padding: 6px 6px;
    width: 20%;
    margin-bottom: 0px;
  }


  .password
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_password_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_password_icon input{
    border-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 24px;
    width: 94%;
    margin-top: 2px;
  }


  .teacher_signup_terms p
  {
    font-size: 11px;
  }


  .teacher_signup_terms a
  {
    font-size: 11px;
  }

  .signup_button
  {
    /*border: solid 2px blue;*/
    padding-top: 0px;
  }

  .signup_button input{
    width: 25%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 14px;
    margin-top: 18px;
  }

}

@media screen and (min-width:800px) and (max-width:819px)
{
  .teacher_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  .teacher_signup_container_c1
  {
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 60px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo img
  {
    height: 80px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 20px;
  }

  .teacher_signup_container_c2
  {
    align-items: center;
    /*text-align: center;*/
    /*border: 2px solid blue;*/
  }

  .teacher_signup_container_c2_input
  {
    /*height: 690px;*/
    height: auto;
    margin-top: 30px;
    padding: 10px 5% 40px 5%;
    margin-bottom: 40px;
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 14px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 14px;
    margin-top: 10px;
  }

  .teacher_signup_container_c2_input_form
  {
      /*border: 2px solid red;*/
      height: auto;
  }

  .signup_name
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_container_c2_input_form label
  {
    font-size: 12px;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
  }


  .teacher_signup_name_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 88%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_name_icon .fa-user
  {
    padding-top: 5px;
    font-size: 16px;
  }


  .email_number
  {
    margin-bottom: 10px;
    margin-left: 6%;
    width: 88%;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_email_icon
  {
    height: 30px;
    /*border: solid 2px blue;*/
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }


  .teacher_signup_email input
  {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 25px;
    width: 83%;
    margin-top: 1px;
  }


  .teacher_signup_email_icon .fa-envelope
  {
    font-size: 16px;
    padding-top: 7px;
  }


  .teacher_signup_mobile_icon
  {
    height: 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 98%;
    margin-left: 2%;
    /*border: 2px solid red;*/
  }


  .teacher_signup_mobile_icon input
  {
    width: 71%;
    padding-left: 10px;
    font-size: 14px;
    height: 25px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    margin-top: 1px;
  }


  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 8px;
  }


  .signup_username
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_username_icon
  {
    height: 26px;
    font-size: 14px;
    /*border: 2px solid red;*/
  }


  .teacher_signup_username_icon input{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 88%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 6px;
  }


  .date_of_birth
  {
    margin-bottom: 16px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_dob_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
    /*border: solid 2px red;*/
    border-radius: 25px;
  }

  .teacher_signup_dob_icon input{
    /*border: solid 2px blue;*/
    border-radius: 25px;
    padding-left: 20px;
    font-size: 14px;
    height: 24px;
    background: white;
    width: 95%;
    margin-top: 2px;
  }


  .gender
  {
    margin: 10px 0px 20px 6%;
    padding: 0px 0px 0px 0px;
    /*border: 2px solid yellow;*/
    width: 88%;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 5%;

  }

  .gender_options label
  {
    font-size: 12px;
    padding: 8px 6px;
    width: 20%;
    margin-bottom: 0px;
  }


  .password
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 2px;
  }


  .teacher_signup_terms p
  {
    font-size: 10px;
  }

  .teacher_signup_terms a
  {
    font-size: 10px;
  }

  .signup_button
  {
    /*border: solid 2px blue;*/
    padding-top: 0px;
  }

  .signup_button input{
    width: 20%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 14px;
    margin-top: 18px;
  }

}

@media screen and (min-width:768px) and (max-width:799px)
{
  .teacher_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  .teacher_signup_container_c1
  {
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 30px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo img
  {
    height: 70px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 16px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 690px;*/
    height: auto;
    margin-top: 10px;
    padding: 10px 5% 40px 5%;
    margin-bottom: 20px;
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 14px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .signup_name
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_container_c2_input_form label
  {
    font-size: 12px;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
  }


  .teacher_signup_name_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 88%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_name_icon .fa-user
  {
    padding-top: 6px;
    font-size: 16px;
  }


  .email_number
  {
    margin-bottom: 10px;
    margin-left: 6%;
    width: 88%;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_email_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-bottom: 0px;
  }


  .teacher_signup_email input
  {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 25px;
    width: 83%;
    margin-top: 1px;
  }


  .teacher_signup_email_icon .fa-envelope
  {
    font-size: 16px;
    padding-top: 8px;
  }


  .teacher_signup_mobile_icon
  {
    height: 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 98%;
    margin-left: 2%;
    /*border: 2px solid red;*/
  }


  .teacher_signup_mobile_icon input
  {
    width: 70%;
    padding-left: 10px;
    font-size: 14px;
    height: 25px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    margin-top: 1px;
  }


  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 8px;
  }


  .signup_username
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_username_icon
  {
    height: 26px;
    font-size: 14px;
  }


  .teacher_signup_username_icon input{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 88%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 6px;
  }


  .date_of_birth
  {
    margin-bottom: 16px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_dob_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
    border-radius: 25px;
  }

  .teacher_signup_dob_icon input{
    /*border: solid 2px blue;*/
    border-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 24px;
    background: white;
    width: 95%;
    margin-top: 2px;
  }


  .gender
  {
    margin: 10px 0px 20px 6%;
    padding: 0px 0px 0px 0px;
    /*border: 2px solid yellow;*/
    width: 88%;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 5%;
  }

  .gender_options label
  {
    font-size: 12px;
    padding: 6px 6px;
    width: 20%;
    margin-bottom: 0px;
  }


  .password
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 1px;
  }


  .teacher_signup_terms p
  {
    font-size: 10px;
  }

  .teacher_signup_terms a
  {
    font-size: 10px;
  }

  .signup_button
  {
    /*border: solid 2px blue;*/
    padding-top: 0px;
  }

  .signup_button input{
    width: 20%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 14px;
    margin-top: 18px;
  }

}

@media screen and (min-width:670px) and (max-width:767px)
{
  .teacher_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  .teacher_signup_container_c1
  {
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 30px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo img
  {
    height: 60px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 17px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 680px;*/
    height: auto;
    margin-top: 5px;
    padding: 10px 5% 40px 5%;
    margin-bottom: 30px;
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 12px;
    /*color: blue;*/
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }


  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_form
  {
      /*border: 2px solid red;*/
      height: auto;
  }

  .signup_name
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }



  .teacher_signup_container_c2_input_form label
  {
    font-size: 11px;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    border-radius: 18px;
  }


  .teacher_signup_name_icon input{
    padding-left: 15px;
    font-size: 14px;
    height: 22px;
    width: 85%;
    margin-top: 1px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_name_icon .fa-user
  {
    padding-top: 5px;
    font-size: 16px;
  }


  .email_number
  {
    margin-bottom: 10px;
    margin-left: 6%;
    width: 88%;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_email_icon
  {
    height: 30px;
    /*border: solid 2px blue;*/
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    margin-bottom: 0px;
  }


  .teacher_signup_email input
  {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    padding-left: 15px;
    font-size: 14px;
    height: 25px;
    width: 80%;
    margin-top: 1px;
  }


  .teacher_signup_email_icon .fa-envelope
  {
    font-size: 16px;
    padding-top: 8px;
  }


  .teacher_signup_mobile_icon
  {
    height: 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 98%;
    margin-left: 2%;
    /*border: 2px solid red;*/
  }


  .teacher_signup_mobile_icon input
  {
    width: 68%;
    padding-left: 10px;
    font-size: 14px;
    height: 25px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    margin-top: 1px;
  }


  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 9px;
  }


  .signup_username
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_username_icon
  {
    height: 26px;
    font-size: 14px;
  }


  .teacher_signup_username_icon input{
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 87%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 6px;
  }

  .date_of_birth
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_dob_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
    border-radius: 18px;
  }


  .teacher_signup_dob_icon input{
    /*border: solid 2px blue;*/
    border-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 24px;
    background: white;
    width: 95%;
    margin-top: 2px;
  }


  .gender
  {
    margin: 10px 0px 20px 6%;
    padding: 0px 0px 0px 0px;
    /*border: 2px solid yellow;*/
    width: 88%;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 5%;
  }

  .gender_options label
  {
    font-size: 11px;
    padding: 6px 6px;
    width: 20%;
    margin-bottom: 0px;
  }

  .password
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 2px;
  }


  .teacher_signup_terms p
  {
    font-size: 9px;
  }

  .teacher_signup_terms a
  {
    font-size: 10px;
  }

  .signup_button
  {
    /*border: solid 2px blue;*/
    padding-top: 0px;
  }

  .signup_button input{
    width: 20%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }


  .signup_button a
  {
    font-size: 14px;
    margin-top: 18px;
  }

}

@media screen and (min-width:590px) and (max-width:669px)
{
  .teacher_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  .teacher_signup_container_c1
  {
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 40px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo img
  {
    height: 60px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 15px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 680px;*/
    height: auto;
    margin-top: 5px;
    padding: 10px 5% 40px 5%;
    margin-bottom: 30px;
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 11px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 17px;
    letter-spacing: 2px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_form
  {
      /*border: 2px solid red;*/
      height: auto;
  }

  .signup_name
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }



  .teacher_signup_container_c2_input_form label
  {
    font-size: 11px;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    border-radius: 18px;
  }


  .teacher_signup_name_icon input{
    padding-left: 15px;
    font-size: 14px;
    height: 22px;
    width: 85%;
    margin-top: 1px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_name_icon .fa-user
  {
    padding-top: 6px;
    font-size: 15px;
  }


  .email_number
  {
    margin-bottom: 10px;
    margin-left: 6%;
    width: 88%;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_email_icon
  {
    height: 30px;
    /*border: solid 2px blue;*/
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 0px;
  }


  .teacher_signup_email input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 25px;
    width: 80%;
    margin-top: 1px;
  }


  .teacher_signup_email_icon .fa-envelope
  {
    font-size: 15px;
    padding-top: 8px;
  }


  .teacher_signup_mobile_icon
  {
    height: 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 98%;
    margin-left: 2%;
    /*border: 2px solid red;*/
  }


  .teacher_signup_mobile_icon input
  {
    width: 68%;
    padding-left: 5px;
    font-size: 14px;
    height: 25px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    margin-top: 1px;
  }


  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 9px;
  }


  .signup_username
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_username_icon
  {
    height: 26px;
    font-size: 14px;
  }


  .teacher_signup_username_icon input{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 85%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 6px;
  }

  .date_of_birth
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_dob_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
    border-radius: 18px;
  }

  .teacher_signup_dob_icon input{
    /*border: solid 2px blue;*/
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 24px;
    background: white;
    width: 95%;
    margin-top: 2px;
  }


  .gender
  {
    margin: 10px 0px 20px 6%;
    padding: 0px 0px 0px 0px;
    /*border: 2px solid yellow;*/
    width: 88%;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 5%;
  }

  .gender_options label
  {
    font-size: 11px;
    padding: 6px 6px;
    width: 20%;
    margin-bottom: 0px;
  }

  .password
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 0px;
  }


  .teacher_signup_terms p
  {
    font-size: 9px;
  }

  .teacher_signup_terms a
  {
    font-size: 10px;
  }

  .signup_button
  {
    /*border: solid 2px blue;*/
    padding-top: 0px;
  }

  .signup_button input{
    width: 20%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }


  .signup_button a
  {
    font-size: 14px;
    margin-top: 18px;
  }

}

@media screen and (min-width:500px) and (max-width:589px)
{
  .teacher_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }

  .teacher_signup_container_c1
  {
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c2
  {
    /*border: solid 2px blue;*/
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 20px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo img
  {
    height: 50px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 12px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 740px;*/
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 10px 5% 20px 5%;
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_form
  {
      /*border: 2px solid red;*/
      height: auto;
  }


  .signup_name
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .teacher_signup_container_c2_input_form label
  {
    font-size: 11px;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    border-radius: 15px;
  }


  .teacher_signup_name_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 83%;
    margin-top: 1px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_name_icon .fa-user
  {
    padding-top: 6px;
    font-size: 15px;
  }


  .email_number
  {
    margin-bottom: 10px;
    margin-left: 6%;
    width: 88%;
    /*border: 2px solid yellow;*/
  }


  .teacher_signup_email_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 0px;
  }

  .teacher_signup_email_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 80%;
    font-size: 12px;
    height: 22px;
    margin-top: 3px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_email_icon .fa-envelope
  {
    padding-top: 7px;
    font-size: 15px;
  }


  .teacher_signup_mobile_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-bottom: 20px;
    width: 98%;
    margin-left: 2%;
    margin-bottom: 0;
  }

  .teacher_signup_mobile_icon input
  {
    width: 67%;
    font-size: 12px;
    height: 22px;
    border-radius: 0px;
    margin-left: 2%;
    /*border: solid 2px red;*/
    margin-top: 3px;
  }

  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 9px;
  }

  .signup_username
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
  }


  .teacher_signup_username_icon input{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 84%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 5px;
  }



  .date_of_birth
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .teacher_signup_dob_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
    border-radius: 15px;
  }

  .teacher_signup_dob_icon input{
    /*border: solid 2px blue;*/
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 24px;
    background: white;
    width: 95%;
    margin-top: 2px;
  }


  .gender
  {
    margin: 10px 0px 20px 6%;
    padding: 0px 0px 0px 0px;
    /*border: 2px solid yellow;*/
    width: 88%;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: left;
    color: white;
    margin-top: 0px;
    font-weight: bold;
  }

  .gender_options
  {
    margin-left: 5%;

  }

  .gender_options label
  {
    font-size: 10px;
    padding: 8px 8px;
    width: 20%;
    margin-bottom: 0px;
  }

  .password
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 2px;
  }


  .teacher_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_terms p
  {
    font-size: 9px;
  }

  .teacher_signup_terms a
  {
    font-size: 10px;
  }

  .signup_button
  {
    /*border: solid 2px blue;*/
    padding-top: 0px;
  }

  .signup_button input{
    width: 25%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }

}

@media screen and (min-width:460px) and (max-width:499px)
{
  .teacher_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }

  .teacher_signup_container_c1
  {
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c2
  {
    /*border: solid 2px blue;*/
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 30px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo img
  {
    height: 50px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 12px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 740px;*/
    height: auto;
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 5% 20px 5%;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_form
  {
      /*border: 2px solid red;*/
      height: auto;
  }


  .signup_name
  {
    /*border: 2px solid red;*/
    margin-bottom: 0px;
  }

  .teacher_signup_container_c2_input_form label
  {
    font-size: 12px;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    border-radius: 15px;
  }


  .teacher_signup_name_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 82%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_name_icon .fa-user
  {
    padding-top: 6px;
    font-size: 15px;
  }


  .email_number
  {
    display: inline;
    margin-bottom: 10px;
  }

  .teacher_signup_email
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .teacher_signup_email_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-bottom: 20px;
  }

  .teacher_signup_email_icon input
  {
    width: 80%;
    font-size: 12px;
    height: 24px;
    margin-top: 1px;
    /*border: solid 2px blue;*/
  }


  .teacher_signup_email_icon .fa-envelope
  {
    padding-top: 7px;
    font-size: 15px;
  }

  .teacher_signup_mobile
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .teacher_signup_mobile_icon
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .teacher_signup_mobile_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 83%;
    font-size: 12px;
    height: 24px;
    margin-top: 1px;
    padding-left: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 9px;
  }


  .teacher_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    margin-bottom: 20px;
  }


  .teacher_signup_username_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 83%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 6px;
  }



  .date_of_birth
  {
    margin-bottom: 10px;
  }


  .teacher_signup_dob_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }


  .gender
  {
    margin: 10px 0px 5px 35px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 25px;

  }

  .gender_options label
  {
    font-size: 10px;
    padding: 8px 8px;
      width: 20%;
  }

  .password
  {
    margin-bottom: 10px;
  }


  .teacher_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 1px;
  }


  .teacher_signup_terms
  {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }

  .teacher_signup_terms p
  {
    font-size: 9px;

  }

  .teacher_signup_terms a
  {
    font-size: 10px;
  }

  .signup_button input{
    width: 25%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }

}

@media screen and (min-width:425px) and (max-width:459px)
{
  .teacher_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }

  .teacher_signup_container_c1
  {
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c2
  {
    /*border: solid 2px blue;*/
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 20px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo img
  {
    height: 50px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 12px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 740px;*/
    height: auto;
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 5% 20px 5%;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_form
  {
      /*border: 2px solid red;*/
      height: auto;
  }


  .signup_name
  {
    /*border: 2px solid red;*/
    margin-bottom: 0px;
  }

  .teacher_signup_container_c2_input_form label
  {
    font-size: 12px;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    border-radius: 15px;
  }


  .teacher_signup_name_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 82%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_name_icon .fa-user
  {
    padding-top: 8px;
    font-size: 13px;
  }


  .email_number
  {
    display: inline;
    margin-bottom: 10px;
  }

  .teacher_signup_email
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .teacher_signup_email_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-bottom: 20px;
  }

  .teacher_signup_email_icon input
  {
    width: 80%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_email_icon .fa-envelope
  {
    padding-top: 8px;
    font-size: 13px;
  }

  .teacher_signup_mobile
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .teacher_signup_mobile_icon
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .teacher_signup_mobile_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 83%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    padding-left: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 13px;
    padding-top: 10px;
  }


  .teacher_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    margin-bottom: 20px;
  }


  .teacher_signup_username_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 83%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 15px;
    padding-top: 7px;
  }



  .date_of_birth
  {
    margin-bottom: 10px;
  }


  .teacher_signup_dob_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }


  .gender
  {
    margin: 10px 0px 5px 30px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 25px;

  }

  .gender_options label
  {
    font-size: 10px;
    padding: 8px 8px;
      width: 20%;
  }

  .password
  {
    margin-bottom: 10px;
  }


  .teacher_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 2px;
  }


  .teacher_signup_terms p
  {
    font-size: 8px;
  }

  .teacher_signup_terms a
  {
    font-size: 8px;
  }

  .signup_button input{
    width: 25%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }
}

@media screen and (min-width:400px) and (max-width:424px)
{
  .teacher_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }

  .teacher_signup_container_c1
  {
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c2
  {
    /*border: solid 2px blue;*/
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 30px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo img
  {
    height: 50px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 12px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 740px;*/
    height: auto;
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 5% 20px 5%;
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_form
  {
      /*border: 2px solid red;*/
      height: auto;
  }


  .signup_name
  {
    /*border: 2px solid red;*/
    margin-bottom: 0px;
  }

  .teacher_signup_container_c2_input_form label
  {
    font-size: 12px;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    border-radius: 15px;
  }


  .teacher_signup_name_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 82%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_name_icon .fa-user
  {
    padding-top: 8px;
    font-size: 13px;
  }


  .email_number
  {
    display: inline;
    margin-bottom: 10px;
  }

  .teacher_signup_email
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .teacher_signup_email_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-bottom: 20px;
  }

  .teacher_signup_email_icon input
  {
    width: 80%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_email_icon .fa-envelope
  {
    padding-top: 8px;
    font-size: 13px;
  }

  .teacher_signup_mobile
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .teacher_signup_mobile_icon
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .teacher_signup_mobile_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 82%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    padding-left: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 13px;
    padding-top: 10px;
  }


  .teacher_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    margin-bottom: 20px;
  }


  .teacher_signup_username_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 81%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 13px;
    padding-top: 8px;
  }



  .date_of_birth
  {
    margin-bottom: 10px;
  }


  .teacher_signup_dob_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_dob_icon input
  {
    padding-top: 2px;
    /*border: solid 2px red;*/
  }

  .gender
  {
    margin: 10px 0px 5px 30px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 25px;

  }

  .gender_options label
  {
    font-size: 10px;
    padding: 8px 8px;
    width: 20%;
  }

  .password
  {
    margin-bottom: 10px;
  }


  .teacher_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 2px;
  }


  .teacher_signup_terms p
  {
    font-size: 8px;
  }

  .teacher_signup_terms a
  {
    font-size: 9px;
  }

  .signup_button input{
    width: 25%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }
}

@media screen and (min-width:375px) and (max-width:399px)
{
  .teacher_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }

  .teacher_signup_container_c1
  {
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c2
  {
    /*border: solid 2px blue;*/
    margin: 0;
    padding: 0;
  }


  .teacher_signup_container_c1_logo
  {
    padding-top: 40px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo img
  {
    height: 50px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 11px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 740px;*/
    height: auto;
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 5% 20px 5%;
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_form
  {
      /*border: 2px solid red;*/
      height: auto;
  }


  .signup_name
  {
    /*border: 2px solid red;*/
    margin-bottom: 0px;
  }

  .teacher_signup_container_c2_input_form label
  {
    font-size: 12px;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
  }


  .teacher_signup_name_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 80%;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_name_icon .fa-user
  {
    padding-top: 8px;
    font-size: 13px;
  }


  .email_number
  {
    display: inline;
    margin-bottom: 10px;
  }

  .teacher_signup_email
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .teacher_signup_email_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-bottom: 20px;
  }

  .teacher_signup_email_icon input
  {
    width: 79%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_email_icon .fa-envelope
  {
    padding-top: 8px;
    font-size: 13px;
  }

  .teacher_signup_mobile
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .teacher_signup_mobile_icon
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .teacher_signup_mobile_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 81%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    padding-left: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 13px;
    padding-top: 10px;
  }


  .teacher_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    margin-bottom: 20px;
  }


  .teacher_signup_username_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 81%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 13px;
    padding-top: 10px;
  }



  .date_of_birth
  {
    margin-bottom: 10px;
  }


  .teacher_signup_dob_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_dob_icon input
  {
    padding-top: 2px;
    /*border: solid 2px red;*/
  }


  .gender
  {
    margin: 10px 0px 5px 30px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 25px;

  }

  .gender_options label
  {
    font-size: 10px;
    padding: 8px 8px;
      width: 20%;
  }

  .password
  {
    margin-bottom: 10px;
  }


  .teacher_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 0px;
  }


  .teacher_signup_terms p
  {
    font-size: 8px;
  }

  .teacher_signup_terms a
  {
    font-size: 9px;
  }

  .signup_button input{
    width: 25%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }
}

@media screen and (min-width:300px) and (max-width:374px)
{
  .teacher_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }

  .teacher_signup_container_c1
  {
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c2
  {
    /*border: solid 2px blue;*/
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 40px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo img
  {
    height: 40px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 9px;
  }


  .teacher_signup_container_c2_input
  {
    /*height: 740px;*/
    height: auto;
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 5% 20px 5%;
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 10px;
      margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_form
  {
      /*border: 2px solid red;*/
      height: auto;
  }


  .signup_name
  {
    /*border: 2px solid red;*/
    margin-bottom: 0px;
  }

  .teacher_signup_container_c2_input_form label
  {
    font-size: 12px;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
  }


  .teacher_signup_name_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 80%;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_name_icon .fa-user
  {
    padding-top: 8px;
    font-size: 13px;
  }


  .email_number
  {
    display: inline;
    margin-bottom: 10px;
  }

  .teacher_signup_email
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .teacher_signup_email_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-bottom: 20px;
  }

  .teacher_signup_email_icon input
  {
    width: 78%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_email_icon .fa-envelope
  {
    padding-top: 8px;
    font-size: 13px;
  }

  .teacher_signup_mobile
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .teacher_signup_mobile_icon
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .teacher_signup_mobile_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 78%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    padding-left: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 13px;
    padding-top: 10px;
  }


  .teacher_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    margin-bottom: 20px;
  }


  .teacher_signup_username_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 79%;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 13px;
    padding-top: 7px;
  }



  .date_of_birth
  {
    margin-bottom: 10px;
  }


  .teacher_signup_dob_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_dob_icon input
  {
    padding-top: 2px;
    /*border: solid 2px red;*/
  }


  .gender
  {
    margin: 10px 0px 5px 30px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
  }

  .gender p
  {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 25px;

  }

  .gender_options label
  {
    font-size: 10px;
    padding: 8px 8px;
    width: 25%;
  }

  .password
  {
    margin-bottom: 10px;
  }


  .teacher_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 0px;
  }


  .teacher_signup_terms p
  {
    font-size: 8px;
  }


  .teacher_signup_terms a
  {
    font-size: 9px;
  }

  .signup_button input{
    width: 25%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }
}

@media screen and (min-width:200px) and (max-width:299px)
{
  .teacher_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }

  .teacher_signup_container_c1
  {
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c2
  {
    /*border: solid 2px blue;*/
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 40px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo img
  {
    height: 40px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 6px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 740px;*/
    height: auto;
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 5% 20px 5%;
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_form
  {
      /*border: 2px solid red;*/
      height: auto;
  }


  .signup_name
  {
    /*border: 2px solid red;*/
    margin-bottom: 0px;
  }

  .teacher_signup_container_c2_input_form label
  {
    font-size: 11px;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 24px;
    font-size: 12px;
  }


  .teacher_signup_name_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 75%;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_name_icon .fa-user
  {
    padding-top: 6px;
    font-size: 12px;
  }


  .email_number
  {
    display: inline;
    margin-bottom: 10px;
  }

  .teacher_signup_email
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .teacher_signup_email_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 28px;
    margin-bottom: 20px;
  }

  .teacher_signup_email_icon input
  {
    width: 70%;
    font-size: 12px;
    height: 22px;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_email_icon .fa-envelope
  {
    padding-top: 8px;
    font-size: 12px;
  }

  .teacher_signup_mobile
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .teacher_signup_mobile_icon
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
    height: 28px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .teacher_signup_mobile_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 76%;
    font-size: 12px;
    height: 24px;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 13px;
    padding-top: 10px;
  }


  .teacher_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 24px;
    font-size: 12px;
    margin-bottom: 20px;
  }


  .teacher_signup_username_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width:70%;
    margin-top:1px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 13px;
    padding-top: 7px;
  }



  .date_of_birth
  {
    margin-bottom: 10px;
  }


  .teacher_signup_dob_icon
  {
    height: 24px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_dob_icon input
  {
    padding-top: 2px;
    /*border: solid 2px red;*/
    width: 88%;
  }


  .gender
  {
    margin: 10px 0px 5px 15px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
  }

  .gender p
  {
    margin-bottom: 5px;
    font-size: 12px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 5px;

  }

  .gender_options label
  {
    font-size: 6px;
    padding: 6px 6px;
    width: 25%;
  }

  .password
  {
    margin-bottom: 10px;
  }


  .teacher_signup_password_icon
  {
    height: 24px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 0px;
  }


  .teacher_signup_terms p
  {
    font-size: 8px;
  }

  .teacher_signup_terms a
  {
    font-size: 9px;
  }

  .signup_button input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 10px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }
}

@media screen and (min-width:100px) and (max-width:199px)
{
  .teacher_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }

  .teacher_signup_container_c1
  {
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c2
  {
    /*border: solid 2px blue;*/
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c1_logo
  {
    padding-top: 40px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_container_c1_logo img
  {
    height: 40px;
  }

  .teacher_signup_container_c1_slogan p
  {
    font-size: 6px;
  }

  .teacher_signup_container_c2_input
  {
    /*height: 740px;*/
    height: auto;
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 5% 20px 5%;
  }

  .teacher_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .teacher_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .teacher_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .teacher_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .teacher_signup_container_c2_input p:nth-child(2)
  {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .teacher_signup_container_c2_input_form
  {
      /*border: 2px solid red;*/
      height: auto;
  }


  .signup_name
  {
    /*border: 2px solid red;*/
    margin-bottom: 0px;
  }

  .teacher_signup_container_c2_input_form label
  {
    font-size: 11px;
  }


  .teacher_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 24px;
    font-size: 12px;
  }


  .teacher_signup_name_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 75%;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_name_icon .fa-user
  {
    padding-top: 6px;
    font-size: 12px;
  }


  .email_number
  {
    display: inline;
    margin-bottom: 10px;
  }

  .teacher_signup_email
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .teacher_signup_email_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 28px;
    margin-bottom: 20px;
  }

  .teacher_signup_email_icon input
  {
    width: 70%;
    font-size: 12px;
    height: 22px;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_email_icon .fa-envelope
  {
    padding-top: 8px;
    font-size: 12px;
  }

  .teacher_signup_mobile
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .teacher_signup_mobile_icon
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
    height: 28px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .teacher_signup_mobile_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 76%;
    font-size: 12px;
    height: 24px;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_mobile_icon .fa-phone
  {
    font-size: 13px;
    padding-top: 10px;
  }


  .teacher_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 24px;
    font-size: 12px;
    margin-bottom: 20px;
  }


  .teacher_signup_username_icon input{
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width:70%;
    margin-top:1px;
    /*border: solid 2px red;*/
  }


  .teacher_signup_username_icon .fa-at
  {
    font-size: 13px;
    padding-top: 7px;
  }



  .date_of_birth
  {
    margin-bottom: 10px;
  }


  .teacher_signup_dob_icon
  {
    height: 24px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_dob_icon input
  {
    padding-top: 2px;
    /*border: solid 2px red;*/
    width: 88%;
  }


  .gender
  {
    margin: 10px 0px 5px 15px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
  }

  .gender p
  {
    margin-bottom: 5px;
    font-size: 12px;
    text-align: left;
    color: white;
    margin-top: 0px;
  }

  .gender_options
  {
    margin-left: 5px;

  }

  .gender_options label
  {
    font-size: 6px;
    padding: 6px 6px;
    width: 25%;
  }

  .password
  {
    margin-bottom: 10px;
  }


  .teacher_signup_password_icon
  {
    height: 24px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 0px;
  }


  .teacher_signup_terms p
  {
    font-size: 8px;
  }

  .teacher_signup_terms a
  {
    font-size: 9px;
  }

  .signup_button input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 10px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .signup_button a
  {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }
}



/***************************************************Institition Signup***********************************************/
.institution_signup_container
{
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 20px;
}



.institution_signup_container_c1
{
  /*border: 2px solid red;*/
/*  height:600px;*/
}


.institution_signup_container_c2
{
  /*border: 2px solid blue;*/
  /*height: 600px;*/
}



.institution_signup_container_c1_logo
{

  align-items: center;
  text-align: center;
  padding-top: 180px;
}


.institution_signup_container_c1_logo img
{
  height: 120px;
}


.institution_signup_container_c1_logo_img path
{
  fill: #FFFFFF;
}


.institution_signup_container_c1_slogan{
  display: flex;
  text-align: center;
  justify-content:center;
}

.institution_signup_container_c1_slogan p{
font-size: 21px;
padding: 5px;
font-family: Montserrat;
}


.institution_signup_container_c1_slogan p:nth-child(1){
color: white;
}

.institution_signup_container_c1_slogan p:nth-child(2){
  color: #D99E30;
  text-transform: uppercase;
}


.institution_signup_container_c1_slogan p:nth-child(3){
color: white;
}

.institution_signup_container_c1_slogan p:nth-child(4){
color: white;
}


.institution_signup_container_c1_slogan p:nth-child(5){
  color: #D99E30;
  text-transform: uppercase;
}


.institution_signup_container_c2_input
{
  height: auto;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  border-radius: 30px;
  background-color: #000000A5;
  font-family: Montserrat;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.institution_signup_container_c2_input_error_messages
{
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.institution_signup_container_c2_input_error_messages .errors
{
  font-size: 12px;
}

.institution_signup_container_c2_input_error_messages .errors li
{
  margin-bottom: 10px;
}


.institution_signup_container_c2_input_head
{
  padding-top: 5px;
  padding-bottom: 5px;
}


.institution_signup_container_c2_input_head p:nth-child(1)
{
  text-align: center;
  color: white;
  padding-top: 20px;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight:bold;

  letter-spacing: 2px;
}


.institution_signup_container_c2_input_head p:nth-child(2)
{
  text-align: center;
  color: #D99E30;
  font-size: 12px;
  margin-top: 0px;
}


.institution_signup_container input
{
  outline: none;
  border: none;
  width: 88%;
  padding-left: 10px;
  font-size: 13px;
  background: white;
}


.institution_signup_container_c2_input_form
{
    /*border: 2px solid blue;*/
    /*height: 520px;*/
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.institution_signup_name
{
  margin-bottom: 20px;
  width: 80%;
  margin-left: 10%;
  /*border: 2px solid yellow;*/
}


/*.institution_signup_input_icon
{
  border: 2px solid white;
  display: flex;
  border-radius: 15px;
  background: #FFFFFF;
  height: 23px;
}*/


.institution_signup_name_icon
{
  /*border: 2px solid red;*/
  display: flex;
  border-radius: 15px;
  background: #FFFFFF;
  height: 24px;
}


.institution_signup_name_icon input{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 15px;
  font-size: 14px;
  height: 22px;
  width: 89%;
  margin-top: 0px;
  /*border: 2px solid blue;*/
}

.institution_signup_name_icon .fa-user
{
  font-size: 16px;
  padding-top: 5px;
}


.institution_email_number
{
  /*border: 2px solid yellow;*/
  display: grid;
  grid-template-columns: 64% 35%;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 20px;
}


.institution_signup_email
{
  margin-left: 0px;
  padding-left: 0px;
  /*border: solid 2px red;*/
}


.institution_signup_email_icon
{
  /*border: 2px solid blue;*/
  display: flex;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #FFFFFF;
  height: 24px;
  margin-bottom: 0px;
  width: 100%;
}


.institution_signup_email_icon input
{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 15px;
  font-size: 14px;
  height: 22px;
  background: white;
  width: 84%;
  margin-top: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  /*border: 2px solid blue;*/
}

.institution_signup_email_icon .fa-envelope
{
  font-size: 16px;
  padding-top: 4px;
}

.institution_signup_mobile
{
  margin-left: 0px;
  padding-left: 0px;
  /*border: solid 2px blue;*/
}

.institution_signup_mobile_icon
{
  display: flex;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #FFFFFF;
  height: 24px;
  width: 100%;
  margin-left: 2%;
}


.institution_signup_mobile_icon input
{
  border-radius: 15px;
  padding-left: 10px;
  font-size: 13px;
  height: 22px;
  background: white;
  width: 72%;
  margin-top: 0px;
  margin-bottom: 0px;
  /*border: solid 2px pink;*/
}


.institution_signup_mobile_icon .fa-phone
{
  font-size: 16px;
  padding-top: 7px;
}


.institution_signup_username
{
  margin-bottom: 20px;
  width: 80%;
  margin-left: 10%;
  /*border: solid 2px pink;*/
}


.institution_signup_username_icon
{
  border: 2px solid white;
  display: flex;
  border-radius: 15px;
  background: #FFFFFF;
  height: 24px;
}


.institution_signup_username_icon input{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 20px;
  font-size: 14px;
  height: 22px;
  background: white;
  width: 88%;
  margin-top: 2px;
}


.institution_signup_password_icon
{
  border: 2px solid white;
  display: flex;
  border-radius: 15px;
  background: #FFFFFF;
  height: 24px;
}

.institution_signup_password_icon input{
  border-radius: 15px;
  padding-left: 20px;
  font-size: 14px;
  height: 20px;
  background: white;
  width: 89%;
  margin-top: 2px;
}


.institution_signup_terms
{
  color: #FFFFFF;
  line-height: 20px;
  padding-left: 2%;
  width: 95%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}


.institution_signup_terms p
{
  display: inline;
  font-size: 11px;
}

.institution_signup_terms a
{
  text-decoration: none;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}



.institution_signup_button {
  text-align: center;
  display: flex;
  /*border: solid 2px black;*/
  justify-content:center;
}


.institution_signup_button input{
  width: 20%;
  padding: 10px 5px 10px 5px;
  border-radius: 3px;
  font-size: 12px;
  margin-top: 0px;
  background-color: #D99E30;
  color: #FFFFFF;
  font-family: Montserrat;
  text-transform: uppercase;
  margin-right: 10px;
}

.institution_signup_button input:hover{
  font-weight: bold;
  cursor:pointer;
}

.institution_signup_button a{
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Montserrat;
  margin-top: 8px;
}


.institution_signup_button a:hover{
  text-decoration: underline;
}

.institution_signup_button a:visited{
  color: #FFFFFF;
}



.institution_password
{
  margin-bottom: 20px;
  width: 80%;
  margin-left: 10%;
}



/*****************************************   Institution Signup Responsive Pages *********************************************/

@media screen and (min-width:2550px) and (max-width:3439px)
{
  .institution_signup_container
  {
    margin-top: 50px;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid blue;*/
    /*height: 600px;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 290px;
  }

  .institution_signup_container_c1_logo img
  {
    height: 210px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 36px;
    padding: 5px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 880px;*/
    height: auto;
    width: 70%;
    border-radius: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 70px;
    margin-bottom: 20px;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 20px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }


  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 32px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 24px;
    margin-top: 20px;
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 22px;
    margin-bottom: 10px;
  }


  .institution_signup_name
  {
    margin-bottom: 30px;
  }

  .institution_signup_name_icon
  {
    height: 43px;
    /*border: solid 2px red;*/
    border-radius: 25px;
  }


  .institution_signup_name_icon .fa-user
  {
    font-size: 25px;
    padding-top: 10px;
  }


  .institution_signup_name_icon input{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 20px;
    font-size: 20px;
    height: 38px;
    background: white;
    width: 88%;
    /*border: 2px solid blue;*/
    margin-right: 10px;
  }


  .institution_email_number
  {
    margin-bottom: 30px;
    /*border: solid 2px yellow;*/
  }


  .institution_signup_email_icon
  {
    height: 43px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    /*border: solid 2px blue;*/
  }


  .institution_signup_email_icon input
  {
    border-radius: 15px;
    padding-left: 20px;
    font-size: 22px;
    height: 35px;
    /*border: solid 2px red;*/
    width: 85%;
    margin-top: 4px;
  }


  .institution_signup_email_icon .fa-envelope
  {
    font-size: 25px;
    padding-top: 10px;
  }


  .institution_signup_mobile_icon
  {
    height: 43px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    /*border: solid 2px blue;*/
  }



  .institution_signup_mobile input
  {
    width: 74%;
    padding-left: 10px;
    font-size: 22px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    height: 38px;
    margin-top: 2px;
  }


  .institution_signup_mobile_icon .fa-phone
  {
    font-size: 25px;
    padding-top: 13px;
  }


  .institution_signup_username
  {
    margin-bottom: 20px;
    /*border: solid 2px yellow;*/
  }


  .institution_signup_username_icon
  {
    height: 43px;
    /*border: solid 2px red;*/
    border-radius: 25px;
    font-size: 22px;
  }


  .institution_signup_username_icon .fa-at
  {
    font-size: 25px;
    padding-top: 5px;
  }


  .institution_signup_username_icon input{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 20px;
    font-size: 22px;
    height: 38px;
    background: white;
    width: 89%;
    margin-top: 2px;
  }



  .institution_signup_username input
  {
    /*font-size: 20px;*/
  }

  .fa-at
  {
    margin-top: 6px;
  }

  .institution_password
  {
    margin-bottom: 30px;
  }

  .institution_signup_password_icon
  {
    height: 43px;
    /*border: solid 2px red;*/
    border-radius: 25px;
    font-size: 22px;
  }

  .institution_signup_password_icon input{
    border-radius: 25px;
    padding-left: 20px;
    font-size: 22px;
    height: 40px;
    background: white;
    width: 92%;
  }



  .institution_signup_terms p
  {
    font-size: 18px;
    line-height: 40px;
  }

  .institution_signup_terms a
  {
    font-size: 18px;
  }

  .institution_signup_button input{
    width: 20%;
    padding: 15px 10px 15px 10px;
    border-radius: 5px;
    font-size: 20px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .institution_signup_button a{
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 22px;
  }


}

@media screen and (min-width:1920px) and (max-width:2549px)
{
  .institution_signup_container
  {
    margin-top: 70px;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
    /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid blue;*/
    /*height: 600px;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 230px;
  }

  .institution_signup_container_c1_logo img
  {
    height: 160px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 26px;
    padding: 5px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 880px;*/
    height: auto;
    width: 70%;
    border-radius: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 16px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }


  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 24px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 18px;
    margin-top: 15px;
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 17px;
    margin-bottom: 10px;
  }


  .institution_signup_name
  {
    margin-bottom: 15px;
  }

  .institution_signup_name_icon
  {
    height: 35px;
    /*border: solid 2px red;*/
    border-radius: 25px;
  }


  .institution_signup_name_icon .fa-user
  {
    font-size: 18px;
    padding-top: 10px;
  }


  .institution_signup_name_icon input{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 20px;
    font-size: 18px;
    height: 30px;
    background: white;
    width: 86%;
    /*border: 2px solid blue;*/
    margin-right: 10px;
    margin-top: 2px;
  }


  .institution_email_number
  {
    margin-bottom: 15px;
  }


  .institution_signup_email_icon
  {
    height: 35px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    /*border: solid 2px blue;*/
  }


  .institution_signup_email_icon input
  {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 20px;
    font-size: 18px;
    height: 30px;
    /*border: solid 2px blue;*/
    width: 82%;
    margin-top: 2px;
  }


  .institution_signup_email_icon .fa-envelope
  {
    font-size: 18px;
    padding-top: 10px;
  }


  .institution_signup_mobile_icon
  {
    height: 35px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    /*border: solid 2px blue;*/
  }



  .institution_signup_mobile input
  {
    width: 74%;
    padding-left: 10px;
    font-size: 18px;
    /*border: 2px solid blue;*/
    border-radius: 0px;
    height: 30px;
    margin-top: 2px;
  }


  .institution_signup_mobile_icon .fa-phone
  {
    font-size: 18px;
    padding-top: 13px;
  }


  .institution_signup_username
  {
    margin-bottom: 15px;
  }


  .institution_signup_username_icon
  {
    height: 35px;
    /*border: solid 2px red;*/
    border-radius: 25px;
    font-size: 22px;
  }


  .institution_signup_username_icon .fa-at
  {
    font-size: 18px;
    padding-top: 5px;
  }


  .institution_signup_username_icon input{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 20px;
    font-size: 18px;
    height: 30px;
    background: white;
    width: 89%;
  }



  .institution_signup_username input
  {
    /*font-size: 20px;*/
  }

  .fa-at
  {
    margin-top: 6px;
  }

  .institution_password
  {
    margin-bottom: 15px;
  }

  .institution_signup_password_icon
  {
    height: 35px;
    /*border: solid 2px red;*/
    border-radius: 25px;
    font-size: 22px;
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 20px;
    font-size: 18px;
    height: 30px;
    background: white;
    width: 89%;
  }


  .institution_signup_terms p
  {
    font-size: 14px;
    line-height: 30px;
  }

  .institution_signup_terms a
  {
    font-size: 14px;
  }

  .institution_signup_button input{
    width: 20%;
    padding: 15px 10px 15px 10px;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .institution_signup_button a{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 22px;
  }


}

@media screen and (min-width: 1600px) and (max-width: 1919px)
{
  .institution_signup_container
  {
    margin-top: 70px;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 220px;
  }

  .institution_signup_container_c1_logo img
  {
    height: 130px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 24px;
    padding: 5px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 880px;*/
    height: auto;
    width: 70%;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 15px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_head
  {
    /*border: solid 2px red;*/
    padding-bottom: 0px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 0px;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 14px;
    margin-bottom: 5px;
  }


  .institution_signup_name
  {
    margin-bottom: 20px;
  }

  .institution_signup_name_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
    border-radius: 20px;
  }


  .institution_signup_name_icon .fa-user
  {
    font-size: 16px;
    padding-top: 8px;
  }


  .institution_signup_name_icon input{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 15px;
    font-size: 16px;
    height: 25px;
    background: white;
    width: 88%;
    margin-top: 2px;
  }


  .institution_email_number
  {
    margin-bottom: 20px;
    /*border: 2px solid yellow;*/
  }


  .institution_signup_email_icon
  {
    height: 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    /*border: solid 2px blue;*/
  }


  .institution_signup_email_icon input
  {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px;
    font-size: 16px;
    height: 25px;
    /*border: solid 2px red;*/
    width: 81%;
    margin-top: 2px;
  }


  .institution_signup_email_icon .fa-envelope
  {
    font-size: 16px;
    padding-top: 8px;
  }


  .institution_signup_mobile_icon
  {
    height: 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    /*border: solid 2px blue;*/
  }



  .institution_signup_mobile input
  {
    width: 72%;
    padding-left: 10px;
    font-size: 16px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    height: 25px;
    margin-top: 3px;
  }


  .institution_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 8px;
  }


  .institution_signup_username
  {
    margin-bottom: 20px;
  }


  .institution_signup_username_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
    border-radius: 20px;
    font-size: 16px;
  }


  .institution_signup_username_icon .fa-at
  {
    font-size: 18px;
    padding-top: 8px;
  }


  .institution_signup_username_icon input{
    border-radius: 15px;
    padding-left: 20px;
    font-size: 16px;
    height: 25px;
    background: white;
    width: 87%;
  }



  .institution_signup_username input
  {
    /*font-size: 20px;*/
  }


  .institution_password
  {
    margin-bottom: 20px;
  }

  .institution_signup_password_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
    border-radius: 25px;
    /*font-size: 22px;*/
  }

  .institution_signup_password_icon input{
    border-radius: 20px;
    padding-left: 20px;
    font-size: 15px;
    height: 25px;
    background: white;
    width: 94%;
  }


  .institution_signup_terms p
  {
    font-size: 11px;
    line-height: 20px;
  }

  .institution_signup_terms a
  {
    font-size: 10px;
  }

  .institution_signup_button input{
    width: 20%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .institution_signup_button a{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 22px;
  }
}

@media screen and (min-width:1440px) and (max-width:1535px)
{
  .institution_signup_container
  {
    margin-top: 70px;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
    /*padding-left: 40px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 180px;
  }

  .institution_signup_container_c1_logo img
  {
    height: 110px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 22px;
    padding: 5px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 880px;*/
    height: auto;
    width: 70%;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 15px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_head
  {
    /*border: solid 2px red;*/
    padding-bottom: 0px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 19px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0px;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
    margin-top: 0px;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 14px;
    margin-bottom: 8px;
  }


  .institution_signup_name
  {
    margin-bottom: 20px;
  }

  .institution_signup_name_icon
  {
    height: 28px;
    /*border: solid 2px red;*/
    border-radius: 15px;
  }


  .institution_signup_name_icon .fa-user
  {
    font-size: 16px;
    padding-top: 7px;
  }


  .institution_signup_name_icon input{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 15px;
    font-size: 14px;
    height: 25px;
    background: white;
    width: 87%;
  }


  .institution_email_number
  {
    margin-bottom: 20px;
  }


  .institution_signup_email_icon
  {
    height: 28px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px blue;*/
  }


  .institution_signup_email_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 14px;
    font-size: 14px;
    height: 25px;
    /*border: solid 2px red;*/
    width: 81%;
    margin-top: 0px;
  }


  .institution_signup_email_icon .fa-envelope
  {
    font-size: 16px;
    padding-top: 6px;
  }


  .institution_signup_mobile_icon
  {
    height: 28px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px blue;*/
  }



  .institution_signup_mobile input
  {
    width: 74%;
    padding-left: 10px;
    font-size: 14px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    height: 25px;
    margin-top: 1px;
  }


  .institution_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 10px;
  }


  .institution_signup_username
  {
    margin-bottom: 20px;
  }


  .institution_signup_username_icon
  {
    height: 28px;
    /*border: solid 2px red;*/
    border-radius: 15px;
    font-size: 22px;
  }


  .institution_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 7px;
  }


  .institution_signup_username_icon input{
    border-radius: 15px;
    padding-left: 15px;
    font-size: 15px;
    height: 25px;
    background: white;
    width: 88%;
  }



  .institution_signup_username input
  {
    /*font-size: 20px;*/
  }


  .institution_password
  {
    margin-bottom: 20px;
  }

  .institution_signup_password_icon
  {
    height: 28px;
    /*border: solid 2px red;*/
    border-radius: 15px;
    /*font-size: 22px;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 20px;
    font-size: 15px;
    height: 25px;
    background: white;
    width: 89%;
  }


  .institution_signup_terms p
  {
    font-size: 11px;
    line-height: 20px;
  }

  .institution_signup_terms a
  {
    font-size: 11px;
  }

  .institution_signup_button input{
    width: 20%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .institution_signup_button a{
    font-size: 16px;
    margin-top: 22px;
  }
}

@media screen and (min-width:1366px) and (max-width:1439px)
{
  .institution_signup_container
  {
    margin-top: 30px;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
    /*padding-left: 40px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 220px;
  }

  .institution_signup_container_c1_logo img
  {
    height: 110px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 20px;
    padding: 5px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 880px;*/
    height: auto;
    width: 70%;
    margin-left: 12%;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 14px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_head
  {
    /*border: solid 2px red;*/
    padding-bottom: 0px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 17px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
    margin-top: 0px;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 12px;
    margin-bottom: 8px;
  }


  .institution_signup_name
  {
    margin-bottom: 15px;
  }

  .institution_signup_name_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
    border-radius: 15px;
  }


  .institution_signup_name_icon .fa-user
  {
    font-size: 14px;
    padding-top: 7px;
  }


  .institution_signup_name_icon input{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 15px;
    font-size: 13px;
    height: 23px;
    background: white;
    width: 87%;
  }


  .institution_email_number
  {
    margin-bottom: 15px;
  }


  .institution_signup_email_icon
  {
    height: 26px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px blue;*/
  }


  .institution_signup_email_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 15px;
    font-size: 13px;
    height: 23px;
    /*border: solid 2px red;*/
    width: 80%;
    margin-top: 0px;
  }


  .institution_signup_email_icon .fa-envelope
  {
    font-size: 14px;
    padding-top: 6px;
  }


  .institution_signup_mobile_icon
  {
    height: 26px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px blue;*/
  }



  .institution_signup_mobile input
  {
    width: 73%;
    padding-left: 10px;
    font-size: 13px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    height: 23px;
    margin-top: 0px;
  }


  .institution_signup_mobile_icon .fa-phone
  {
    font-size: 14px;
    padding-top: 8px;
  }


  .institution_signup_username
  {
    margin-bottom: 20px;
  }


  .institution_signup_username_icon
  {
    height: 24px;
    /*border: solid 2px red;*/
    border-radius: 15px;
    font-size: 13px;
  }


  .institution_signup_username_icon .fa-at
  {
    font-size: 14px;
    padding-top: 5px;
  }


  .institution_signup_username_icon input{
    border-radius: 12px;
    padding-left: 20px;
    font-size: 13px;
    height: 23px;
    background: white;
    width: 86%;
    margin-top: 0px;
  }



  .institution_signup_username input
  {
    /*font-size: 20px;*/
  }


  .institution_password
  {
    margin-bottom: 20px;
  }

  .institution_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
    border-radius: 15px;
    /*font-size: 22px;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 15px;
    font-size: 13px;
    height: 23px;
    background: white;
    width: 89%;
    margin-top: 1px;
  }


  .institution_signup_terms p
  {
    font-size: 10px;
    line-height: 20px;
  }

  .institution_signup_terms a
  {
    font-size: 10px;
  }

  .institution_signup_button input{
    width: 25%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .institution_signup_button a{
    font-size: 15px;
    margin-top: 20px;
  }
}

@media screen and (min-width:1280px) and (max-width:1365px)
{
  .institution_signup_container
  {
    margin-top: 40px;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
    /*  height:600px;*/
    /*padding-left: 40px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 220px;
  }

  .institution_signup_container_c1_logo img
  {
    height: 90px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 18px;
    padding: 5px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 880px;*/
    height: auto;
    width: 70%;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 12px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_head
  {
    /*border: solid 2px red;*/
    padding-bottom: 0px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0px;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
    margin-top: 0px;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 11px;
    margin-bottom: 5px;
  }


  .institution_signup_name
  {
    margin-bottom: 15px;
  }

  .institution_signup_name_icon
  {
    height: 24px;
    /*border: solid 2px red;*/
    border-radius: 15px;
  }


  .institution_signup_name_icon .fa-user
  {
    font-size: 14px;
    padding-top: 6px;
  }


  .institution_signup_name_icon input{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    font-size: 13px;
    height: 22px;
    background: white;
    width: 89%;
  }


  .institution_email_number
  {
    margin-bottom: 15px;
  }


  .institution_signup_email_icon
  {
    height: 24px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px blue;*/
  }


  .institution_signup_email_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    font-size: 13px;
    height: 22px;
    /*border: solid 2px red;*/
    width: 82%;
    margin-top: 0px;
  }


  .institution_signup_email_icon .fa-envelope
  {
    font-size: 14px;
    padding-top: 6px;
  }


  .institution_signup_mobile_icon
  {
    height: 24px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px blue;*/
  }



  .institution_signup_mobile input
  {
    width: 75%;
    padding-left: 5px;
    font-size: 13px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    height: 22px;
    margin-top: 0px;
  }


  .institution_signup_mobile_icon .fa-phone
  {
    font-size: 14px;
    padding-top: 6px;
  }


  .institution_signup_username
  {
    margin-bottom: 15px;
  }


  .institution_signup_username_icon
  {
    height: 24px;
    /*border: solid 2px red;*/
    border-radius: 15px;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
  }


  .institution_signup_username_icon .fa-at
  {
    font-size: 14px;
    padding-top: 6px;
  }


  .institution_signup_username_icon input{
    border-radius: 12px;
    padding-left: 10px;
    font-size: 13px;
    height: 22px;
    background: white;
    width: 89%;
  }



  .institution_signup_username input
  {
    /*font-size: 20px;*/
  }


  .institution_password
  {
    margin-bottom: 15px;
  }

  .institution_signup_password_icon
  {
    height: 24px;
    /*border: solid 2px red;*/
    border-radius: 15px;
    /*font-size: 22px;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 13px;
    height: 22px;
    background: white;
    width: 91%;
  }


  .institution_signup_terms p
  {
    font-size: 9px;
    line-height: 20px;
  }

  .institution_signup_terms a
  {
    font-size: 9px;
  }

  .institution_signup_button input{
    width: 20%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .institution_signup_button a{
    font-size: 14px;
    margin-top: 15px;
  }
}

@media screen and (min-width:1024px) and (max-width:1279px)
{
  .institution_signup_container
  {
    margin-top: 50px;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
    /*padding-left: 40px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 190px;
  }

  .institution_signup_container_c1_logo img
  {
    height: 90px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 16px;
    padding: 5px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 880px;*/
    height: auto;
    width: 75%;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 12px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_head
  {
    /*border: solid 2px red;*/
    padding-bottom: 0px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0px;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
    margin-top: 0px;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 11px;
    margin-bottom: 5px;
  }


  .institution_signup_name
  {
    margin-bottom: 15px;
  }

  .institution_signup_name_icon
  {
    height: 22px;
    /*border: solid 2px red;*/
    border-radius: 15px;
  }


  .institution_signup_name_icon .fa-user
  {
    font-size: 12px;
    padding-top: 7px;
  }


  .institution_signup_name_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 12px;
    height: 20px;
    background: white;
    width: 88%;
  }


  .institution_email_number
  {
    margin-bottom: 15px;
  }


  .institution_signup_email_icon
  {
    height: 22px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px blue;*/
  }


  .institution_signup_email_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    font-size: 12px;
    height: 20px;
    /*border: solid 2px red;*/
    width: 81%;
    margin-top: 0px;
  }


  .institution_signup_email_icon .fa-envelope
  {
    font-size: 12px;
    padding-top: 5px;
  }


  .institution_signup_mobile_icon
  {
    height: 22px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px blue;*/
  }



  .institution_signup_mobile input
  {
    width: 73%;
    padding-left: 5px;
    font-size: 12px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    height: 20px;
    margin-top: 0px;
  }


  .institution_signup_mobile_icon .fa-phone
  {
    font-size: 12px;
    padding-top: 7px;
  }


  .institution_signup_username
  {
    margin-bottom: 15px;
  }


  .institution_signup_username_icon
  {
    height: 22px;
    /*border: solid 2px red;*/
    border-radius: 15px;
    font-size: 22px;
  }


  .institution_signup_username_icon .fa-at
  {
    font-size: 12px;
    padding-top: 6px;
  }


  .institution_signup_username_icon input{
    border-radius: 12px;
    padding-left: 10px;
    font-size: 12px;
    height: 20px;
    background: white;
    width: 89%;
    margin-top: 1px;
  }



  .institution_signup_username input
  {
    /*font-size: 20px;*/
  }


  .institution_password
  {
    margin-bottom: 15px;
  }

  .institution_signup_password_icon
  {
    height: 22px;
    /*border: solid 2px red;*/
    border-radius: 15px;
    /*font-size: 22px;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 12px;
    height: 20px;
    background: white;
    width: 92%;
  }


  .institution_signup_terms p
  {
    font-size: 9px;
    line-height: 20px;
  }

  .institution_signup_terms a
  {
    font-size: 9px;
  }

  .institution_signup_button
  {
    /*border: solid 2px red;*/
    padding-top: 0px;
  }

  .institution_signup_button input{
    width: 20%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 11px;
    margin-top: 0px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .institution_signup_button a{
    font-size: 12px;
    margin-top: 8px;
  }
}

@media screen and (min-width:990px) and (max-width:1023px)
{
  .institution_signup_container
  {
    margin-top: 40px;
  }

  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
    /*  height:600px;*/
    /*padding-left: 40px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 210px;
  }

  .institution_signup_container_c1_logo img
  {
    height: 80px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 16px;
    padding: 5px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 880px;*/
    height: auto;
    width: 75%;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 11px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_head
  {
    /*border: solid 2px red;*/
    padding-bottom: 0px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0px;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
    margin-top: 0px;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 11px;
    margin-bottom: 8px;
  }


  .institution_signup_name
  {
    margin-bottom: 15px;
  }

  .institution_signup_name_icon
  {
    height: 23px;
    /*border: solid 2px red;*/
    border-radius: 15px;
  }


  .institution_signup_name_icon .fa-user
  {
    font-size: 12px;
    padding-top: 7px;
  }


  .institution_signup_name_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 12px;
    height: 20px;
    background: white;
    width: 88%;
    margin-top: 1px;
  }


  .institution_email_number
  {
    margin-bottom: 15px;
  }


  .institution_signup_email_icon
  {
    height: 23px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px blue;*/
  }


  .institution_signup_email_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    font-size: 12px;
    height: 20px;
    /*border: solid 2px red;*/
    width: 81%;
    margin-top: 0px;
  }


  .institution_signup_email_icon .fa-envelope
  {
    font-size: 12px;
    padding-top: 7px;
  }


  .institution_signup_mobile_icon
  {
    height: 23px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px blue;*/
  }



  .institution_signup_mobile input
  {
    width: 73%;
    padding-left: 5px;
    font-size: 12px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    height: 20px;
    margin-top: 1px;
  }


  .institution_signup_mobile_icon .fa-phone
  {
    font-size: 12px;
    padding-top: 7px;
  }


  .institution_signup_username
  {
    margin-bottom: 15px;
  }


  .institution_signup_username_icon
  {
    height: 23px;
    /*border: solid 2px red;*/
    border-radius: 15px;
    font-size: 12px;
  }


  .institution_signup_username_icon .fa-at
  {
    font-size: 12px;
    padding-top: 6px;
  }


  .institution_signup_username_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 12px;
    height: 20px;
    background: white;
    width: 88%;
    margin-top: 0px;
  }



  .institution_signup_username input
  {
    /*font-size: 20px;*/
  }


  .institution_password
  {
    margin-bottom: 15px;
  }

  .institution_signup_password_icon
  {
    height: 23px;
    /*border: solid 2px red;*/
    border-radius: 1px;
    /*font-size: 22px;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 12px;
    height: 20px;
    background: white;
    width: 89%;
  }


  .institution_signup_terms p
  {
    font-size: 8px;
    line-height: 20px;
  }

  .institution_signup_terms a
  {
    font-size: 8px;
  }

  .institution_signup_button
  {
    /*border: solid 2px red;*/
    padding-top: 0px;
  }

  .institution_signup_button input{
    width: 20%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 11px;
    margin-top: 0px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .institution_signup_button a{
    font-size: 12px;
    margin-top: 8px;
  }
}

@media screen and (min-width:820px) and (max-width:989px)
{
  .institution_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 30px;
  }

  .institution_signup_container_c1_logo img
  {
    height: 70px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 18px;
  }

  .teacher_signup_container_c2
  {
    align-items: center;
    /*text-align: center;*/
    /*border: 2px solid blue;*/
  }

  .institution_signup_container_c2_input
  {
    height: auto;
    margin-top: 30px;
    padding: 10px 5% 30px 5%;
    margin-bottom: 40px;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 14px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 14px;
    margin-top: 20px;
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_name
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 14px;
  }

  .institution_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 30px;
    border-radius: 25px;
  }

  .institution_signup_name_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 24px;
    width: 86%;
    margin-top: 3px;
    /*border: solid 2px blue;*/
  }

  .institution_signup_name_icon .fa-user
  {
    padding-top: 7px;
    font-size: 16px;
  }

  .institution_email_number
  {
    margin-bottom: 10px;
    margin-left: 6%;
    width: 88%;
    /*border: 2px solid yellow;*/
  }


  .institution_signup_email_icon
  {
    height: 30px;
    /*border: solid 2px blue;*/
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .institution_signup_email_icon input
  {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 24px;
    width: 83%;
    margin-top: 3px;
    /*border: 2px solid blue;*/
  }

  .institution_signup_email_icon .fa-envelope
  {
    font-size: 16px;
    padding-top: 7px;
  }


  .institution_signup_mobile_icon
  {
    height: 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 98%;
    margin-left: 2%;
    /*border: 2px solid red;*/
  }

  .institution_signup_mobile input
  {
    width: 70%;
    padding-left: 10px;
    font-size: 14px;
    height: 24px;
    /*border: 2px solid blue;*/
    border-radius: 0px;
    margin-top: 2px;
  }

  .institution_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 8px;
  }


  .institution_signup_username
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .institution_signup_username_icon
  {
    height: 30px;
    /*border: 2px solid red;*/
    border-radius: 25px;
  }


  .institution_signup_username_icon input
  {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 24px;
    width: 87%;
    margin-top: 2px;
    /*border: solid 2px blue;*/
  }

  .institution_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 7px;
  }


  .institution_password
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .institution_signup_password_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
  }

  .institution_signup_password_icon input{
    border-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 24px;
    width: 94%;
    margin-top: 2px;
  }


  .institution_signup_terms
  {
    margin-top: 20px;
  }

  .institution_signup_terms p
  {
    font-size: 11px;
  }

  .institution_signup_terms a
  {
    font-size: 11px;
  }

  .institution_signup_button
  {
    /*border: solid 2px red;*/
    padding-top: 0px;
  }

  .institution_signup_button input{
    width: 25%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .institution_signup_button a
  {
    font-size: 14px;
    margin-top: 18px;
  }
}

@media screen and (min-width:800px) and (max-width:819px)
{
  .institution_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    align-items: center;
    /*text-align: center;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 60px;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c1_logo img
  {
    height: 80px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 20px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 690px;*/
    height: auto;
    margin-top: 30px;
    padding: 10px 5% 40px 5%;
    margin-bottom: 40px;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 14px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 14px;
    margin-top: 10px;
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_name
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 12px;
  }

  .institution_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
  }

  .institution_signup_name_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 88%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_name_icon .fa-user
  {
    padding-top: 5px;
    font-size: 16px;
  }

  .institution_email_number
  {
    margin-bottom: 10px;
    margin-left: 6%;
    width: 88%;
    /*border: 2px solid yellow;*/
  }


  .institution_signup_email_icon
  {
    height: 30px;
    /*border: solid 2px blue;*/
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .institution_signup_email_icon input
  {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 25px;
    width: 83%;
    margin-top: 1px;
  }

  .institution_signup_email_icon .fa-envelope
  {
    padding-top: 7px;
    font-size: 16px;
  }


  .institution_signup_mobile_icon
  {
    height: 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 98%;
    margin-left: 2%;
    /*border: 2px solid red;*/
  }

  .institution_signup_mobile input
  {
    width: 71%;
    padding-left: 10px;
    font-size: 14px;
    height: 25px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    margin-top: 1px;
  }

  .institution_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 8px;
  }


  .institution_signup_username
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .institution_signup_username_icon
  {
    height: 26px;
    font-size: 14px;
    /*border: 2px solid red;*/
  }


  .institution_signup_username_icon input
  {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 88%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 6px;
  }


  .institution_password
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .institution_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 2px;
  }


  .institution_signup_terms
  {
    margin-top: 20px;
  }

  .institution_signup_terms p
  {
    font-size: 10px;
  }

  .institution_signup_terms a
  {
    font-size: 10px;
  }

  .institution_signup_button
  {
    /*border: solid 2px red;*/
    padding-top: 0px;
  }

  .institution_signup_button input{
    width: 20%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .institution_signup_button a
  {
    font-size: 14px;
    margin-top: 18px;
  }
}

@media screen and (min-width:768px) and (max-width:799px)
{
  .institution_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 30px;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c1_logo img
  {
    height: 70px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 16px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 690px;*/
    height: auto;
    margin-top: 10px;
    padding: 10px 5% 40px 5%;
    margin-bottom: 20px;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 14px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_name
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 12px;
  }

  .institution_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
  }

  .institution_signup_name_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 88%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_name_icon .fa-user
  {
    padding-top: 6px;
    font-size: 16px;
  }

  .institution_email_number
  {
    margin-bottom: 10px;
    margin-left: 6%;
    width: 88%;
    /*border: 2px solid yellow;*/
  }


  .institution_signup_email_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-bottom: 0px;
  }

  .institution_signup_email_icon input
  {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 25px;
    width: 83%;
    margin-top: 1px;
  }

  .institution_signup_email_icon .fa-envelope
  {
    font-size: 16px;
    padding-top: 8px;
  }


  .institution_signup_mobile_icon
  {
    height: 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 98%;
    margin-left: 2%;
    /*border: 2px solid red;*/
  }

  .institution_signup_mobile input
  {
    width: 70%;
    padding-left: 10px;
    font-size: 14px;
    height: 25px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    margin-top: 1px;
  }

  .institution_signup_mobile_icon .fa-phone
  {
    padding-top: 8px;
    font-size: 16px;
  }


  .institution_signup_username
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .institution_signup_username_icon
  {
    height: 26px;
    font-size: 14px;
  }


  .institution_signup_username_icon input
  {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 88%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 6px;
  }


  .institution_password
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .institution_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 1px;
  }


  .institution_signup_terms
  {
    margin-top: 20px;
  }

  .institution_signup_terms p
  {
    font-size: 10px;
  }

  .institution_signup_terms a
  {
    font-size: 10px;
  }

  .institution_signup_button
  {
    /*border: solid 2px blue;*/
    padding-top: 0px;
  }

  .institution_signup_button input{
    width: 20%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .institution_signup_button a
  {
    font-size: 14px;
    margin-top: 18px;
  }
}

@media screen and (min-width:670px) and (max-width:767px)
{
  .institution_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 30px;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c1_logo img
  {
    height: 60px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 17px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 680px;*/
    height: auto;
    margin-top: 5px;
    padding: 10px 5% 40px 5%;
    margin-bottom: 30px;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 12px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_name
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 11px;
  }

  .institution_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    border-radius: 18px;
  }

  .institution_signup_name_icon input
  {
    padding-left: 15px;
    font-size: 14px;
    height: 22px;
    width: 85%;
    margin-top: 1px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
  }

  .institution_signup_name_icon .fa-user
  {
    padding-top: 5px;
    font-size: 16px;
  }

  .institution_email_number
  {
    margin-bottom: 10px;
    margin-left: 6%;
    width: 88%;
    /*border: 2px solid yellow;*/
  }


  .institution_signup_email_icon
  {
    height: 30px;
    /*border: solid 2px blue;*/
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    margin-bottom: 0px;
  }

  .institution_signup_email_icon input
  {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    padding-left: 15px;
    font-size: 14px;
    height: 25px;
    width: 80%;
    margin-top: 1px;
  }

  .institution_signup_email_icon .fa-envelope
  {
    padding-top: 8px;
    font-size: 16px;
  }


  .institution_signup_mobile_icon
  {
    height: 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 98%;
    margin-left: 2%;
    /*border: 2px solid red;*/
  }

  .institution_signup_mobile input
  {
    width: 68%;
    padding-left: 10px;
    font-size: 14px;
    height: 25px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    margin-top: 1px;
  }

  .institution_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 9px;
  }


  .institution_signup_username
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .institution_signup_username_icon
  {
    height: 26px;
    font-size: 14px;
  }


  .institution_signup_username_icon input
  {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 87%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 6px;
  }


  .institution_password
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .institution_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 2px;
  }


  .institution_signup_terms
  {
    margin-top: 20px;
  }

  .institution_signup_terms p
  {
    font-size: 9px;
  }

  .institution_signup_terms a
  {
    font-size: 10px;
  }

  .institution_signup_button
  {
    /*border: solid 2px red;*/
    padding-top: 0px;
  }

  .institution_signup_button input{
    width: 20%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .institution_signup_button a
  {
    font-size: 14px;
    margin-top: 18px;
  }
}

@media screen and (min-width:590px) and (max-width:669px)
{
  .institution_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 40px;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c1_logo img
  {
    height: 60px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 15px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 680px;*/
    height: auto;
    margin-top: 5px;
    padding: 10px 5% 40px 5%;
    margin-bottom: 30px;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 11px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 17px;
    letter-spacing: 2px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_name
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 11px;
  }

  .institution_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    border-radius: 18px;
  }

  .institution_signup_name_icon input
  {
    padding-left: 15px;
    font-size: 14px;
    height: 22px;
    width: 85%;
    margin-top: 1px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
  }

  .institution_signup_name_icon .fa-user
  {
    padding-top: 6px;
    font-size: 15px;
  }

  .institution_email_number
  {
    margin-bottom: 10px;
    margin-left: 6%;
    width: 88%;
    /*border: 2px solid yellow;*/
  }


  .institution_signup_email_icon
  {
    height: 30px;
    /*border: solid 2px blue;*/
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 0px;
  }

  .institution_signup_email_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 25px;
    width: 80%;
    margin-top: 1px;
  }

  .institution_signup_email_icon .fa-envelope
  {
    padding-top: 8px;
    font-size: 15px;
  }


  .institution_signup_mobile_icon
  {
    height: 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 98%;
    margin-left: 2%;
    /*border: 2px solid red;*/
  }

  .institution_signup_mobile input
  {
    width: 68%;
    padding-left: 5px;
    font-size: 14px;
    height: 25px;
    /*border: 2px solid red;*/
    border-radius: 0px;
    margin-top: 1px;
  }

  .institution_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 9px;
  }


  .institution_signup_username
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .institution_signup_username_icon
  {
    height: 26px;
    font-size: 14px;
  }


  .institution_signup_username_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 85%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 6px;
  }


  .institution_password
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .institution_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 0px;
  }


  .institution_signup_terms
  {
    margin-top: 20px;
  }

  .institution_signup_terms p
  {
    font-size: 9px;
  }

  .institution_signup_terms a
  {
    font-size: 10px;
  }

  .institution_signup_button
  {
    /*border: solid 2px blue;*/
    padding-top: 0px;
  }

  .institution_signup_button input{
    width: 20%;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .institution_signup_button a
  {
    font-size: 14px;
    margin-top: 18px;
  }
}

@media screen and (min-width:500px) and (max-width:589px)
{
  .institution_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    /*border: solid 2px blue;*/
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 20px;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c1_logo img
  {
    height: 50px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 12px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 740px;*/
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 10px 5% 20px 5%;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_name
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 11px;
  }

  .institution_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    border-radius: 15px;
  }

  .institution_signup_name_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 83%;
    margin-top: 1px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
  }

  .institution_signup_name_icon .fa-user
  {
     padding-top: 6px;
     font-size: 15px;
  }

  .institution_email_number
  {
    margin-bottom: 10px;
    margin-left: 6%;
    width: 88%;
    /*border: 2px solid yellow;*/
  }

  /*.institution_signup_email
  {
    width: 80%;
    margin-left: 10%;
  }*/

  .institution_signup_email_icon
  {
    height: 30px;
    /*border: solid 2px red;*/
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 0px;
  }

  .institution_signup_email_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 80%;
    font-size: 12px;
    height: 22px;
    margin-top: 3px;
    /*border: solid 2px red;*/
  }

  .institution_signup_email_icon .fa-envelope
  {
    padding-top: 7px;
    font-size: 15px;
  }

  /*.institution_signup_mobile
  {
    width: 90%;
    margin-left: 10%;
  }*/


  .institution_signup_mobile_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-bottom: 20px;
    width: 98%;
    margin-left: 2%;
    margin-bottom: 0;
  }

  .institution_signup_mobile input
  {
    width: 67%;
    font-size: 12px;
    height: 22px;
    border-radius: 0px;
    margin-left: 2%;
    /*border: solid 2px red;*/
    margin-top: 3px;
  }

  .institution_signup_mobile_icon .fa-phone
  {
    font-size: 16px;
    padding-top: 9px;
  }


  .institution_signup_username
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }


  .institution_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
  }


  .institution_signup_username_icon input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 84%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 7px;
  }


  .institution_password
  {
    margin-bottom: 10px;
    /*border: 2px solid yellow;*/
    margin-left: 6%;
    width: 88%;
  }

  .institution_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 2px;
  }


  .institution_signup_terms
  {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .institution_signup_terms p
  {
    font-size: 9px;
  }

  .institution_signup_terms a
  {
    font-size: 10px;
  }

  .institution_signup_button
  {
    /*border: solid 2px blue;*/
    padding-top: 0px;
  }

  .institution_signup_button input{
    width: 25%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .institution_signup_button a
  {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }
}

@media screen and (min-width:460px) and (max-width:499px)
{
  .institution_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    /*border: solid 2px blue;*/
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 50px;
  }

  .institution_signup_container_c1_logo img
  {
    height: 50px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 12px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 740px;*/
    height: auto;
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 5% 20px 5%;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_name
  {
    margin-bottom: 0px;
    /*border: 2px solid blue;*/
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 12px;
  }

  .institution_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    border-radius: 15px;
  }

  .institution_signup_name_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 82%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_name_icon .fa-user
  {
    padding-top: 6px;
    font-size: 15px;
  }

  .institution_email_number
  {
    display: inline;
    margin-bottom: 10px;
  }

  .institution_signup_email
  {
    width: 80%;
    margin-left: 10%;
  }

  .institution_signup_email_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-bottom: 20px;
  }

  .institution_signup_email_icon input
  {
    width: 80%;
    font-size: 12px;
    height: 24px;
    margin-top: 1px;
    /*border: solid 2px blue;*/
  }

  .institution_signup_email_icon .fa-envelope
  {
    padding-top: 7px;
    font-size: 15px;
  }

  .institution_signup_mobile
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }


  .institution_signup_mobile_icon
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .institution_signup_mobile input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 83%;
    font-size: 12px;
    height: 24px;
    margin-top: 1px;
    padding-left: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_mobile_icon .fa-phone
  {
    padding-top: 9px;
    font-size: 16px;
  }


  .institution_signup_username
  {
    margin-bottom: 20px;
    /*border: solid 2px blue;*/
    margin-top: 0px;
  }


  .institution_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    margin-bottom: 20px;
  }


  .institution_signup_username_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 83%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_username_icon .fa-at
  {
    font-size: 16px;
    padding-top: 6px;
  }


  .institution_password
  {
    margin-bottom: 10px;
  }

  .institution_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
    border-radius: 25px;
    /*font-size: 22px;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 1px;
  }


  .institution_signup_terms
  {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }

  .institution_signup_terms p
  {
    font-size: 9px;
  }

  .institution_signup_terms a
  {
    font-size: 10px;
  }

  .institution_signup_button
  {
    /*border: solid 2px red;*/
    padding-top: 0px;
  }

  .institution_signup_button input{
    width: 25%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    background-color: #D99E30;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .institution_signup_button a
  {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }
}

@media screen and (min-width:425px) and (max-width:459px)
{
  .institution_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 20px;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c1_logo img
  {
    height: 50px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 12px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 740px;*/
    height: auto;
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 5% 20px 5%;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_name
  {
    margin-bottom: 0px;
    /*border: 2px solid blue;*/
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 12px;
  }

  .institution_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    border-radius: 15px;
  }

  .institution_signup_name_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 82%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_name_icon .fa-user
  {
    padding-top: 8px;
    font-size: 13px;
  }

  .institution_email_number
  {
    display: inline;
    margin-bottom: 10px;
  }

  .institution_signup_email
  {
    width: 80%;
    margin-left: 10%;
  }

  .institution_signup_email_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-bottom: 20px;
  }

  .institution_signup_email_icon input
  {
    width: 80%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }

  .institution_signup_email_icon .fa-envelope
  {
    padding-top: 8px;
    font-size: 13px;
  }

  .institution_signup_mobile
  {
    width: 80%;
    /*border: solid 2px blue;*/
    margin-left: 10%;
  }


  .institution_signup_mobile_icon
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .institution_signup_mobile input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 83%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    padding-left: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_mobile_icon .fa-phone
  {
    font-size: 13px;
    padding-top: 10px;
  }


  .institution_signup_username
  {
    margin-bottom: 20px;
    /*border: solid 2px blue;*/
    margin-top: 0px;
  }


  .institution_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    margin-bottom: 20px;
  }


  .institution_signup_username_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 83%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_username_icon .fa-at
  {
    font-size: 15px;
    padding-top: 7px;
  }


  .institution_password
  {
    margin-bottom: 10px;
  }

  .institution_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 2px;
  }


  .institution_signup_terms
  {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .institution_signup_terms p
  {
    font-size: 8px;
  }

  .institution_signup_terms a
  {
    font-size: 8px;
  }

  .institution_signup_button
  {
    /*border: solid 2px red;*/
    padding-top: 0px;
  }

  .institution_signup_button input{
    width: 25%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .institution_signup_button a
  {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }
}

@media screen and (min-width:400px) and (max-width:424px)
{
  .institution_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 30px;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c1_logo img
  {
    height: 50px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 12px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 740px;*/
    height: auto;
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 5% 40px 5%;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_name
  {
    margin-bottom: 0px;
    /*border: 2px solid blue;*/
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 12px;
  }

  .institution_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    border-radius: 15px;
  }

  .institution_signup_name_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 82%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_name_icon .fa-user
  {
    padding-top: 8px;
    font-size: 13px;
  }

  .institution_email_number
  {
    display: inline;
    margin-bottom: 10px;
  }

  .institution_signup_email
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .institution_signup_email_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-bottom: 20px;
  }

  .institution_signup_email_icon input
  {
    width: 80%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }

  .institution_signup_email_icon .fa-envelope
  {
    padding-top: 8px;
    font-size: 13px;
  }

  .institution_signup_mobile
  {
    width: 80%;
    /*border: solid 2px blue;*/
    margin-left: 10%;
  }


  .institution_signup_mobile_icon
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .institution_signup_mobile input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 82%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    padding-left: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_mobile_icon .fa-phone
  {
    font-size: 13px;
    padding-top: 10px;
  }


  .institution_signup_username
  {
    margin-bottom: 20px;
    /*border: solid 2px blue;*/
    margin-top: 0px;
  }


  .institution_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    margin-bottom: 20px;
  }


  .institution_signup_username_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 81%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_username_icon .fa-at
  {
    font-size: 13px;
    padding-top: 8px;
  }


  .institution_password
  {
    margin-bottom: 10px;
  }

  .institution_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 2px;
  }


  .institution_signup_terms
  {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .institution_signup_terms p
  {
    font-size: 8px;
  }

  .institution_signup_terms a
  {
    font-size: 8px;
  }

  .institution_signup_button
  {
    /*border: solid 2px red;*/
    padding-top: 0px;
  }

  .institution_signup_button input{
    width: 25%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 11px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .institution_signup_button a
  {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }

}

@media screen and (min-width:375px) and (max-width:399px)
{
  .institution_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 40px;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c1_logo img
  {
    height: 50px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 11px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 740px;*/
    height: auto;
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 5% 20px 5%;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_name
  {
    /*border: 2px solid red;*/
    margin-bottom: 0px;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 12px;
  }

  .institution_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
  }

  .institution_signup_name_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 80%;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }

  .institution_signup_name_icon .fa-user
  {
    padding-top: 8px;
    font-size: 13px;
  }

  .institution_email_number
  {
    display: inline;
    margin-bottom: 10px;
  }

  .institution_signup_email
  {
    width: 80%;
    margin-left: 10%;
  }

  .institution_signup_email_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-bottom: 20px;
  }

  .institution_signup_email_icon input
  {
    width: 79%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }

  .institution_signup_email_icon .fa-envelope
  {
    padding-top: 8px;
    font-size: 13px;
  }

  .institution_signup_mobile
  {
    width: 80%;
    /*border: solid 2px blue;*/
    margin-left: 10%;
  }


  .institution_signup_mobile_icon
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .institution_signup_mobile input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 81%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    padding-left: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_mobile_icon .fa-phone
  {
    padding-top: 10px;
    font-size: 13px;
  }


  .institution_signup_username
  {
    margin-bottom: 20px;
    /*border: solid 2px blue;*/
    margin-top: 0px;
  }


  .institution_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    margin-bottom: 20px;
  }


  .institution_signup_username_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 81%;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_username_icon .fa-at
  {
    font-size: 13px;
    padding-top: 10px;
  }


  .institution_password
  {
    margin-bottom: 10px;
  }

  .institution_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 0px;
  }


  .institution_signup_terms
  {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .institution_signup_terms p
  {
    font-size: 8px;
  }

  .institution_signup_terms a
  {
    font-size: 9px;
  }

  .institution_signup_button
  {
    /*border: solid 2px red;*/
    padding-top: 0px;
  }

  .institution_signup_button input{
    width: 30%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .institution_signup_button a
  {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }

}

@media screen and (min-width:300px) and (max-width:374px)
{
  .institution_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    /*border: solid 2px blue;*/
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 40px;
    /*border: solid 2px red;*/
  }

  .institution_signup_container_c1_logo img
  {
    height: 40px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 9px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 740px;*/
    height: auto;
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 5% 20px 5%;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 6px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 12px;
    margin-top: 10px;
      margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_name
  {
    margin-bottom: 0px;
    /*border: 2px solid blue;*/
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 12px;
  }

  .institution_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
  }

  .institution_signup_name_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 80%;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }

  .institution_signup_name_icon .fa-user
  {
    padding-top: 8px;
    font-size: 13px;
  }

  .institution_email_number
  {
    display: inline;
    margin-bottom: 10px;
  }

  .institution_signup_email
  {
    width: 80%;
    margin-left: 10%;
  }

  .institution_signup_email_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-bottom: 20px;
  }

  .institution_signup_email_icon input
  {
    width: 78%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }

  .institution_signup_email_icon .fa-envelope
  {
    padding-top: 8px;
    font-size: 13px;
  }

  .institution_signup_mobile
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }


  .institution_signup_mobile_icon
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
    height: 30px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .institution_signup_mobile input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 78%;
    font-size: 12px;
    height: 24px;
    margin-top: 2px;
    padding-left: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_mobile_icon .fa-phone
  {
    padding-top: 10px;
    font-size: 13px;
  }


  .institution_signup_username
  {
    margin-bottom: 20px;
    /*border: solid 2px blue;*/
    margin-top: 0px;
  }


  .institution_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 26px;
    font-size: 14px;
    margin-bottom: 20px;
  }


  .institution_signup_username_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 79%;
    margin-top: 2px;
  }

  .institution_signup_username_icon .fa-at
  {
    font-size: 13px;
    padding-top: 7px;
  }


  .institution_password
  {
      margin-bottom: 10px;
  }

  .institution_signup_password_icon
  {
    height: 26px;
    /*border: solid 2px red;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 0px;
  }


  .institution_signup_terms
  {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .institution_signup_terms p
  {
    font-size: 8px;
  }

  .institution_signup_terms a
  {
    font-size: 8px;
  }

  .institution_signup_button
  {
    /*border: solid 2px red;*/
    padding-top: 0px;
  }

  .institution_signup_button input{
    width: 35%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .institution_signup_button a
  {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }
}

@media screen and (min-width:200px) and (max-width:299px)
{
  .institution_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 50px;
  }

  .institution_signup_container_c1_logo img
  {
    height: 40px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 6px;
    padding: 5px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 740px;*/
    height: auto;
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 5% 20px 5%;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_name
  {
    /*border: 2px solid red;*/
    margin-bottom: 0px;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 11px;
  }

  .institution_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 24px;
    font-size: 12px;
  }

  .institution_signup_name_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 75%;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }

  .institution_signup_name_icon .fa-user
  {
    padding-top: 6px;
    font-size: 12px;
  }

  .institution_email_number
  {
    display: inline;
    margin-bottom: 10px;
  }

  .institution_signup_email
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .institution_signup_email_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 28px;
    margin-bottom: 20px;
  }

  .institution_signup_email_icon input
  {
    width: 70%;
    font-size: 12px;
    height: 22px;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }

  .institution_signup_email_icon .fa-envelope
  {
    padding-top: 8px;
    font-size: 12px;
  }

  .institution_signup_mobile
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }


  .institution_signup_mobile_icon
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
    height: 28px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .institution_signup_mobile input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 76%;
    font-size: 12px;
    height: 24px;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_mobile_icon .fa-phone
  {
    padding-top: 10px;
    font-size: 13px;
  }


  .institution_signup_username
  {
    margin-bottom: 20px;
    /*border: solid 2px blue;*/
    margin-top: 0px;
  }


  .institution_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 24px;
    font-size: 12px;
    margin-bottom: 20px;
  }


  .institution_signup_username_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width:70%;
    margin-top:1px;
    /*border: solid 2px red;*/;
  }

  .institution_signup_username_icon .fa-at
  {
    font-size: 13px;
    padding-top: 7px;
  }


  .institution_password
  {
    margin-bottom: 10px;
  }

  .institution_signup_password_icon
  {
    height: 24px;
    /*border: solid 2px red;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 0px;
  }


  .institution_signup_terms
  {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .institution_signup_terms p
  {
    font-size: 8px;
  }

  .institution_signup_terms a
  {
    font-size: 8px;
  }

  .institution_signup_button
  {
    /*border: solid 2px red;*/
    padding-top: 0px;
  }

  .institution_signup_button input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 10px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .institution_signup_button a
  {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }
}

@media screen and (min-width:100px) and (max-width:199px)
{
  .institution_signup_container
  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    /*border: 2px solid red;*/
    padding-left: 0%;
  }


  .institution_signup_container_c1
  {
    /*border: 2px solid red;*/
  /*  height:600px;*/
  }

  .institution_signup_container_c2
  {
    /*border: 2px solid red;*/
    /*height: 600px;*/
  }

  .institution_signup_container_c1_logo
  {
    padding-top: 50px;
  }

  .institution_signup_container_c1_logo img
  {
    height: 40px;
  }

  .institution_signup_container_c1_slogan p
  {
    font-size: 6px;
    padding: 5px;
  }

  .institution_signup_container_c2_input
  {
    /*height: 740px;*/
    height: auto;
    width: 70%;
    margin-left: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 5% 20px 5%;
  }

  .institution_signup_container_c2_input_error_messages
  {
    margin: 0;
    padding: 0;
  }

  .institution_signup_container_c2_input_error_messages .errors
  {
    font-size: 10px;
  }

  .institution_signup_container_c2_input_error_messages .errors li
  {
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_head p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .institution_signup_container_c2_input p:nth-child(2)
  {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .institution_signup_container_c2_input_form
  {
    /*border: 2px solid red;*/
    height: auto;
  }

  .institution_signup_name
  {
    /*border: 2px solid red;*/
    margin-bottom: 0px;
  }

  .institution_signup_container_c2_input_form label
  {
    font-size: 11px;
  }

  .institution_signup_name_icon
  {
    /*border: 2px solid red;*/
    height: 24px;
    font-size: 12px;
  }

  .institution_signup_name_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 75%;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }

  .institution_signup_name_icon .fa-user
  {
    padding-top: 6px;
    font-size: 12px;
  }

  .institution_email_number
  {
    display: inline;
    margin-bottom: 10px;
  }

  .institution_signup_email
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }

  .institution_signup_email_icon
  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border: solid 2px red;*/
    height: 28px;
    margin-bottom: 20px;
  }

  .institution_signup_email_icon input
  {
    width: 70%;
    font-size: 12px;
    height: 22px;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }

  .institution_signup_email_icon .fa-envelope
  {
    padding-top: 8px;
    font-size: 12px;
  }

  .institution_signup_mobile
  {
    width: 80%;
    margin-left: 10%;
    /*border: 2px solid white;*/
  }


  .institution_signup_mobile_icon
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border: solid 2px red;*/
    height: 28px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .institution_signup_mobile input
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 76%;
    font-size: 12px;
    height: 24px;
    margin-top: 1px;
    /*border: solid 2px red;*/
  }

  .institution_signup_mobile_icon .fa-phone
  {
    padding-top: 10px;
    font-size: 13px;
  }


  .institution_signup_username
  {
    margin-bottom: 20px;
    /*border: solid 2px blue;*/
    margin-top: 0px;
  }


  .institution_signup_username_icon
  {
    /*border: 2px solid red;*/
    height: 24px;
    font-size: 12px;
    margin-bottom: 20px;
  }


  .institution_signup_username_icon input
  {
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width:70%;
    margin-top:1px;
    /*border: solid 2px red;*/;
  }

  .institution_signup_username_icon .fa-at
  {
    font-size: 13px;
    padding-top: 7px;
  }


  .institution_password
  {
    margin-bottom: 10px;
  }

  .institution_signup_password_icon
  {
    height: 24px;
    /*border: solid 2px red;*/
  }

  .institution_signup_password_icon input{
    border-radius: 15px;
    padding-left: 10px;
    font-size: 14px;
    height: 22px;
    width: 94%;
    margin-top: 0px;
  }


  .institution_signup_terms
  {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .institution_signup_terms p
  {
    font-size: 8px;
  }

  .institution_signup_terms a
  {
    font-size: 8px;
  }

  .institution_signup_button
  {
    /*border: solid 2px red;*/
    padding-top: 0px;
  }

  .institution_signup_button input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 10px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .institution_signup_button a
  {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Montserrat;
    margin-top: 15px;
  }
}



/*************************************************  Loader *********************************************/
/*.institution_signup_success
{
  height: 550px;
  width: 70%;
  margin-left: 12%;
  border-radius: 30px;
  background-color: #000000A5;
  font-family: Montserrat;
  margin-top: 25px;
}*/




.institution_loader_wrapper
{
  width: 530px;
  background-color: #000000;
  /*height: 550px;*/
  height: auto;
  margin-left: 92px;
  border-radius: 30px;
  top: 0;
  display: block;
  position: absolute;
  text-align: center;
  margin-top: 138px;
  padding-top: 0px;
  padding-bottom: 70px;
  /*border: 2px solid red;*/
}

.teacher_loader_wrapper
{
  width: 530px;
  background-color: #000000;
  /*height: 550px;*/
  height: auto;
  margin-left: 92px;
  border-radius: 30px;
  top: 0;
  display: block;
  position: absolute;
  text-align: center;
  margin-top: 138px;
  padding-top: 0px;
  padding-bottom: 70px;
  /*border: 2px solid red;*/
}


.loader{
  align-items: center;
}


.loader p
{
  text-align: left;
  margin-left: 50px;
  color: #FFFFFF;

}


.loader p:nth-child(1)
{
  margin-top: 60px;
  font-size: 30px;
  font-weight: bold;
}

.loader p:nth-child(2)
{
  font-size: 18px;
}

.load_spinner
{
  margin-top: 100px;
  color: official;
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
  /*border: 2px solid red;*/
}

.load_spinner div
{
  transform-origin: 75px 75px;
  animation: lds-spinner 1.3s linear infinite;
}

.load_spinner div:after
{
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 74px;
  width: 2px;
  height: 12px;
  border-radius: 10%;
  background: #D99E30;
}

.load_spinner div:nth-child(1)
{
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.load_spinner div:nth-child(2)
{
  transform: rotate(5deg);
  animation-delay: -1.1s;
}

.load_spinner div:nth-child(3)
{
  transform: rotate(10deg);
  animation-delay: -1.1s;
}
.load_spinner div:nth-child(4)
{
  transform: rotate(15deg);
  animation-delay: -1.1s;
}
.load_spinner div:nth-child(5)
{
  transform: rotate(20deg);
  animation-delay: -1.1s;
}
.load_spinner div:nth-child(6)
{
  transform: rotate(25deg);
  animation-delay: -1.0s;
}
.load_spinner div:nth-child(7) {
  transform: rotate(30deg);
  animation-delay: -1.0s;
}
.load_spinner div:nth-child(8) {
  transform: rotate(35deg);
  animation-delay: -1.0s;
}
.load_spinner div:nth-child(9) {
  transform: rotate(40deg);
  animation-delay: -1.0s;
}
.load_spinner div:nth-child(10) {
  transform: rotate(45deg);
  animation-delay: -1.0s;
}
.load_spinner div:nth-child(11) {
  transform: rotate(50deg);
  animation-delay: -1.0s;
}
.load_spinner div:nth-child(12) {
  transform: rotate(55deg);
  animation-delay: -0.9s;
}
.load_spinner div:nth-child(13) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.load_spinner div:nth-child(14) {
  transform: rotate(65deg);
  animation-delay: -0.9s;
}
.load_spinner div:nth-child(15) {
  transform: rotate(70deg);
  animation-delay: -0.9s;
}
.load_spinner div:nth-child(16) {
  transform: rotate(75deg);
  animation-delay: -0.9s;
}
.load_spinner div:nth-child(17) {
  transform: rotate(80deg);
  animation-delay: -0.9s;
}
.load_spinner div:nth-child(18) {
  transform: rotate(85deg);
  animation-delay: -0.8s;
}
.load_spinner div:nth-child(19) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.load_spinner div:nth-child(20) {
  transform: rotate(95deg);
  animation-delay: -0.8s;
}
.load_spinner div:nth-child(21) {
  transform: rotate(100deg);
  animation-delay: -0.8s;
}
.load_spinner div:nth-child(22) {
  transform: rotate(105deg);
  animation-delay: -0.8s;
}
.load_spinner div:nth-child(23) {
  transform: rotate(110deg);
  animation-delay: -0.8s;
}
.load_spinner div:nth-child(24) {
  transform: rotate(115deg);
  animation-delay: -0.7s;
}
.load_spinner div:nth-child(25) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.load_spinner div:nth-child(26) {
  transform: rotate(125deg);
  animation-delay: -0.7s;
}
.load_spinner div:nth-child(27) {
  transform: rotate(130deg);
  animation-delay: -0.7s;
}
.load_spinner div:nth-child(28) {
  transform: rotate(135deg);
  animation-delay: -0.7s;
}
.load_spinner div:nth-child(29) {
  transform: rotate(140deg);
  animation-delay: -0.7s;
}
.load_spinner div:nth-child(30) {
  transform: rotate(145deg);
  animation-delay: -0.6s;
}
.load_spinner div:nth-child(31) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.load_spinner div:nth-child(32) {
  transform: rotate(155deg);
  animation-delay: -0.6s;
}
.load_spinner div:nth-child(33) {
  transform: rotate(160deg);
  animation-delay: -0.6s;
}
.load_spinner div:nth-child(34) {
  transform: rotate(165deg);
  animation-delay: -0.6s;
}
.load_spinner div:nth-child(35) {
  transform: rotate(170deg);
  animation-delay: -0.6s;
}
.load_spinner div:nth-child(36) {
  transform: rotate(175deg);
  animation-delay: -0.6s;
}
.load_spinner div:nth-child(37) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.load_spinner div:nth-child(38) {
  transform: rotate(185deg);
  animation-delay: -0.5s;
}
.load_spinner div:nth-child(39) {
  transform: rotate(190deg);
  animation-delay: -0.5s;
}
.load_spinner div:nth-child(40) {
  transform: rotate(195deg);
  animation-delay: -0.5s;
}
.load_spinner div:nth-child(41) {
  transform: rotate(200deg);
  animation-delay: -0.5s;
}
.load_spinner div:nth-child(42) {
  transform: rotate(205deg);
  animation-delay: -0.5s;
}
.load_spinner div:nth-child(43) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.load_spinner div:nth-child(44) {
  transform: rotate(215deg);
  animation-delay: -0.4s;
}
.load_spinner div:nth-child(45) {
  transform: rotate(220deg);
  animation-delay: -0.4s;
}
.load_spinner div:nth-child(46) {
  transform: rotate(225deg);
  animation-delay: -0.4s;
}
.load_spinner div:nth-child(47) {
  transform: rotate(230deg);
  animation-delay: -0.4s;
}
.load_spinner div:nth-child(48) {
  transform: rotate(235deg);
  animation-delay: -0.4s;
}
.load_spinner div:nth-child(49) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.load_spinner div:nth-child(50) {
  transform: rotate(245deg);
  animation-delay: -0.3s;
}
.load_spinner div:nth-child(51) {
  transform: rotate(250deg);
  animation-delay: -0.3s;
}
.load_spinner div:nth-child(52) {
  transform: rotate(255deg);
  animation-delay: -0.3s;
}
.load_spinner div:nth-child(53) {
  transform: rotate(260deg);
  animation-delay: -0.3s;
}
.load_spinner div:nth-child(54) {
  transform: rotate(265deg);
  animation-delay: -0.3s;
}
.load_spinner div:nth-child(55) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.load_spinner div:nth-child(56) {
  transform: rotate(275deg);
  animation-delay: -0.2s;
}
.load_spinner div:nth-child(57) {
  transform: rotate(280deg);
  animation-delay: -0.2s;
}
.load_spinner div:nth-child(58) {
  transform: rotate(285deg);
  animation-delay: -0.2s;
}
.load_spinner div:nth-child(59) {
  transform: rotate(290deg);
  animation-delay: -0.2s;
}
.load_spinner div:nth-child(60) {
  transform: rotate(295deg);
  animation-delay: -0.2s;
}
.load_spinner div:nth-child(61) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.load_spinner div:nth-child(62) {
  transform: rotate(305deg);
  animation-delay: -0.1s;
}
.load_spinner div:nth-child(63) {
  transform: rotate(310deg);
  animation-delay: -0.1s;
}
.load_spinner div:nth-child(64) {
  transform: rotate(315deg);
  animation-delay: -0.1s;
}
.load_spinner div:nth-child(65) {
  transform: rotate(320deg);
  animation-delay: -0.1s;
}
.load_spinner div:nth-child(66) {
  transform: rotate(325deg);
  animation-delay: -0.1s;
}
.load_spinner div:nth-child(67) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
.load_spinner div:nth-child(68) {
  transform: rotate(335deg);
  animation-delay: 0s;
}
.load_spinner div:nth-child(69) {
  transform: rotate(340deg);
  animation-delay: 0s;
}
.load_spinner div:nth-child(70) {
  transform: rotate(345deg);
  animation-delay: 0s;
}
.load_spinner div:nth-child(71) {
  transform: rotate(350deg);
  animation-delay: 0s;
}
.load_spinner div:nth-child(72) {
  transform: rotate(355deg);
  animation-delay: 0s;
}


@keyframes lds-spinner
{
  0%
    {
    opacity: 1;
  }
  100%
    {
    opacity: 0;
  }
}


/***************************************************************  Institution SignUp Success  ***********************************/
.institution_signup_success
{
  /*height: 550px;*/
  height: auto;
  width: 70%;
  margin-left: 12%;
  border-radius: 30px;
  background-color: #000000A5;
  font-family: Montserrat;
  margin-top: 45px;
  /*border: 2px solid blue;*/
  padding-bottom: 90px;
}



.institution_signup_success_message
{
  width: 80%;
  padding: 170px 10% 67px 10%;
  align-items: center;
  color: #FFFFFF;
}


.institution_signup_success_message p:nth-child(1)
{
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}


.institution_signup_success_message p:nth-child(2)
{
  text-align: center;
  font-size: 14px;
  color: #D99E30;
}




/***************************************************************  Institution SignUp Success  Responsive Pages ***********************************/

@media screen and (min-width:2550px) and (max-width:3439px)
{
  .institution_signup_success
  {
    height: auto;
    width: 64.5%;
    margin-left: 12.2%;
    border-radius: 30px;
    margin-top: 166px;
    /*border: solid 2px blue;*/
    padding-bottom: 143px;
  }


  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 60px;
    margin-top: 120px;
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 24px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid red;*/
    /*width: 530px;*/
    margin-top: 395px;
    padding-top: 0px;
    width: 32%;
    background-color: #000000;
    /*height: 750px;*/
    height: auto;
    margin-left: 6.09%;
    border-radius: 30px;
    top: 0;
    display: block;
    position: absolute;
    text-align: center;

  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 100px;
    color: white;
    text-align: left;
  }


  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 60px;
    padding-bottom: 0px;
    font-size: 50px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 28px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 100px;
    color: official;
    display: inline-block;
    position: relative;
    width: 250px;
    height: 250px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 130px 130px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    left: 101px;
    width: 4px;
    height: 35px;
    border-radius: 10%;
    background: #D99E30;
  }

}

@media screen and (min-width:1920px) and (max-width:2549px)
{
  .institution_signup_success
  {
    height: auto;
    width: 64.6%;
    margin-left: 12.2%;
    border-radius: 30px;
    margin-top: 108px;
    /*border: solid 2px blue;*/
    padding-bottom: 128px;
  }


  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 50px;
    margin-top: 20px;
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 22px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid red;*/
    margin-top: 330px;
    padding-top: 0px;
    width: 32%;
    background-color: #000000;
    /*height: 580px;*/
    height: auto;
    margin-left: 6.05%;
    border-radius: 30px;
    top: 0;
    display: block;
    position: absolute;
    text-align: center;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 50px;
    color: white;
    text-align: left;
  }


  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 42px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 22px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 50px;
    color: official;
    display: inline-block;
    position: relative;
    width: 210px;
    height: 210px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 110px 110px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    left: 101px;
    width: 4px;
    height: 25px;
    border-radius: 10%;
    background: #D99E30;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1919px)
{
  .institution_signup_success
  {
    /*height: 500px;*/
    height: auto;
    width: 64.3%;
    margin-left: 12.5%;
    border-radius: 30px;
    margin-top: 80px;
    padding-bottom: 44px;
    /*border: solid 2px blue;*/
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 150px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 40px;
    margin-top: 20px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 20px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid red;*/
    margin-top: 265px;
    padding-top: 0px;
    width: 32%;
    height: auto;
    margin-left: 6%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
    /*display: none;*/
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 30px;
    color: white;
    text-align: left;
  }


  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 36px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 20px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 50px;
    color: official;
    display: inline-block;
    position: relative;
    width: 170px;
    height: 170px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 80px 80px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 95px;
    width: 4px;
    height: 17px;
    border-radius: 10%;
    background: #D99E30;
  }
}

@media screen and (min-width:1440px) and (max-width:1535px)
{
  .institution_signup_success
  {
    /*height: 450px;*/
    height: auto;
    width: 64.5%;
    margin-left: 12%;
    border-radius: 30px;
    margin-top: 85px;
    /*border: solid 2px blue;*/
    padding-bottom: 63px;
  }

  .institution_signup_success_message
  {
    padding-top: 130px;
    text-align: center;

  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 40px;
    margin-top: 20px;
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 18px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid red;*/
    margin-top: 265px;
    padding-top: 0px;
    width: 32%;
    height: auto;
    margin-left: 5.95%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 40px;
    /*display: none;*/
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 10px;
    color: white;
    text-align: left;
    /*border: solid 2px red;*/
    margin-left: 30px;
  }


  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 36px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 20px;
    /*border: solid 2px blue;*/
  }

  .institution_loader_wrapper .load_spinner
  {
    margin-top: 40px;
    display: inline-block;
    position: relative;
    width: 170px;
    height: 170px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 85px 85px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 100px;
    width: 4px;
    height: 13px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:1366px) and (max-width:1439px)
{
  .institution_signup_success
  {
    /*height: 400px;*/
    height: auto;
    width: 65%;
    margin-left: 12%;
    border-radius: 30px;
    margin-top: 114px;
    /*border: solid 2px blue;*/
    padding-bottom: 46px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 120px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 35px;
    margin-top: 20px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid red;*/
    margin-top: 237px;
    padding-top: 0px;
    width: 32%;
    height: auto;
    margin-left: 5.97%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 35px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 15px;
    color: white;
    text-align: left;
    margin-left: 25px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 32px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 18px;
    /*border: solid 2px blue;*/
  }

  .institution_loader_wrapper .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 160px;
    height: 160px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 80px 80px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 95px;
    width: 3px;
    height: 13px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:1280px) and (max-width:1365px)
{
  .institution_signup_success
  {
    height: auto;
    width: 65.2%;
    margin-left: 10.8%;
    border-radius: 30px;
    /*margin-top: 135px;*/
    margin-top: 113px;
    /*border: solid 2px blue;*/
    padding-bottom: 6px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 120px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 32px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 226px;
    padding-top: 0px;
    width: 32%;
    height: auto;
    margin-left: 5.4%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 40px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 15px;
    color: white;
    text-align: left;
    margin-left: 40px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 28px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 16px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 110px;
    height: 110px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 60px 60px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 85px;
    width: 3px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:1024px) and (max-width:1279px)
{
  .institution_signup_success
  {
    height: auto;
    width: 67.5%;
    margin-left: 14%;
    border-radius: 30px;
    /*margin-top: 135px;*/
    margin-top: 113px;
    /*border: solid 2px blue;*/
    padding-bottom: 18px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 90px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 32px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid red;*/
    margin-top: 226px;
    padding-top: 0px;
    width: 33%;
    height: auto;
    margin-left: 7%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 15px;
    color: white;
    text-align: left;
    margin-left: 35px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 26px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 14px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 110px;
    height: 110px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 60px 60px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 85px;
    width: 3px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:990px) and (max-width:1023px)
{
  .institution_signup_success
  {
    height: auto;
    width: 67.5%;
    margin-left: 16%;
    border-radius: 30px;
    margin-top: 124px;
    /*border: solid 2px blue;*/
    padding-bottom: 19px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 90px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 30px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 14px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 237px;
    padding-top: 0px;
    width: 33%;
    height: auto;
    margin-left:8%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 40px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 12px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 50px;
    display: inline-block;
    position: relative;
    width: 90px;
    height: 90px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 45px 45px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:820px) and (max-width:989px)
{
  .institution_signup_success
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    border-radius: 30px;
    margin-top: 135px;
    /*border: solid 2px blue;*/
    padding-bottom: 30px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 130px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 32px;
    margin-top: 15px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 432px;
    padding-top: 0px;
    width: 68%;
    height: auto;
    margin-left: 15%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 50px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 60px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 20px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 50px;
    display: inline-block;
    position: relative;
    width: 90px;
    height: 90px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 50px 50px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:800px) and (max-width:819px)
{
  .institution_signup_success
  {
    height: auto;
    width: 73.7%;
    margin-left: 13%;
    border-radius: 30px;
    margin-top: 155px;
    /*border: solid 2px blue;*/
    padding-bottom: 19px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 100px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 32px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 445px;
    padding-top: 0px;
    width: 72%;
    height: auto;
    margin-left: 13%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 40px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 60px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 20px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 50px;
    display: inline-block;
    position: relative;
    width: 90px;
    height: 90px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 50px 50px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:768px) and (max-width:799px)
{
  .institution_signup_success
  {
    height: auto;
    width: 73.7%;
    margin-left: 13.3%;
    border-radius: 30px;
    margin-top: 157px;
    /*border: solid 2px blue;*/
    padding-bottom: 21px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 120px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 32px;
    margin-top: 15px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid red;*/
    margin-top: 445px;
    padding-top: 0px;
    width: 72%;
    height: auto;
    margin-left: 13%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 40px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 60px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 18px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 50px;
    display: inline-block;
    position: relative;
    width: 90px;
    height: 90px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 50px 50px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:670px) and (max-width:767px)
{
  .institution_signup_success
  {
    height: auto;
    width: 72%;
    margin-left: 14%;
    border-radius: 30px;
    margin-top: 135px;
    /*border: solid 2px blue;*/
    padding-bottom: 26px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 90px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid red;*/
    margin-top: 384px;
    padding-top: 0px;
    width: 70.5%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 60px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 18px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:590px) and (max-width:669px)
{
  .institution_signup_success
  {
    height: auto;
    width: 72%;
    margin-left: 14.1%;
    border-radius: 30px;
    margin-top: 110px;
    /*border: solid 2px red;*/
    padding-bottom: 14px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 80px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 70.5%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 60px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 18px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:500px) and (max-width:589px)
{
  .institution_signup_success
  {
    height: auto;
    width: 72.3%;
    margin-left: 14.2%;
    border-radius: 30px;
    margin-top: 130px;
    /*border: solid 2px red;*/
    padding-bottom: 14px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 73px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 70.5%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 40px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 16px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:460px) and (max-width:499px)
{
  .institution_signup_success
  {
    height: auto;
    width: 72.8%;
    margin-left: 14.2%;
    border-radius: 30px;
    margin-top: 131px;
    /*border: solid 2px red;*/
    padding-bottom: 13px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 70px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 70.5%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 35px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 15px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:425px) and (max-width:459px)
{
  .institution_signup_success
  {
    height: auto;
    width: 72.8%;
    margin-left: 14.2%;
    border-radius: 30px;
    margin-top: 131px;
    /*border: solid 2px red;*
    padding-bottom: 13px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 65px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 70.5%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 25px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 21px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 14px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:400px) and (max-width:424px)
{
  .institution_signup_success
  {
    height: auto;
    width: 72.8%;
    margin-left: 14.2%;
    border-radius: 30px;
    margin-top: 131px;
    /*border: solid 2px red;*/
    padding-bottom: 13px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 65px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 70.5%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 25px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 21px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 14px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:375px) and (max-width:399px)
{
  .institution_signup_success
  {
    height: auto;
    width: 73.5%;
    margin-left: 14.2%;
    border-radius: 30px;
    margin-top: 135px;
    /*border: solid 2px red;*/
    padding-bottom: 10px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 23px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 70.5%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 20px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 13px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:300px) and (max-width:374px)
{
  .institution_signup_success
  {
    height: auto;
    width: 78%;
    margin-left: 14.4%;
    border-radius: 30px;
    margin-top: 146px;
    /*border: solid 2px red;*/
    padding-bottom: 1px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 1px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 2px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 74%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 40px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 20px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 11px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:200px) and (max-width:299px)
{
  .institution_signup_success
  {
    height: auto;
    width: 85%;
    margin-left: 14.8%;
    border-radius: 30px;
    margin-top: 162px;
    /*border: solid 2px red;*/
    padding-bottom: 0px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 0px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 0px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 78%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 50px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 10px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 8px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:100px) and (max-width:199px)
{
  .institution_signup_success
  {
    height: auto;
    width: 85%;
    margin-left: 14.8%;
    border-radius: 30px;
    margin-top: 162px;
    /*border: solid 2px red;*/
    padding-bottom: 0px;
  }

  .institution_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 0px;
  }

  .institution_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 0px;
    /*border: solid 2px red;*/
  }

  .institution_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .institution_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 78%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 50px;
  }

  .institution_loader_wrapper .loader
  {
  }

  .institution_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 10px;
  }

  .institution_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .institution_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 8px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}






/***************************************************************  Teacher SignUp Success  ***********************************/
.teacher_signup_success
{
  /*height: 550px;*/
  height: auto;
  width: 70%;
  margin-left: 12%;
  border-radius: 30px;
  background-color: #000000A5;
  font-family: Montserrat;
  margin-top: 60px;
  padding-bottom: 90px;
  border: 2px solid blue;
}



.teacher_signup_success_message
{
  width: 80%;
  padding: 170px 10% 67px 10%;
  align-items: center;
  color: #FFFFFF;
}


.teacher_signup_success_message p:nth-child(1)
{
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}


.teacher_signup_success_message p:nth-child(2)
{
  text-align: center;
  font-size: 14px;
  color: #D99E30;
}



/***************************************************************  Teacher SignUp Success  Responsive Pages ***********************************/

@media screen and (min-width:2550px) and (max-width:3439px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 64.5%;
    margin-left: 12.2%;
    border-radius: 30px;
    margin-top: 166px;
    /*border: solid 2px blue;*/
    padding-bottom: 150px;
  }


  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 60px;
    margin-top: 120px;
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 24px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid red;*/
    /*width: 530px;*/
    margin-top: 395px;
    padding-top: 0px;
    width: 32%;
    background-color: #000000;
    /*height: 750px;*/
    height: auto;
    margin-left: 6.09%;
    border-radius: 30px;
    top: 0;
    display: block;
    position: absolute;
    text-align: center;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 100px;
    color: white;
    text-align: left;
  }


  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 60px;
    padding-bottom: 0px;
    font-size: 50px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 28px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 100px;
    color: official;
    display: inline-block;
    position: relative;
    width: 250px;
    height: 250px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 130px 130px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    left: 101px;
    width: 4px;
    height: 35px;
    border-radius: 10%;
    background: #D99E30;
  }

}

@media screen and (min-width:1920px) and (max-width:2549px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 64.6%;
    margin-left: 12.2%;
    border-radius: 30px;
    margin-top: 110px;
    /*border: solid 2px blue;*/
    padding-bottom: 139px;
  }


  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 50px;
    margin-top: 20px;
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 22px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid red;*/
    margin-top: 330px;
    padding-top: 0px;
    width: 32%;
    background-color: #000000;
    /*height: 580px;*/
    height: auto;
    margin-left: 6.05%;
    border-radius: 30px;
    top: 0;
    display: block;
    position: absolute;
    text-align: center;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 50px;
    color: white;
    text-align: left;
  }


  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 42px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 22px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 50px;
    color: official;
    display: inline-block;
    position: relative;
    width: 210px;
    height: 210px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 110px 110px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    left: 101px;
    width: 4px;
    height: 25px;
    border-radius: 10%;
    background: #D99E30;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1919px)
{
  .teacher_signup_success
  {
    /*height: 500px;*/
    height: auto;
    width: 64.5%;
    margin-left: 12.4%;
    border-radius: 30px;
    margin-top: 150px;
    padding-bottom: 45px;
    /*border: solid 2px blue;*/
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 150px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 40px;
    margin-top: 20px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 20px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid red;*/
    margin-top: 265px;
    padding-top: 0px;
    width: 32%;
    height: auto;
    margin-left: 6%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
    /*display: none;*/
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 30px;
    color: white;
    text-align: left;
  }


  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 36px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 20px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 50px;
    color: official;
    display: inline-block;
    position: relative;
    width: 170px;
    height: 170px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 80px 80px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 95px;
    width: 4px;
    height: 17px;
    border-radius: 10%;
    background: #D99E30;
  }
}

@media screen and (min-width:1440px) and (max-width:1535px)
{
  .teacher_signup_success
  {
    /*height: 450px;*/
    height: auto;
    width: 64.5%;
    margin-left: 12.2%;
    border-radius: 30px;
    margin-top: 155px;
    /*border: solid 2px blue;*/
    padding-bottom: 63px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 130px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 40px;
    margin-top: 20px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 18px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid red;*/
    margin-top: 265px;
    padding-top: 0px;
    width: 32%;
    height: auto;
    margin-left: 5.95%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 40px;
    /*display: none;*/
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 20px;
    color: white;
    text-align: left;
  }


  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 36px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 20px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 40px;
    display: inline-block;
    position: relative;
    width: 170px;
    height: 170px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 85px 85px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 100px;
    width: 4px;
    height: 13px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:1366px) and (max-width:1439px)
{
  .teacher_signup_success
  {
    /*height: 400px;*/
    height: auto;
    width: 65%;
    margin-left: 12%;
    border-radius: 30px;
    margin-top: 134px;
    /*border: solid 2px blue;*/
    padding-bottom: 45px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 120px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 35px;
    margin-top: 20px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid red;*/
    margin-top: 237px;
    padding-top: 0px;
    width: 32%;
    height: auto;
    margin-left: 5.97%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 35px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 15px;
    color: white;
    text-align: left;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 32px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 18px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 160px;
    height: 160px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 80px 80px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 95px;
    width: 3px;
    height: 13px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:1280px) and (max-width:1365px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 65.2%;
    margin-left: 10.8%;
    border-radius: 30px;
    /*margin-top: 135px;*/
    margin-top: 133px;
    /*border: solid 2px blue;*/
    padding-bottom: 6px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 120px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 32px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 226px;
    padding-top: 0px;
    width: 32%;
    height: auto;
    margin-left: 5.4%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 40px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 15px;
    color: white;
    text-align: left;
    margin-left: 40px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 28px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 16px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 110px;
    height: 110px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 60px 60px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 85px;
    width: 3px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:1024px) and (max-width:1279px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 67.5%;
    margin-left: 14%;
    border-radius: 30px;
    /*margin-top: 135px;*/
    margin-top: 133px;
    /*border: solid 2px blue;*/
    padding-bottom: 18px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 90px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 32px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 226px;
    padding-top: 0px;
    width: 33%;
    height: auto;
    margin-left: 7%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 15px;
    color: white;
    text-align: left;
    margin-left: 35px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 26px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 14px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 110px;
    height: 110px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 60px 60px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 85px;
    width: 3px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:990px) and (max-width:1023px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 67.5%;
    margin-left: 16%;
    border-radius: 30px;
    margin-top: 134px;
    /*border: solid 2px blue;*/
    padding-bottom: 14px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 94px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 30px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 14px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 237px;
    padding-top: 0px;
    width: 33%;
    height: auto;
    margin-left:8%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 40px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 12px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 50px;
    display: inline-block;
    position: relative;
    width: 90px;
    height: 90px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 45px 45px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:820px) and (max-width:989px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 70%;
    margin-left: 15.1%;
    border-radius: 30px;
    margin-top: 135px;
    /*border: solid 2px blue;*/
    padding-bottom: 30px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 130px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 32px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 432px;
    padding-top: 0px;
    width: 68%;
    height: auto;
    margin-left: 15%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 50px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 60px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 20px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 50px;
    display: inline-block;
    position: relative;
    width: 90px;
    height: 90px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 50px 50px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:800px) and (max-width:819px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 73.7%;
    margin-left: 13%;
    border-radius: 30px;
    margin-top: 130px;
    /*border: solid 2px blue;*/
    padding-bottom: 29px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 120px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 32px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 445px;
    padding-top: 0px;
    width: 72%;
    height: auto;
    margin-left: 13%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 40px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 60px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 20px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 50px;
    display: inline-block;
    position: relative;
    width: 90px;
    height: 90px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 50px 50px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:768px) and (max-width:799px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 72.8%;
    margin-left: 13.5%;
    border-radius: 30px;
    margin-top: 148px;
    /*border: solid 2px blue;*/
    padding-bottom: 25px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 120px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 32px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid red;*/
    margin-top: 445px;
    padding-top: 0px;
    width: 72%;
    height: auto;
    margin-left: 13%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 40px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 60px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 20px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 50px;
    display: inline-block;
    position: relative;
    width: 90px;
    height: 90px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 50px 50px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:670px) and (max-width:767px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 72%;
    margin-left: 14%;
    border-radius: 30px;
    margin-top: 144px;
    /*border: solid 2px blue;*/
    padding-bottom: 26px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 90px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid red;*/
    margin-top: 384px;
    padding-top: 0px;
    width: 70.5%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 60px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 18px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:590px) and (max-width:669px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 72%;
    margin-left: 14.1%;
    border-radius: 30px;
    margin-top: 120px;
    /*border: solid 2px red;*/
    padding-bottom: 14px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 80px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 70.5%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 60px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 18px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:500px) and (max-width:589px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 72.3%;
    margin-left: 14.2%;
    border-radius: 30px;
    margin-top: 140px;
    /*border: solid 2px red;*/
    padding-bottom: 14px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 73px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 70.5%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 40px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 16px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:460px) and (max-width:499px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 72.3%;
    margin-left: 14.2%;
    border-radius: 30px;
    margin-top: 142px;
    /*border: solid 2px red;*/
    padding-bottom: 14px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 70px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 70.5%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 35px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 16px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:425px) and (max-width:459px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 72.3%;
    margin-left: 14.2%;
    border-radius: 30px;
    margin-top: 142px;
    /*border: solid 2px red;*/
    padding-bottom: 13px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 64px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 70.5%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 25px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 21px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 14px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:400px) and (max-width:424px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 72.3%;
    margin-left: 14.2%;
    border-radius: 30px;
    margin-top: 142px;
    /*border: solid 2px red;*/
    padding-bottom: 13px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 64px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 70.5%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 25px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 21px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 14px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:375px) and (max-width:399px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 73.5%;
    margin-left: 14.2%;
    border-radius: 30px;
    margin-top: 145px;
    /*border: solid 2px red;*/
    padding-bottom: 12px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 40px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 70.5%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 20px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 13px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:300px) and (max-width:374px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 78%;
    margin-left: 14.5%;
    border-radius: 30px;
    margin-top: 156px;
    /*border: solid 2px red;*/
    padding-bottom: 12px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 20px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 74%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 20px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 20px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 11px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:200px) and (max-width:299px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 84%;
    margin-left: 16%;
    border-radius: 30px;
    margin-top: 172px;
    /*border: solid 2px red;*/
    padding-bottom: 12px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 20px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 79%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 20px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 8px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}

@media screen and (min-width:100px) and (max-width:199px)
{
  .teacher_signup_success
  {
    height: auto;
    width: 84%;
    margin-left: 16%;
    border-radius: 30px;
    margin-top: 172px;
    /*border: solid 2px red;*/
    padding-bottom: 12px;
  }

  .teacher_signup_success_message
  {
    /*border: solid 2px red;*/
    padding-top: 20px;
  }

  .teacher_signup_success_message p:nth-child(1)
  {
    font-size: 28px;
    margin-top: 10px;
    /*border: solid 2px red;*/
  }

  .teacher_signup_success_message p:nth-child(2)
  {
    text-align: center;
    font-size: 16px;
    color: #D99E30;
  }


  .teacher_loader_wrapper
  {
    /*border: 2px solid pink;*/
    margin-top: 358px;
    padding-top: 0px;
    width: 79%;
    height: auto;
    margin-left: 13.5%;
    border-radius: 30px;
    top: 0;
    display: block;
    padding-bottom: 30px;
  }

  .teacher_loader_wrapper .loader
  {
  }

  .teacher_loader_wrapper .loader p
  {
    padding-left: 0px;
    color: white;
    text-align: left;
    margin-left: 20px;
  }

  .teacher_loader_wrapper .loader p:nth-child(1)
  {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    /*border: solid 2px blue;*/
    margin-bottom: 0px;
  }

  .teacher_loader_wrapper .loader p:nth-child(2)
  {
    font-size: 8px;
    /*border: solid 2px blue;*/
  }

  .load_spinner
  {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 2px solid red;*/
  }

  .load_spinner div
  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.3s linear infinite;
  }

  .load_spinner div:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 65px;
    width: 2px;
    height: 12px;
    border-radius: 9%;
    background: #D99E30;
  }
}






/***************************************************************  Teacher Activate page  ***********************************/
.teacher_activate
{
  height: auto;
  width: 70%;
  margin-left: 12%;
  border-radius: 30px;
  background-color: #000000A5;
  font-family: Montserrat;
  margin-top: 110px;
}



.teacher_activate_message
{
  width: 80%;
  padding: 150px 10% 140px 10%;
  align-items: center;
  color: #FFFFFF;
}


.teacher_activate_message p:nth-child(1)
{
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}


.teacher_activate_message p:nth-child(2)
{
  text-align: center;
  font-size: 14px;
  color: #D99E30;
}


.teacher_activate_message input{
  width: 50%;
  padding: 10px 5px 10px 5px;
  border-radius: 3px;
  font-size: 12px;
  margin-top: 0px;
  background-color: #D99E30;
  color: #FFFFFF;
  font-family: Montserrat;
  text-transform: uppercase;
  margin-right: 10px;
  margin-left: 25%;
}

.teacher_activate_message input:hover{
  font-weight: bold;
  cursor:pointer;
}



/***************************************************************  Teacher Activate page Responsive Pages ***********************************/

@media screen and (min-width:2550px) and (max-width:3439px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 12%;
    margin-top: 180px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 210px 10% 190px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 50px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 24px;
  }

  .teacher_activate_message input{
    width: 50%;
    padding: 30px 10px 20px 10px;
    border-radius: 15px;
    font-size: 24px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }

}

@media screen and (min-width:1920px) and (max-width:2549px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 12%;
    margin-top: 130px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 170px 10% 150px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 35px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 24px;
  }

  .teacher_activate_message input{
    width: 50%;
    padding: 20px 10px 20px 10px;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1919px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 12%;
    margin-top: 190px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 130px 10% 115px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 32px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 24px;
  }

  .teacher_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 20px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width:1440px) and (max-width:1535px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 12%;
    margin-top: 180px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 120px 10% 100px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 30px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 22px;
  }

  .teacher_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width:1366px) and (max-width:1439px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 12%;
    margin-top: 140px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 110px 10% 100px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 26px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 20px;
  }

  .teacher_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width:1280px) and (max-width:1365px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 12%;
    margin-top: 150px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 100px 10% 90px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 24px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 20px;
  }

  .teacher_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width:1024px) and (max-width:1279px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 12%;
    margin-top: 150px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 90px 10% 80px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 24px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 20px;
  }

  .teacher_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width:990px) and (max-width:1023px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 140px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 90px 10% 70px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 24px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 20px;
  }

  .teacher_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width:820px) and (max-width:989px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 110px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 110px 10% 90px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 26px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 20px;
  }

  .teacher_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:800px) and (max-width:819px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 120px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 100px 10% 80px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 26px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 20px;
  }

  .teacher_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:768px) and (max-width:799px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 120px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 100px 10% 80px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 26px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 20px;
  }

  .teacher_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:670px) and (max-width:767px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 100px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 110px 10% 80px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 24px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 18px;
  }

  .teacher_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:590px) and (max-width:669px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 100px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 110px 10% 80px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 24px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 18px;
  }

  .teacher_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:500px) and (max-width:589px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 100px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 90px 10% 80px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 24px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 18px;
  }

  .teacher_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:460px) and (max-width:499px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 100px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 90px 10% 80px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 24px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 18px;
  }

  .teacher_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:425px) and (max-width:459px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 100px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 80px 10% 65px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 22px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 16px;
  }

  .teacher_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:400px) and (max-width:424px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 100px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 80px 10% 60px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 20px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 16px;
  }

  .teacher_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:375px) and (max-width:399px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 90px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 80px 10% 60px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 18px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 16px;
  }

  .teacher_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:300px) and (max-width:374px)
{
  .teacher_activate
  {
    height: auto;
    width: 70%;
    margin-left: 19%;
    margin-top: 90px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 70px 10% 50px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 15px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 14px;
  }

  .teacher_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 10px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:200px) and (max-width:299px)
{
  .teacher_activate
  {
    height: auto;
    width: 90%;
    margin-left: 13.5%;
    margin-top: 90px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 70px 10% 40px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 14px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 12px;
  }

  .teacher_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 9px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width:100px) and (max-width:199px)
{
  .teacher_activate
  {
    height: auto;
    width: 90%;
    margin-left: 13.5%;
    margin-top: 90px;
  }

  .teacher_activate_message
  {
    width: 80%;
    padding: 70px 10% 40px 10%;
  }

  .teacher_activate_message p:nth-child(1)
  {
    font-size: 14px;
  }

  .teacher_activate_message p:nth-child(2)
  {
    font-size: 12px;
  }

  .teacher_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 9px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}





/***************************************************************  Institution Activate page  ***********************************/
.institution_activate
{
  height: auto;
  width: 70%;
  margin-left: 12%;
  border-radius: 30px;
  background-color: #000000A5;
  font-family: Montserrat;
  margin-top: 110px;
}



.institution_activate_message
{
  width: 80%;
  padding: 150px 10% 140px 10%;
  align-items: center;
  color: #FFFFFF;
}


.institution_activate_message p:nth-child(1)
{
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}


.institution_activate_message p:nth-child(2)
{
  text-align: center;
  font-size: 14px;
  color: #D99E30;
}


.institution_activate_message input{
  width: 50%;
  padding: 10px 5px 10px 5px;
  border-radius: 3px;
  font-size: 12px;
  margin-top: 0px;
  background-color: #D99E30;
  color: #FFFFFF;
  font-family: Montserrat;
  text-transform: uppercase;
  margin-right: 10px;
  margin-left: 25%;
}

.institution_activate_message input:hover{
  font-weight: bold;
  cursor:pointer;
}




/***************************************************************  Institution Activate page Responsive Pages ***********************************/

@media screen and (min-width:2550px) and (max-width:3439px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 12%;
    margin-top: 180px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 210px 10% 190px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 50px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 24px;
  }

  .institution_activate_message input{
    width: 50%;
    padding: 30px 10px 20px 10px;
    border-radius: 15px;
    font-size: 24px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }

}

@media screen and (min-width:1920px) and (max-width:2549px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 12%;
    margin-top: 130px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 170px 10% 150px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 35px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 24px;
  }

  .institution_activate_message input{
    width: 50%;
    padding: 20px 10px 20px 10px;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1919px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 12%;
    margin-top: 190px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 130px 10% 115px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 32px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 24px;
  }

  .institution_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 20px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width:1440px) and (max-width:1535px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 12%;
    margin-top: 180px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 120px 10% 100px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 30px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 22px;
  }

  .institution_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width:1366px) and (max-width:1439px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 12%;
    margin-top: 140px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 110px 10% 100px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 26px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 20px;
  }

  .institution_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width:1280px) and (max-width:1365px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 12%;
    margin-top: 150px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 100px 10% 90px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 24px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 20px;
  }

  .institution_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width:1024px) and (max-width:1279px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 12%;
    margin-top: 150px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 90px 10% 80px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 24px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 20px;
  }

  .institution_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width:990px) and (max-width:1023px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 140px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 90px 10% 70px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 24px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 20px;
  }

  .institution_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width:820px) and (max-width:989px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 110px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 110px 10% 90px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 26px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 20px;
  }

  .institution_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:800px) and (max-width:819px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 120px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 100px 10% 80px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 26px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 20px;
  }

  .institution_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:768px) and (max-width:799px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 120px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 100px 10% 80px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 26px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 20px;
  }

  .institution_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:670px) and (max-width:767px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 100px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 110px 10% 80px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 24px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 18px;
  }

  .institution_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:590px) and (max-width:669px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 100px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 110px 10% 80px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 24px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 18px;
  }

  .institution_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:500px) and (max-width:589px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 100px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 90px 10% 80px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 24px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 18px;
  }

  .institution_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:460px) and (max-width:499px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 100px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 90px 10% 80px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 24px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 18px;
  }

  .institution_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:425px) and (max-width:459px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 100px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 80px 10% 65px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 22px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 16px;
  }

  .institution_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:400px) and (max-width:424px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 100px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 80px 10% 60px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 20px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 16px;
  }

  .institution_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:375px) and (max-width:399px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 90px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 80px 10% 60px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 18px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 16px;
  }

  .institution_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}

@media screen and (min-width:320px) and (max-width:374px)
{
  .institution_activate
  {
    height: auto;
    width: 70%;
    margin-left: 19%;
    margin-top: 90px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 70px 10% 50px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 15px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 14px;
  }

  .institution_activate_message input{
    width: 40%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 10px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30%;
    height: auto;
  }
}


@media (max-width: 320px) {
  html, body {
    min-width: 400px;
    overflow-x: auto;
  }
}


@media screen and (min-width:200px) and (max-width:299px)
{
  .institution_activate
  {
    height: auto;
    width: 90%;
    margin-left: 13.5%;
    margin-top: 90px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 70px 10% 40px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 14px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 12px;
  }

  .institution_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 9px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}

@media screen and (min-width:100px) and (max-width:199px)
{
  .institution_activate
  {
    height: auto;
    width: 90%;
    margin-left: 13.5%;
    margin-top: 90px;
  }

  .institution_activate_message
  {
    width: 80%;
    padding: 70px 10% 40px 10%;
  }

  .institution_activate_message p:nth-child(1)
  {
    font-size: 14px;
  }

  .institution_activate_message p:nth-child(2)
  {
    font-size: 12px;
  }

  .institution_activate_message input{
    width: 50%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-size: 9px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 25%;
    height: auto;
  }
}
