.bxmaker-authuserphone-simple {
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 40px;
}
.bxmaker-authuserphone-simple .bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field {
    border-color: #c49c58 !important;
}
.bxmaker-authuserphone-simple .bxmaker-authuserphone-input-phone__field {
    border: 1px solid #ddd;
    border-radius: 3px;
}
.bxmaker-authuserphone-simple .bxmaker-authuserphone-input-phone__input > input {
    outline: none;
    font-size: 14px;
    color: #000;
}
.bxmaker-authuserphone-simple .bxmaker-authuserphone-input-phone__title {
    font-weight: 400;
    font-family: 'GolosText_regular';
}
.bxmaker-authuserphone-simple .bxmaker-authuserphone-button__inner {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    border-radius: 3px;
    background-color: #c49c58;
    color: #fff;
    height: 44px;
    padding: 0 20px;
    min-height: 44px;
}
.bxmaker-authuserphone-simple .bxmaker-authuserphone-button__title {
    font-size: 14px;
    font-weight: 300;
}
.bxmaker-authuserphone-simple .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
    background: #d9ac5e;
}