/*------------form section--------------------*/
.form-title {
    height: 30px;
    line-height: 30px;
    color: #111827;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 30px;
}

.login-form-container {
    width: 50%;
}

.descripotion-list-container {
    width: 50%;
}

.login-form-container {
    background-color: #F9FAFB;
    padding: 48px 16px;
    height: 100%;
}

.input-wrapper {
    margin-top: 24px;
}

.form-wrapper {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
}

.input-login-h
{
    display:none;    
}

.input-login {
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: 0.8rem;
    padding-bottom: .8rem;
    border: 1px solid rgb(209, 213, 219);
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    margin-top: .25rem;
}

.container-fluid.d-flex {
    height: 100%;
    align-items: center;
}

.label-input-form {
    color: #374151;
    font-size: 14px;
    line-height: 20px;
}

.login-fom-button {
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border: 1px solid transparent;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-top: 24px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    margin-top: 24px;
    background-color: #4A74E3;
}

.d-flex.link-form-wrapper {
    margin-top: 24px;
    color: #5D78FF;
    font-size: 14px;
    font-weight: 500;
}

.d-flex.link-wrapper {
    margin-top: 24px;
    justify-content: end;
}

.divider {
    background-color: #D1D5DB;
    height: 1px;
    margin-top: 24px;
}

.divider .position-absolute {
    top: -11px;
    background-color: #F9FAFB;
    padding: 0 8px;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}

.form-link {
    line-height: 24px;
    color: #5D78FF;
    font-size: 14px;
    font-weight: 500;
}

.new-account-button {
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border: 1px solid #D1D5DB;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-top: 24px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    /* margin-top: 24px; */
}

/*--------right-description-wrapper-------*/
.description-heading {
    font-weight: 600;
    color: #646C9A;
    line-height: 24px;
    margin-bottom: 24px;
    font-size: 16px;
}
.list-item.d-flex {
    margin-bottom: 16px;
}

.list-item.d-flex p {
    padding-left: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #646C9A;
}

.logo-wrapper {
    padding-top: 3.8rem;
    padding-left: 3.2rem;
    margin-top: 3px;
}

.list-description {
    margin-bottom: 2.5rem;
}
.descripotion-list-container > .d-flex.flex-column {
    max-width: 600px;
    width: 100%;
}
.descripotion-list-container {
    padding: 0 32px 0 80px;
}
.img-wrapper-partner {
    max-width: 150px;
    height: 80px;
    padding: 16px 64px 16px 0px;
}
.img-wrapper-partner svg {
    width: 88px;
    height: 48px;
}
.floating-button.position-absolute {
    background-color: #4A74E3;
    color: #fff;
    height: 35px;
    max-width: 135px;
    width: 100%;
    font-size: 16px;
    font-weight: 900;
    right: 40px;
    border-radius: 20px;
    position: fixed;
    z-index: 200;
    bottom: 20px;
}
