
@font-face {
    font-family: 'Exo2-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('Exo2-Regular.ttf');
    }
@font-face {
    
    font-family: 'Oswald-Medium';
    font-style: normal;
    font-weight: 300;
    src: url('Oswald-Medium.ttf');
    }
body{
    font-family: 'Exo2-Regular';
}
/* enquiry and admission enquiry */
    .reg_enquiry_card {
      height: auto;
      width: 100%;
      margin-top: 10px;
      margin-bottom: auto;
      background: #fff;
      position: relative;
      display: flex;
      justify-content: right !important;
      flex-direction: column;
      padding: 10px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-radius: 5px;

    }
    .pageHeader{
      text-align: center;
      border-bottom: 1px solid #bbb;
      padding: 10px;
      margin-bottom: 20px;
      font-weight: 300;
    }
    .form-inline label{
      justify-content: right;
    }
    .form-inline .form-check{
      justify-content: left;
    }
    .form_container {
      margin-top: 100px;
    }
    .login_btn {
      width: 100%;
      background: #c0392b !important;
      color: white !important;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      transition: ease-in .3s;
    }
    .login_btn:focus, .login_btn:hover {
      box-shadow: none !important;
      outline: 0px !important;
      transition: ease-in .3s;
    }
    .login_container {
      padding: 0 2rem;
    }
    .input-group-text {
      background: #c0392b !important;
      color: #fff !important; 
      border: 0 !important;
      border-radius: 0.25rem 0 0 0.25rem !important;
    }
    .input_user,
    .input_pass:focus {
      box-shadow: none !important;
      outline: 0px !important;
    }
    .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
      background-color: #c0392b !important;
    }
    .signUpLink, .FYPLink {
      text-decoration: none !important;
      color: #0498D4;
    }
    .loginForm{
      width: 90%;
    }
    .form-control{
      width: 100% !important;
    }
    .formRow{
      width: 100%
    }
    .form-group{
      margin-bottom: 10px !important;
    }
    .subHeader{
      background: linear-gradient(to right, #C0392B 0%, #BF3980 70%, #005782 100%);
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
      color: #fff;
      border: none;
      margin-bottom: 30px;
      margin-top: 20px;
    }
    .subHeader-IST{
      background-color: #4B3E27 ;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
      color: #fff;
      border: none;
      margin-bottom: 30px;
      margin-top: 20px;
    }
    .subHeader-PGIMS{
      background-color: #0f1249 ;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
      color: #fff;
      border: none;
      margin-bottom: 30px;
      margin-top: 20px;
    }
    .subHeader-ACTE{
      background-color: #005789 ;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
      color: #fff;
      border: none;
      margin-bottom: 30px;
      margin-top: 20px;
    }
    .subHeader-BCTE{
      background-color: #a80707 ;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
      color: #fff;
      border: none;
      margin-bottom: 30px;
      margin-top: 20px;
    }

    .subHeader-CTE{
      background-color: #3da0da ;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
      color: #fff;
      border: none;
      margin-bottom: 30px;
      margin-top: 20px;
    }
    .subHeader-EMCTE{
      background-color: #DC2028 ;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
      color: #fff;
      border: none;
      margin-bottom: 30px;
      margin-top: 20px;
    }
    .subHeader-ITE{
      background-color: #184D7A ;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
      color: #fff;
      border: none;
      margin-bottom: 30px;
      margin-top: 20px;
    }
    .subHeader-GASPTTI{
      background-color: #0068b4 ;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
      color: #fff;
      border: none;
      margin-bottom: 30px;
      margin-top: 20px;
    }
    .subHeader h3, .subHeader-IST h3, .subHeader-PGIMS h3, .subHeader-ACTE h3, .subHeader-BCTE h3, .subHeader-CTE h3, .subHeader-EMCTE h3, .subHeader-ITE h3, .subHeader-GASPTTI h3{
      font-weight: 200;
      margin-bottom: 4px;
      line-height: 10px;
    }
    .sendOTP, .verifyNow{
      width: 100%;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    }
    .sendOTP:focus, .verifyNow:focus{
      box-shadow: none;
    }
    .impNote{
      font-size: 11px;
    }

    
    
    .lineDivider{
      border-bottom: 1px solid #bbb;
      margin-bottom: 20px;
      padding: 20px;
      width: 100%;
    }





  /*responsive css*/
  @media only screen and (max-width: 560px) {
    .subHeader h3, .subHeader-IST h3, .subHeader-PGIMS h3, .subHeader-ACTE h3, .subHeader-BCTE h3, .subHeader-CTE h3, .subHeader-EMCTE h3, .subHeader-ITE h3, .subHeader-GASPTTI h3{
      font-weight: 200;
      margin-bottom: 4px;
      line-height: 3px;
      font-size: 14px;
    }
  }