.bx-auth-reg{

}
.bx-auth-reg form{
    display: flex;
    flex-direction: column;
}
.bx-auth-reg form .form-info{
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: normal;
}
.bx-auth-reg form  input{
    padding: 4px 10px 6px;
    border: 1px solid #dddddd;
    font: 100% Arial, sans-serif;
    color: #333;
    outline: none;
    width: 100%;
}
.bx-auth-reg form input[name="register_submit_button"]{
    margin-top: 10px;
    overflow: visible;
    padding: 10px 30px !important;
    border: 0 none;
    background-color: #bc8a7e;
    border-radius: 20px;
    text-transform: uppercase;
    outline: none;
    font-family: 'nickol' !important;
    font-size: 13px;
    color: white !important;
    cursor: pointer;
    width: max-content;
}