.login-wrapper {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
}

.bg-image-wrapper {
    background: linear-gradient(211.4deg, #5653FC 0%, #4845D2 100%);
}

.title-welcome {
    margin-top: 80px;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.0025em;
}

.imgSide {
    width: 512px;
    height: 512px;
    margin-top: 60px
}

.language-wrapper {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 80px;
    padding: 8px 16px;
    border: none;
    width: 128px;
    height: 32px;
}

.copyright-wrapper {
    margin-top: 14px;
    margin-bottom: 40px;
    margin-right: 80px;
    font-size: 14px;
    letter-spacing: -0.006em;
    color: #B3B7D5;
}

.section-title {
    margin-top: 45px;
}

.section-title .p1 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.0015em;
    color: #101828;
}

.section-title .p2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
    margin-bottom: 32px;
}

.form-material {
    margin-top: 32px;
}

.form-material .form-label {
    font-style: normal;    
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: #2B2E43;
}

.form-material .form-control {
    padding: 10px 14px 11px 48px;
    font-size: 16px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #B3B7D5;
    color: #2B2E43;
    border-radius: 6px;
    line-height: 48px;
}

.form-material .form-control:focus {
    border: 1px solid #5653FC;
    box-shadow: 0 0 0 3px #AAA9FD;
}

.btn-login {
    font-weight: 600;
    font-size: 16px;
    margin-top: 24px;
    border-radius: 8px;
    padding: 10px 14px;
    height: 44px;
    color: #fff;
    background-color: #4543D1;
}

.dropdown-item.active2 {
    text-decoration: none;
    color: #5653FC;
    background-color: #C7C6FE;
}

.logo-worxspace img{
    width: 400px !important;
    height: 95px;
}


.col-lg-6half,
.col-xl-4-5,
.col-xl-7-5 {
    position: relative;
    width: 100%;
    /* min-height: 1px; */
    padding-right: 15px;
    padding-left: 15px;
}

.responsive-p {
    padding: 0 20px;
}


@media (min-width: 460px) {

    .sign-desc {
        width: 400px;
    }
    
    .responsive-content{
        padding-left: 50px;
        padding-right: 50px;
    }

}

@media (min-width: 992px) {
    .col-lg-6half {
        float: left;
    }

    .sign-desc {
        width: 400px;
    }

    .col-lg-6half {
        width: 50%;
    }
}

@media (min-width: 1250px) {

    .sign-desc {
        width: 710px;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.0015em;
        color: #E1E3F5;
    }

    .col-xl-4-5,
    .col-xl-7-5 {
        float: left;
    }

    .col-xl-7-5 {
        width: 62.5%;
    }

    .col-xl-4-5 {
        width: 37.5%;
    }

}

.resetPassLink a,
.try-for-free{
    color: #3432A7;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}