body {
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    font-style: normal;
    background: #fff;

}

.height-login {
    height: 100vh;
    min-height: 700px;
}

.bg-login {
    background-size: cover;
    background-position: center;
    position: relative;
}

.bg-login:after {
    background: linear-gradient(180deg, rgba(238, 30, 79, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: '';
}

.login-log {
    padding: 60px 0px 0px 28px;
    z-index: 2;
}
.form-login-full {
    height: 100vh;
    overflow-x: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
}


.video-hm {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.video-hm video {
    object-fit: cover;
}

.contact-form-login {
    width: 513px;
    margin-left: 50px;
    padding: 50px;
}
.contact-form-login .form-relative {
    position: relative;

}
.contact-form-login h2 {
    color: #272C2E;
    font-family: Urbanist;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    margin: 0px 0px 30px;
}

.contact-form-login .g-3.row>* {
    margin-top: 33px;
}

.account-social-stau {
    border-radius: 22px;
    border: 0.5px solid rgba(0, 0, 0, 0.50);
    background: #FFF;
    text-align: center;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.bill-box-top-bb {
    margin-bottom: 30px;
}

.bill-box-top-bb span {
    font-weight: 600;
    font-size: 14px;
    line-height: 132%;
    color: rgba(0, 0, 0, 0.5);
}

.bill-box-top-bb a {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.bill-box-top-bb .gradient-default-theme {
    background: linear-gradient(243.53deg, #F6EB16 -23.35%, #F15E22 32.06%, #EE204A 56.29%, #EE1E4F 64.1%, #EC184D 92.51%, #A11D52 136.11%, #891A53 174.72%, #531852 208.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.login-forgettilte {
    margin-left: auto;
    margin-top: 14px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    font-weight: 500;
    line-height: 132%;
}
.inpuy-icon-on-right {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}
.form-control-custome-login {
    border-radius: 22px;
    border: 0.5px solid rgba(0, 0, 0, 0.50);
    background: #FFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.50);
    height: 53px;
    box-shadow: none !important;
    outline: none !important;
    padding: 16px 40px 16px 20px;
}

.form-control-custome-login:focus {
    outline: none !important;
    border: 0.5px solid #EE1E4F;
    box-shadow: 0px 0px 20px 0px rgba(238, 30, 79, 0.15) !important;
}

.form-control-custome-login::placeholder {
    color: rgba(0, 0, 0, 0.50);
    opacity: 1;
}

.form-control-custome-login::-webkit-input-placeholder {
    text-align: left;
}

.form-control-custome-login:-moz-placeholder {
    text-align: left;
}


.text-area-height {
    height: auto !important;
}

.button-vend-login {
    border-radius: 22px;
    background: linear-gradient(244deg, #F6EB16 -23.35%, #F15E22 32.06%, #EE204A 56.29%, #EE1E4F 64.1%, #EC184D 92.51%, #A11D52 136.11%, #891A53 174.72%, #531852 208.36%);
    font-weight: 500;
    font-size: 15px;
    height: 53px;
    text-align: center;
    color: #fff !important;
    line-height: normal;
    padding: 15px 0px;
    margin-top: 10px;
}

.bg-login h3 {
    color: #FFF;
    font-size: 38px;
    font-weight: 600;
    line-height: normal;
    z-index: 3;
    padding: 0px 25px 0px;
    bottom: 70px;
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}
@media (max-width: 1199px) {
    .height-login {
        height: auto;
        min-height: 400px;
        text-align: center;
    }
    .login-log {
        padding: 60px 0px 0px 0px;
        z-index: 2;
    }
    .form-login-full {
        height: auto;
    }
    .bg-login h3 {
        font-size: 38px;
        padding: 0px 15px 0px;
        bottom: 70px;
        width: 100%;
    }
    .contact-form-login {
        width: 500px;
        padding: 30px 20px;
        margin: auto;
    }
}
@media (max-width: 767px) {
    .height-login {
        min-height: 300px;
    }
    .contact-form-login {
        width: 100%;
        margin: auto;
    }
    .bg-login h3 {
        font-size: 35px;
        bottom: 35px;
    }
    .login-log {
        padding: 20px 0px 0px 0px;
    }
}

@media (min-width: 1600px) {
    .contact-form-login {
        margin-left: 50px;
        padding: 50px;
    }
    .bg-login h3 {
        font-size: 54px;
        padding: 0px 0px 0px 28px;
        bottom: 50px;
    }
}