/* for modal */

    #class-of-register-input {
      /*background-color: red;*/
      height: 2.5em;
    }


    #registerModal input:focus {
      border-bottom: 1px solid #3F5A5D;
    }


    .error-input {
      border-bottom: 2px solid #F36C5D !important;
    }

    .success-input {
      border-bottom: 1px solid #61C2CC !important;
    }



    .register-modal-btn:hover {
      background-color: #FF9084;
      font-style: normal !important;
    }

#registration-page-done, #registration-page-done-counselor{
  font-size: 26px;
  text-align: center;
}

#registration-page-done img, #registration-page-done-counselor img {
  height: 50px;
}

.radio-item-a {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.radio-item-a input[type='radio'] {
  display: none;
}

.radio-item-a label {
  color: black;
  font-weight: bold;
  font-size: .8em;
}

.radio-item-a label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 1px solid black;
  background-color: white;
}

.radio-item-a input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #F36C5D;
  
}
    /*.choose-reminder-table td {
      background-color: pink;
      border: 1px black solid;
      max-height: 16px !important;
      padding: 0px;
      margin: 0px;

    }*/
    /*.checkbox-a1 {
      background-color: pink;
      display: inline;
    }

    .checkbox-a1 input[type=checkbox] {
      
    }
*/

    /*.modal-content input[type='checkbox'] {
        width: 10%;
        padding-right: 100px;
      }*/






      /* checkbox-a */
    .checkbox-a1 input[type=checkbox] {
      display:none;
      }
       
      .checkbox-a1 input[type=checkbox] + label
      {
      background: white;
      height: 16px;
      width: 16px;
      display:inline-block;
      padding: 0 0 0 0px;
      border: #cacece 1px solid;
      font-size: 14px;
      line-height: 14px;
      }

      .checkbox-a1 input[type=checkbox]:checked + label {
      background-image: url("../img/check_white.png");
      background-size: 14px 14px;
      background-color: #F36C5D;
      border-color: #F36C5D;
      height: 16px;
      width: 16px;
      display:inline-block;
      padding: 0 0 0 0px;
      }



      .checkbox-a1 {
        padding-right: 60px;
      }

    /*.choose-login-type-img {
      border-radius: 103px;
      box-sizing: border-box;
      height: 103px;
      width: 103px;
      border: 3px solid #F36C5D;
      background-color: #FFFFFF;
    }*/




    #registerModal {
      color: #243537;
    }

    .choose-login-type {
      width: 40%;
      /*background-color: pink;*/
      /*text-align: center;*/
      /*display: inline;*/
      float: left;
      margin-left: 10%;
      font-weight: 300;
      color: #3F5A5D;
      
    }

    .choose-login-type:hover {
      cursor: pointer;
    }

    .choose-login-type-img {
      height: 100px;
      width: 100px;
      padding: 10px;
      background-size: 60px;
      background-repeat: no-repeat;
      background-position: center;


    }

    .choose-login-type-active div {
      border-radius: 100px;
      -webkit-border-radius: 100px;
      box-sizing: border-box;
      border: 3px solid #F36C5D;
    }

    .choose-login-type-active {
      font-weight: 700;
    }

    .choose-login-type-img-student {
      background-image: url("../img/student-login.png");
      /* needs smaller size */
      background-size: 40px;
    }

    .choose-login-type-img-counselor {
      background-image: url("../img/counselor-login.png");
    }


    


    .alert {
      background-color: #E3EBEC;
    }

    ul.ui-autocomplete {
        color: #3F5A5D;
        padding: 5px 15px;
    }

    .ui-autocomplete li {
        color: #3F5A5D;
        padding: 5px;
        border-bottom: 1px solid #D4E0E1;
    }

    /*.google_icon {
      background-color: white;
      background-image: url("img/social/google.png");
      height: 20px;
      width: 20px;
    }*/


    .modal-content ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #B4C4C6;
      font-weight: 100;
      font-size: 14px;
    }
    .modal-content ::-moz-placeholder { /* Firefox 19+ */
      color: #B4C4C6;
      font-weight: 100;
      font-size: 14px;
    }
    .modal-content :-ms-input-placeholder { /* IE 10+ */
      color: #B4C4C6;
      font-weight: 100;
      font-size: 14px;
    }
    .modal-content :-moz-placeholder { /* Firefox 18- */
      color: #B4C4C6;
      font-weight: 100;
      font-size: 14px;
    }

      .modal {
        color: black;
        border-radius: 0px;
      }

      .modal-content {
        border-radius: 0px;
        /*text-align: left;*/
        padding: 3% 8%;

      }

      .modal-header-a {
        font-weight: normal;
        text-align: center;
        font-size: 1.5em;
      }

      .modal-content input,select {
        width: 100%;
        border: 0;
        outline: 0;
        background: transparent;
        border-bottom: 1px solid #E3EBEC;
        color: black;
        padding: .5em;
      }




      .register-modal-btn, .sign-up-with-google-btn {
        border-radius: 0px;
        background-color: #F36C5D;
        color: white;
        font-size: 12px;
        font-weight: bold;
        line-height: 21px;
        letter-spacing: .1em;
        margin: 2% 0%;
      }

      .sign-up-with-google-btn {
        background-color: #61C2CC;
      }

      .register-btn {
        border: white 1px solid;
        border-radius: 0px;
        background-color: transparent;
        color: white;
        margin-right: 30px;
        font-family: "Source Sans Pro";
        font-weight: bold;
        line-height: 21px;
        padding: 6px 26px;
      }

   

    .get-started-btn {
      background-color: #F36C5D;
      border-radius: 0px;
      width: 100%;
      text-align: center;
      color: white;
    }



     /* Small devices (tablets, 768px and up) */
    @media (max-width: 767px) {
     .choose-login-type {
        margin-left: 0%;
        width: 50%;
        font-size: 12px;
        /*text-align: center;*/
      } 
    }