@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.finan_login_sec {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url('./images/loginBg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.finance_login_container {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    margin: auto;
    padding: 0 20px 0 0;
}

.finance_login_left {
    width: 100%;
    display: flex;
    align-items: center;
}
.leftSec_title img{
    max-width: 215px;
    width: 100%;
    height: auto;
}

.finance_login_left img{
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}

.d-none {
    display: none;
}

.dflex {
    display: flex;
}

.dflex_center {
    display: flex;
    align-items: center;
    justify-content: start;
}

.dflex_space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dflexAlign_center {
    display: flex;
    align-items: center;
}



/* sign in css */

.finance_login_right {
    width: 100%;
}

.signIn {
    text-align: center;
}

.signIn h2 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 28px;
    line-height: 36.4px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.signIn p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: 0%;
    text-align: center;
    color: #EEEEEE;
    margin-top: 12px;
}

.inputSec {
    flex-direction: column;
    text-align: left;
    gap: 8px;
    position: relative;
    margin-bottom: 1rem;
}

.commonInput {
    width: 100%;
    height: 44px;
    padding: 0 2.4rem 0 16px;
    border: none;
    outline: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    border: 1px solid #D9D9D933;
    background: #FFFFFF1A;
    color: #B0B0B0;
}
.commonInput::placeholder{
    color: #B0B0B0;
}

.passIcon {
    position: absolute;
    right: 3%;
    top: 60%;
}

.cmnBtnSignin.btnLogin {
    cursor: pointer;
    height: 48px;
    background: linear-gradient(90deg, #F5C000 0%, #F5AD3D 107.47%);
    border: none;
    outline: none;
    min-width: 120px;
    border-radius: 8px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: #2B2B2B;
    cursor: pointer;
    width: 100%;
}


/* .cmnBtnSignin.btnLogin.disabled{
    pointer-events: none;
} */
.checkboxSec input {
    width: 15px;
    height: 15px;
}

.checkboxSec {
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 46px;
}

.label_text {
   font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.text_red {
   font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    color: #FF0000;
}

.inpt_remember {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.signIn-cont {
    box-shadow: 22px 20px 54px 0px #00000057;
    padding: 40px;
    border-radius: 24px;
    background: #FFFFFF0F;
    max-width: 582px;
    width: 100%;
}

.forgotPas {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #F5C001;
}

.inptRemMe {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.loginTitles {
    margin: 40px 0;
}

.iderLine {
    display: flex;
    align-items: center;
    color: #c2c2c2; ;
    font-family: Arial, sans-serif;
    max-width: 400px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 32px auto;
}
.iderLine::before,
.iderLine::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #c2c2c2;
    margin: 0 10px;
}

.cmnBtnSignin.gleBtn{
    background: #D9D9D933;
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 400;
    font-size:16px;
    border: 1px solid #D9D9D933;
}
.gleBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
input[type="checkbox"] {
    accent-color: #F5AD3D;
}

.signIn-cont::after{
    content: '';
    background: url(./images/bg1.svg);
    width: 100%;
    height: 100%;
}

@media(max-width: 1200px){
    .signIn-cont{
        padding: 20px 30px;
    }
    .loginTitles{
        margin: 20px 0;
    }
    .iderLine{
        margin: 20px auto;
    }
    .checkboxSec{
        margin-bottom: 20px;
    }

    .signIn h2{
        font-size: 24px;
    }
    .signIn p{
        font-size: 14px;
    }
    .loginTitles,
    .loginTitles{
        margin: 20px 0;
    }
    .checkboxSec{
        margin-bottom: 26px;
    }
}
