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);}

.page__main.main, .block-skidka {display: none!important;}
.main__login {margin-bottom: 0}
.main__login .login__input.ubtn {background-color: white;}
.login {
    padding: 3vh 0;
}
.question_green_circle {
    position: absolute;
    filter: blur(5vw);
    background: #018370;
    border-radius: 50%;
    width: 30vw;
    height: 30vw;
    right: 20vw;
    top: 15vh;
    z-index: -1;
}
.question_purple_circle {
    position: absolute;
    filter: blur(5vw);
    background: #854385;
    border-radius: 50%;
    width: 30vw;
    height: 30vw;
    right: 0vw;
    top: -4vh;
    z-index: -1;
}
.login_block {
    position: relative;
    padding: 2vh;
    box-sizing: border-box;
    border: 0.1vw solid #F4F4F4;
    border-radius: 0.3vw;
    margin-bottom: 1.5vh;
    background: #ffffff4f;
    display: flex;
    flex-direction: column;
    min-height: 50vh;
    opacity: 0.8;
    justify-content: center;
    width: 75%;
    margin: auto;
    align-items: center;
}
.login__form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.name_pas {
    display: flex;
    width: 50%;
    justify-content: center;
    margin: auto;

    flex-direction: column;

}
.login_block .ubtn {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-width: 50%;
    height: 5vh;
    font-family: inherit;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1;
    border: 1px solid #6E7082;
    background-color: #fff;
    border-radius: 4px;
    letter-spacing: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transform: none;
    transition: all .3s ease;
    appearance: none;
    cursor: pointer;
    margin: 1.5vh 0 3vh 0;
}
.login__input {
    margin: 1.5vh 0;}
.login_block_ubtn.ubtn{
    background-color: #ffe600;
    font-weight: 500;
}
.login_block_ubtn.ubtn:hover{
    background-color: #018370;
}
@media screen and (orientation: portrait){
    .login_block .ubtn {
        height: 7vw;
        font-size: 3.8vw;
        width: 70%;
    }
    .name_pas {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .login_block {
    padding: 0;
    width: 100%;
}
}