@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../../fonts/Poppins-Medium.ttf)format('ttf');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../../fonts/Poppins-Medium.ttf)format('ttf');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../fonts/Poppins-Regular.ttf)format('ttf');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../fonts/Poppins-Light.ttf)format('ttf');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../../fonts/Poppins-Thin.ttf)format('ttf');
}

 body{
	font-family: 'Poppins', sans-serif;
 }
 
 .login{
            display: flex;
            width: 100%;
            height: 100%;
            min-height: calc(100vh - 130px);
            justify-content: center;
            align-items: center;
        }
        .loginBox{
            max-width: 400px;
            width: 100%;
            padding: 95px 45px 30px;
            background-color: #fff;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            border-radius: 15px;
            position: relative;
        }
        .logoicon{
            width: 165px;
            height: 165px;
            border-radius: 50%;
            background-color: #ffffff;
            box-sizing: border-box;
            position: absolute;
            margin: auto;
            top: -82px;
            display: flex;
            padding: 15px;
            left: 0;
            right: 0;
       }
        .bg-gray{
            background: rgba(211, 211, 211,0.4)
        }
        .mobileInput{
            width: 100%;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border: solid #bbb8b8 1px;
            border-radius: 4px;
            padding: 8px 8px;
        }
        .mobileInput .icon{
            width: 50px;
            position: relative;
        }
        .mobileInput .icon::after{
            content: '';
            position: absolute;
            right: 0;
            width: 1px;
            height: 40px;
            margin: auto;
            background-color:#bbb8b8;
            top: 0;
            bottom: 0;
        }
        .mobileInput .icon img{
            max-height: 32px;
        }
        .mobileInput input{
            width: calc(100% - 50px);
            border: 0;
            outline: none;
            height: 100%;
            width: 100%;
            padding-left: 15px;
        }

        .btn-custom-login{
            display: inline-block;
            border-radius: 4px;
            background-color: #dc3545;
            border: none;
            color: #FFFFFF;
            text-align: center;
            font-size: 17px;
            padding: 10px 15px;
            width: 100%;
            transition: all 0.5s;
            cursor: pointer;
            font-weight: bold;

        }
        .btn-custom-login span {
            cursor: pointer;
            display: inline-block;
            position: relative;
            transition: 0.5s;
        }

        .btn-custom-login span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

        .btn-custom-login:hover span {
            padding-right: 25px;
        }

        .btn-custom-login:hover span:after {
            opacity: 1;
            right: 0;
        }
       .login-copyright{
            width: 100%;
            padding: 10px 15px;
            box-sizing: border-box;
            background-color: #f4f8fb;
            border-radius: 4px;
            border: #bbeaff solid 1px;
            display: flex;
            justify-content: center;
       }

       ul.logoSection{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
       }
       ul.logoSection li:nth-child(3){
        margin: 0 10px;
       }
       footer {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        position: absolute;
        bottom: 0;
        background-color: #f4f4f4;
        font-size: 14px;
    }
    .footer{
        width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
        background-color: #f4f8fb;
        border-top: #bbeaff solid 1px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.footer p {
    font-size: 0.85rem;
    margin-bottom: 0;
    text-align: center;
    color: #555555;
}
.footer p a {
    text-decoration: none;
    color: #2265DA;
}
.link{
    width: 100%;
    position: relative;
  }
  .link span::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  .link:hover span::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .loginBox label{
    font-size: 0.99rem;
    color:#555555;
    font-weight: 600;
  }
 .header{
    width: 100%;
    background-color: #ffffff;
    padding: 5px 0;

 }
 ul.captcha{
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
 }
 ul.captcha li:nth-child(1) .codesection{
    border: solid #bbb8b8 1px;
    padding: 2px 2px;
    border-radius: 4px;
    width: 120px;
    height: 50px;
    flex: 1 0 auto;
 }
 ul.captcha li:nth-child(2) .refresh{

    flex: 0 0 auto;
    width: 55px;

    height: 50px;
    outline: none;
    padding: 5px;
    width: 55px;
    border-radius: 4px;
    background-color: #04AA6D;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
 }
 ul.captcha li:nth-child(2) .refresh:hover{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
 }
 ul.captcha li:nth-child(2) .refresh img{
    max-height: 25px;
 }
 .captchaCode{
    max-width: 125px;
    border: solid #bbb8b8 1px;
    padding: 12px 8px;
    border-radius: 4px;
    outline: none;

 }

  ul.logoSection{
    width: 100%;
    margin: 0;
    padding: 9px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  ul.logoSection li:nth-child(1){
   flex: 1 0 0;
  }
  /* OTP page */
  
  .inputs{
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;

        }
        .inputs input {
            width: 40px;
            height: 40px
        }

        input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            margin: 0
        }
        .form-control:focus {
            box-shadow: none;
            border: 2px solid red
        }
		.msg-success{
            width: 100%;
            text-align: center;
            box-sizing: border-box;
            border-radius: 4px;
            padding: 10px 15px;
            background-color: #e9fffe;
            color: green;
            font-size: 0.95rem;
            font-weight: 600;
            border:solid #abe7e1 1px;
        }
        .loginBox h6 {         
            font-size: 18px
        }
		.timeCountSection{
            padding: 5px 0;
            border-bottom: solid #f2f2f2 1px;
            margin: 0 0 10px 0;
            box-sizing: border-box;
            min-height: 35px;
            text-align: right;
            display: flex;
            align-items: center;
            justify-content: end;
       }
       .time {
            width: 100px;
            height: 31px;
            border-radius: 25px;
            border: #0ED5F1 solid 1px;
            color: #F12A0E;
            background: #F2FAFB;
            font-size: 14px;
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
            float: right;
        }
        .btn-resend {
            background-color: #34A853;
            border: none;
            color: white;
            width: 100px;
            height: 31px;
            display: flex;
            font-weight: 500;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 12px;
            border: solid #086500 2px;
            border-radius: 25px;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        }

            .btn-resend:hover {
                box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
            }
			
			.btn-resend:disabled {
            background-color: #c1c1c1; /* Light gray background */
            border: solid #a8a8a8 2px; /* Gray border */
            color: #6c6c6c; /* Darker gray text */
            cursor: not-allowed; /* Change cursor to indicate disabled state */
            box-shadow: none; /* Remove box-shadow */
        }
		
		.loginBox .alert-danger{
			font-size:0.85rem;
		}
		
  
@media (max-width: 575.98px) {
    .loginBox{
        width: calc(100% - 30px);
        padding: 100px 45px 45px;
        margin: auto;
    }
    .logoSection img{
        max-height: 40px;
    }
 }
 @media (min-width: 576px) and (max-width: 767.98px) {
    .logoSection img{
        max-height: 60px;
    }
 }