.auth-form .auth-form__control {
    margin-bottom: 0;
}

.auth-form .bxmaker-authuserphone-header {
    display: none;
}

div[id^="comp_"]:has(.bxmaker-authuserphone-enter) {
    width: 100%;
}
.auth-form .bxmaker-authuserphone-enter {
    box-shadow: none;
    padding: 0;
    width: 100%;
}
.auth-form .bxmaker-authuserphone-enter input, .auth-form .bxmaker-authuserphone-input-code__field input {
    background-color: #F5F5F5;
    border-radius: 10px;
    color: #222222;
    font-weight: 400;
    font-size: 16px;
    padding: 19px 20px;
    width: 100%;
}
.auth-form .bxmaker-authuserphone-input {
    margin-bottom: 10px;
}
.auth-form .bxmaker-authuserphone-input__field, .auth-form .bxmaker-authuserphone-input-code__field {
    border: none;
}
.auth-form .bxmaker-authuserphone-enter .auth-form__control--label {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    display: block;
    margin-bottom: 12px;
}
.auth-form .bxmaker-authuserphone-enter .auth-form__hint {}
.auth-form .bxmaker-authuserphone-enter button {
    background-color: #0B316B;
    border-radius: 10px;
    font-size: 18px;
    height: 54px;
    padding: 18px 0;
    width: 100%;
}
.auth-form .bxmaker-authuserphone-button__inner {
    background: none;
    border-radius: 0;
    display: block;
    height: 100%;
    min-height: auto;
    padding: 0;
}
.auth-form .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
    background: none;
}
.auth-form .bxmaker-authuserphone-loader {
    margin: 0 auto;
    height: 100%;
}
.auth-form .bxmaker-authuserphone-button__title {
    font-weight: inherit;
}

.auth-form .bxmaker-authuserphone-enter-auth-form__by, .auth-form .bxmaker-authuserphone-enter-auth__toregistration {
    display: none;
}