@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    transition: 0.5s ease ;
}
@font-face {
    font-family: bruno;
    src: url(../fonts/BrunoAceSC-Regular.ttf);
}
@font-face {
    font-family: nunito;
    src: url(../fonts/Nunito.ttf);
}
html,body{
    height: 100%;
    width: 100%;
}
body{
    background: linear-gradient(rgba(0, 0, 0, 0.89), rgba(0, 0, 0, 0.863)), url(../img/bg.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
}
h2{
    text-align: center;
    margin-bottom:3rem;
}
.content-center{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.login-saved-main-div{
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.login-saved-pf{
    border-radius: 4px;
    background-color: #fffdf0;
    max-width: 165px;
}
.login-saved-pf-close-btn{
    position: relative;
    top: 2px;
    right: 8px;
    float: right;
}
.login-saved-pf-close-btn button{
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    color: #646161;
}
.login-saved-pf-head{
    text-align: center;
    padding: 22px 0 20px;
}
.login-saved-pf-icon{
    border-radius: 100%;
    height: 62px;
    width: 62px;
    background-color: #daac8e;
    text-align: center;
}
.login-saved-pf-icon i{
    font-size: 25px;
    opacity: 1;
    color: #f9e3d4;
}
.login-saved-pf-body{
    border-top: 1px solid grey;
    padding: 6px 5px;
    text-align: center;
    
}
.login-saved-pf-title{
    font-size: 12px;
    color: #4a4a4a;
    font-family: nunito;
    font-weight: bold;
    margin: 0;
}
.login-saved-pf-new_login_text{
    font-family: nunito;
    letter-spacing: 1px;
    color: #8a8a8a;
}
.Login{
    display: flex;
    justify-content: space-around;
    border-radius: 18px;
    background-color: #fff;
}

.login-pic{
    padding: 25px 0px 25px 40px;
}
.login-pic img{
    width: 250px;
    margin: 79px 43px 79px 36px;
    border-radius: 20px;
}
.login-form{
    width: 484px;
    padding: 25px 40px 35px 40px;
}
.login-form h2{
    font-family: bruno;
    margin: 10px 0 35px;
}
.login-form .group{
    width: 100%;

}
.login-form .group select,
.login-form .group input{
    color: black;
    border-radius: 25px;
    display: block;
    padding: 8px 50px;
    width: 100%;
    margin: 18px 0;
    background-color: #e7e7e7;
    border: none;
    height: 50px;
}
.login-form .group input::placeholder{
    text-align: center;
}
option:disabled {
    color: red;
  }
.icon {
    padding: 15px 18px;
    font-size: 18px;
    color: black;
    position: absolute;
}
.icon-header{
    width: 130px;
    height: 130px;
    background-color: #7c7c7c;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
}
.login-form .btn{
    width: 100%;
}

.login-form .btn input{
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background:#57b846;
    width: 100%;
    color: #fff;
    border: none;

}
.login-form .btn input:hover {
    background: #333;
}
.link{
    text-align: center;
    padding: 5px;
}
.link span a{
    color: #ff2d2d;

    text-decoration: none;
}
.link span a:hover{
    color: #57b846;
    text-decoration: none;
}
.link span{
    color: grey;
    font-size: 14px;
}
.login-exception-popup-text{
    color: red;
    font-size:12px;
    font-family: bruno;
}
.remember-check{
    position: relative;
    top: 1px;
}
.eye-icon{
    float: right;
    position: relative;
    top: -32px;
    color: dimgrey;
    right: 12px;
    z-index: 2;
}
@media screen and (max-width:980px) {
    .login-pic{
        display: none;
    }
    .login-form .group {
        width: 100%;
    }
    .Login{
        width: 85%;
    }
    .login-form {
        width: 484px !important;
        padding: 17px 25px 22px 25px;
    }
    .login-form .btn input{
        padding: 10px 20px;
    }
    .link span,.link span a{
        font-size: 12px;
    }
    .login-form-main-heading{
        font-size: 25px;
    }
    .reset-form-main-heading{
        font-size: 22px;
    }
    .reset-form-sub-heading{
        font-size: 12px !important;
    }
    .remember-check{
        height: 12px;
        position: relative;
        top: 2px;
    }
}
@media screen and (min-width:1200px){
    .container{
        max-width: 1030px !important;
    }
}
@media screen and (max-width:480px){
    .login-exception-popup-text{
        font-size: 11px;
    }
    .toast-resp-color{
        background-color: rgba(255,255,255) !important;
    }
    .icon-header{
        width: 100px;
        height: 100px;
    }
    .login-form-main-heading{
        font-size: 23px;
    }
}

.login_val_text{
    display: none;
    margin: -17px 0 0 10px;
    font-size: small;
    color: red;
}
.loader-div{
    width: 120px;
    height: 125px; 
    background-color: white;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
    align-items: center;
    /* background-color: #1D1F20; */
    display: flex;
    justify-content: center;
    z-index: 2;
    border-radius: 5px;
    /* color: white; */
}
.loader  {
    animation: rotate 1s infinite;  
    height: 50px;
    width: 50px;
}
  
  .loader:before,
  .loader:after {   
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;  
    width: 20px;
  }
  .loader:before {
    animation: ball1 1s infinite;  
    background-color: #cb2025;
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
  .loader:after {
    animation: ball2 1s infinite; 
    background-color: #00a096;
    box-shadow: 30px 0 0 #97bf0d;
  }
  
  @keyframes rotate {
    0% { 
      -webkit-transform: rotate(0deg) scale(0.8); 
      -moz-transform: rotate(0deg) scale(0.8);
    }
    50% { 
      -webkit-transform: rotate(360deg) scale(1.2); 
      -moz-transform: rotate(360deg) scale(1.2);
    }
    100% { 
      -webkit-transform: rotate(720deg) scale(0.8); 
      -moz-transform: rotate(720deg) scale(0.8);
    }
  }
  
  @keyframes ball1 {
    0% {
      box-shadow: 30px 0 0 #f8b334;
    }
    50% {
      box-shadow: 0 0 0 #f8b334;
      margin-bottom: 0;
      -webkit-transform: translate(15px,15px);
      -moz-transform: translate(15px, 15px);
    }
    100% {
      box-shadow: 30px 0 0 #f8b334;
      margin-bottom: 10px;
    }
  }
  
  @keyframes ball2 {
    0% {
      box-shadow: 30px 0 0 #97bf0d;
    }
    50% {
      box-shadow: 0 0 0 #97bf0d;
      margin-top: -20px;
      -webkit-transform: translate(15px,15px);
      -moz-transform: translate(15px, 15px);
    }
    100% {
      box-shadow: 30px 0 0 #97bf0d;
      margin-top: 0;
    }
  }
  

