div.bx-auth {max-width:600px; margin-top:16px; margin-bottom:24px;}
div.bx-auth form {padding:0; margin:0;}
div.bx-auth-line {border-bottom:1px solid #E3E3E3; padding-bottom:10px;}
div.bx-auth-title {font-size:140%; border-bottom:solid 2px #E3E3E3; padding-bottom:12px; }
div.bx-auth-note{margin:18px 0px 6px 0px;}
td.bx-auth-label{text-align:right; font-weight:bold;}
table.bx-auth-table{margin-top:8px; }
table.bx-auth-table td {padding:3px;}

div.bx-auth input.bx-auth-input {vertical-align:middle;}
div.bx-auth span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}

html, body,#main-wrapper,.container_fluid {
    height: 100%;
    /*overflow: hidden;*/
}

.container_fluid {
    background: #FFF;
}
.auth_wrap{
    min-height: 100%;
    display: flex;
    align-items: stretch;
}
/**auth***/
.logo_auth img{
    max-width: 190px;
    height: auto;
}
.logo_auth{
    padding: 30px 0 0 100px;
    background: #4D3FC2;
    min-height: 100%;
    width: 100%;
    height: 100%;
}
.wrap_left_auth{
    padding: 30px 0 0 5vw;
    display: flex;
    justify-content: start;
    flex-direction: column;
    max-width: 600px;
}
.wrap_left_auth button{
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    width: 610px;
    height: 60px;
    padding: 16px 25px 19px 25px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    background: #000;
    color: white;
    margin-bottom: 20px;
    margin-top: 15px;
}
.wrap_left_auth h4{
    color: var(--grey, #313539);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}
.wrap_left_auth h1{
    color: #000;
    font-family: Inter;
    font-size: 52px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 50px;
}
.form_auth a{
    text-decoration-line: underline;
    color: #000!important;

}
.form_auth p{
    color: #000;
    font-family: Vela Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.form_auth{
    margin-bottom: 30px;
}
input.form-control, form select.form-control.form-select{
    max-width: 100%!important;

}
.form_auth select{
    border-radius: 15px;
    border: 1px solid #D2D2D2;
    backdrop-filter: blur(7.5px);
    padding: 15px 20px;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.form_auth label{
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 15px;
}
.form_auth{
    max-width: 610px;
    margin: 0 auto;
}
@media  (max-width: 1100px) {
    body{
        height: unset;
    }
}
@media  (max-width: 1000px) {
    .left{
        display: none;
    }

}