/* Start Common Classes */
*{
    font-family: 'Poppins', sans-serif;
}
html
{
    scroll-behavior: smooth;
} 

ul
{
    padding: 0 !important;
    margin: 0;
}
ul li
{
    list-style: none;
}
a
{
    text-decoration: none !important;
}
p{
    margin-bottom: 0 !important;
}
input:focus-visible {
    outline: none;
    box-shadow: none;
}
/*Start Input field after fill background color css */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #F2F7FA inset !important;
    -webkit-text-fill-color: #00405C !important;

}
/*End Input field after fill background color css */
/* Scrollbar-Css */
.scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
.scrollbar-track
{
    background-color:#fff
}
.scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
::-webkit-scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
::-webkit-scrollbar-track {
    background-color:#fff
}
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
::-webkit-scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
::-webkit-scrollbar-track {
    background-color:#fff
}
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
::-moz-scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
::-moz-scrollbar-track {
    background-color:#fff
}
::-moz-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
/* End Scrollbar Css */
/* End Common Classes */
/* Strart Login Css */
.login_box {
    background: #F05123;
    height: 100vh;
    width: 100%; 
    padding-top: 3rem;
    -webkit-clip-path: polygon(0% 0%, 87% 0, 100% 50%, 87% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 87% 0, 100% 50%, 87% 100%, 0% 100%);
}
.login_main .row{
    align-items: center;
}
.login_left {
    /* width: 100%; 
    max-width: 480px;   */
     margin: 0 5rem;
}
/* paroof hub Issues */
/* .loginleftImg{
    width: 0;
    max-width: 0;
    margin: 0 5rem ;
} */


/* paroof hub Issues */
.logo._main {
    width: 150px;
    margin-bottom: 20rem;
}
.forgot_img{
    margin:2rem 0;
}
.login_heading {
    color: #FFFFFF;
    font-size: 56px;
    font-weight: bold;
    width: 100%;
    margin-top: -20px;
    max-width: 480px;
    /* margin: 0 auto 30px; */
}
.login_subheading {
    color: #FFFFFF;
    font-size: 18px;
    width: 100%;
    max-width: 450px;
    margin-bottom: 12rem !important;
    font-weight: 400;
    line-height: 30px;
}
.pages_link{
    display: flex;
}
.other_pages a{
    color:#FFFFFF;
    font-size: 16px;
    padding-right: 45px;
}
.other_pages:hover a{
    color:#FFFFFF;
}
.login_details {
    background: #FFFFFF;
    box-shadow: 10px 20px 40px #0000000D;
    padding: 30px 50px;
    border-radius: 24px;
    position: relative;
    right: 90px;
}
.login_{
    color: #00405C;
    font-size: 34px;
    font-weight: bold;
}
.input_label{
    color: #4B8098;
    font-size: 16px;
}
.change_Password .toggle-password1,
.toggle-password2,
.toggle-password3 {
    position: absolute;
    top: 44px;
    right: 20px;
    color: #A4BFCB;
    font-size: 20px !important;
}
.welcome_note {
    color: #4B8098;
    font-size: 16px;
    margin: 20px 0 !important;
    width: 100%;
    max-width: 330px;
}

.login_details .input_box {
    background: #F2F7FA;
    border: none;
    width: 100%;
    padding: 9px 40px;
    border-radius: 38px;
    margin: 10px 0 0;
    color: #00405C;
    font-size: 18px;
}
.login_details .input_box::placeholder {
    color: #A4BFCB;
    font-size: 18px;

  }
.login_details .input_box:focus-visible{
    outline: none;
}
.form-group {
    position: relative;
    margin-bottom: 25px;
}
.invalid-feedback {
    margin-bottom: 9px !important;
    padding-left: 14px !important;
}
.input_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 44px;
    left: 10px;
}

.forget_password {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.forget_password a{
    font-size: 16px;
    color: #00405C;
    font-weight: 500;
}
.button_box{
    width: 100%;
    text-align: center;
}
.login_btn {
    background: #00405C;
    color: #FFFFFF;
    border: none;
    width: 100%;
    padding: 14px 10px;
    border-radius: 14px;
    margin: 19px 0;
    font-size: 18px;
}
.back_btn {
    background: transparent;
    border: none;
}
.back_btn a{
    color: #4B8098;
    font-size: 16px;
}
.back_btn img {
    margin-right: 6px;
}
.resend_otp{
    text-align: center;
    margin: 3rem 0 0;
    color: #4B8098;
    font-size: 14px;
}
.resend_{
    color: #F05123;
    font-size: 14px;
    text-decoration: underline !important;
    padding: 0 10px;
}
.resend_:hover{
    color: #F05123;
}
/* Input Digits */
.input_digits {
    width: 66px;
    height: 66px;
    background-color: #F5F6F7;
    border: 1px solid #D8D8D8;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #00405C;
    margin: 0 36.33px 0 0;
    border-radius: 50px !important;
}

.digit-group input:last-child {
    margin-right: 0 !important;
}
/* ProofHub Issue */
input:-webkit-autofill{
    -webkit-text-fill-background: yellow !important;
}
.input-group:not(.bootstrap-touchspin):focus-within {
    box-shadow: none;
    border-radius: 0.357rem;
}

/* Start Additional Css */
#digit-1-error {
    color: #ea5455;
    display: block;
    text-align: center;
    padding-top: 5px;
}
.toggle-password1
{
    cursor: pointer;
}
.toggle-password1.fa-eye-slash
{
    transform: rotateX(180deg);
}
.toggle-password2
{
    cursor: pointer;
}
.toggle-password2.fa-eye-slash
{
    transform: rotateX(180deg);
}
.toggle-password3
{
    cursor: pointer;
}
.toggle-password3.fa-eye-slash
{
    transform: rotateX(180deg);
}
/* End Additional Css */
.pages_link {
    position: absolute;
    bottom: 45px;
}
