/* .main-content{
    height: 100vh;
} */

._main_wrapper{
    height: 100vh;
}

._login_background{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* .overflow-hidden{
    height: 100vh
} */

._create_account_cta {
    background-color: #f4f4fb;
    margin: 0px 31px;
    width: 86%;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 1px 1px 60px;
}

._tabs {
    background: white;
    border: 1px solid #DDDDE8;
    border-radius: 30px;
    padding: 2px;
    z-index: 999;
}

._tabs .nav-link.active {
    color: unset;
    background: #e8e9f6;
    border: unset;
    border-radius: 30px;
}

._tabs .nav-link:focus-visible{
    box-shadow: unset;
}

._tabs li.nav-item , ._tabs .nav-link:hover{
    border: unset;
}

._tabs li.nav-item:focus-visible{
    outline: unset;
}

.nav-tabs {
    --bs-nav-tabs-border: unset;
    --bs-nav-tabs-border-width: unset;
    z-index: 999;
}

.nav-tabs:before {
    content: ' ';
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #DDDDE8;
    position: absolute;
    z-index: 1;
}

._phone_input {
    background: white;
    border-radius: 30px;
    padding: 3px;
}
._phone_input input {
    border: unset;
    border-radius: unset;
}

.tab-content select {
    border-radius: 30px;
}

.login-register-image a {
    color: var(--color-primary);
}

.show-password {
    position: absolute;
    right: 21px;
    top: 6px;
}
.border_btn{
    border: 1px solid var(--color-primary-2);
}