.bx-authform {
    margin: 0 auto;
}
.bx-title {
    margin-top: 30px;
}
.bx-authform-input-container input[type="text"], .bx-authform-input-container input[type="password"] {
    display: block;
    width: 100%;
    background: none;
    color: #fff;
    height: 58px;
    padding: 10px 0;
    line-height: 34px;
    border: 0;
    border-bottom: 1px solid rgb(143, 143, 143);
    border-radius: 0;
    color: rgb(143, 143, 143);
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #292929;
    border-bottom-color: rgb(143, 143, 143);
}
.bx-authform-input-container input[type="text"]:focus, .bx-authform-input-container input[type="password"]:focus {
    border-bottom: 2px solid #CBA265;
}
.bx-authform-formgroup-container .btn {
    padding: 0;
    width: 100%;
    height: 50px;
}
.sucAuth {
    margin: 0 auto;
    width: 100%;
    padding: 150px 0;
}
.sucAuth p, .sucAuth h3 {
    text-align: center;
}