@charset "utf-8";
/* CSS Document */

* {
  margin: 0px;
  padding: 0px
}

.pdl{
  padding-left: 0px;
}
.pdr{
  padding-right: 0px;
}

.mt10{
  margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top:30px;
}
.mt40{
  margin-top: 40px;
}
.mt50{
  margin-top: 50px;
}
.mt60{
  margin-top: 60px;
}
.mt70{
  margin-top: 70px;
}


body {
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  background: #e9e8e8;
  color: #000;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}



h1, h2, h3, h4{
  font-family: 'Lato', sans-serif;
}

/******** Login-Strat *************/

.login-btn-fa {
  position: relative;
}
    .login-btn-fa i {
        background: #1d5086;
        position: absolute;
        height: 100%;
        padding: 15px;
        color: #fff;
    }
.bg-primary-transparent {
    background-color:#e9e9e9;
    height: auto;
}
.login-form-section {
  padding: 20px 30px 30px;
  background: #fff;
  margin-top: 170px;
  box-shadow: 10px 13px 20px 7px rgb(82 90 101 / 16%);
  height: 450px;
}
.top-heading p {
    font-size: 18px;
    font-weight: 500;
}
.top-heading h3 {
    font-size: 30px;
    font-weight: 700;
}
.top-heading {
    margin-top: 50px;
    margin-bottom: 20px;
}
.login-form-section label {
    font-weight: 500;
    color: #9f9d9ddd;
}
.login-form-section .form-control {
    outline: 0;
    background: #fff;
    width: 100%;
    margin: 0 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    height: 45px;
    border-radius: 0;
    border: 1px solid #ddddddb8;
    box-shadow: none;
    padding-left: 50px;
}
.login-form-section .login-btn {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #1d5086;
    width: 100%;
    border: 0;
    padding: 10px;
    color: #FFFFFF;
    font-size: 13px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 0;
    letter-spacing: 1;
}
.login-right-image img {
    width: 93%;
}
.forget-psw a:hover {
    color: #106bd9;
}

.forget-psw a {
    font-weight: 700;
    color: #000;
    text-align: right;
    display: inline-block;
    text-decoration: revert;
      font-size: 13px;

}
.forget-psw {
    margin-top: 10px;
    text-align: right;
}

.captch-img img {
    width: 70%;
}
.captch-img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.login-form-section span {
  display: inline-block;
  margin-bottom: 20px;
}
.login-form-section2 p {
  font-size: 14px;
  line-height: 16px;
}
.login-form-section2 img {
    margin: auto;
    width: 45%;
}
.login-form-section2 h2 {
    font-weight: 700;
    line-height: 37px;
    color: #000;
    margin-top: 40px;
    font-size: 28px;
}
.login-form-section2 {
    padding: 80px 30px 30px;
    background: #e5e8ef;
    margin-top: 170px;
    color: #fff;
    box-shadow: 10px 13px 20px 7px rgb(82 90 101 / 16%);
    height: 450px;
    text-align: center;
}
.register-btn {
  margin-top: 30px;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px 5px;
  border: none;
  display: inline-block;
  letter-spacing: 0.5;
}
.row.row-flex {
  display: flex;
  flex-wrap: wrap;
}


/******** Register *************/


/******** Login-End *************/














/******** Maximum width responsive *************/
@media screen and (max-width:1920px) {
  
  
}
@media screen and (max-width:1200px) {
 

}

@media screen and (max-width: 1199px) {


   .submit-btn .submit-btn1 {
        background: #05183e;
        color: #fff;
        border: none;
        width: 45%;
    }
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
    nav .profile-details i {
        color: #000;
        font-size: 21px;
    }


    .btn-header {
        position: absolute;
        right: 25px;
    }
    .login-form-section {
        height: auto;
    }

    .login-form-section2 {
        height: auto;
    }

    .login-form-section2 {
        height: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .login-form-section {
        height: auto;
        margin-top: 40px;
    }

    .reg-form-section {
        height: auto;
    }

    .reg-form-section2 img {
        width: 100%;
    }

    .reg-form-section2 {
        margin-top: 40px;
        height: auto;
    }

    .reg-form-section {
        margin-top: 40px;
    }
    .home-section nav .search-box {
      display: none;
    }
}

@media screen and (max-width: 479px) {
    .reg-form-section {   
        margin-top: 70px !important; 
    }
    .login-btn-new {
        width: 100% !important;
    }
    .login-btn-new1 {
        width: 100% !important;
    }
   }



/******** Minimum width responsive *************/
@media screen and (min-width: 480px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
}

/*********************** Minimum to Maximum width *****************/

@media screen and (min-width: 420px) and (max-width: 579px) {
}

@media screen and (min-width: 580px) and (max-width: 767px) {
}

@media screen and (min-width: 768px) and (max-width: 991px) {
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
}