.bxmaker-authuserphone-enter {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin-top: 25px;
}
.bxmaker-authuserphone-header {
    color: var(--prime-text);
    font-size: 34px;
    font-weight: 900;
    font-family: 'rothekbold';
    text-align: left;
    justify-content: flex-start;
    
}
.bxmaker-authuserphone-button__inner {
    background-color: #c49c58;
    height: 34px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 3px;
    color: #fff;
    min-height: 34px;
}
.bxmaker-authuserphone-button__title {
    font-size: 14px;
    font-weight: 300;
}
.bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
    background: #d9ac5e;
}
.bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input__field,
.bxmaker-authuserphone-input-password__field {
    border-radius: 3px;
    border: 1px solid #ddd;
}
.bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input-password:hover .bxmaker-authuserphone-input-password__field,
.bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__field,
.bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__field,
.bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__field,
.bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field,
.bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__field {
    border-color: #c49c58;
}
a.bxmaker-authuserphone-link {
    font-weight: 300;
    color: #c49c58;
    font-size: 14px;
    font-family: 'rothekbold';
    text-decoration: underline;
    text-underline-offset: 5px;
}
a.bxmaker-authuserphone-link:hover {
    color: #c49c58;
    text-decoration: none;
}
.bxmaker-authuserphone-enter-auth__toregistration {
    margin-top: 16px;
}
.bxmaker-authuserphone-message.bxmaker-authuserphone-message--error {
    padding: .75rem 1.25rem;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    font-size: 14px;
}