
html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #0B111B !important;
}

.form-auth {
    width: 100%;
    max-width: 360px;
    padding: 30px 30px;
    padding-bottom: 20px;
    margin: auto;
    border-radius: 5px
}

.auth-header {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.auth_title {
    font-size: 17px;
    color: #fff;
    line-height: 19px;
    margin: 0;
    padding: 0;
}

.auth_desc {
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    padding: 0;
    margin: 0;
}

.auth_group {
    position: relative;
    border-color: #AA9038;
}

.auth-body {
    /*margin-top: 50px;*/
}

.auth_input {
    background-color: #101722 !important;
    color: white !important;
    width: 100%;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-color: #AA9038;
}

.auth_group .auth_input::placeholder {
    color: #fff;
}

.auth_group .input-group-text {
    background-color: #AA9038;
    border-color: #AA9038;
}

.auth_group i {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #fff;
}

.auth_group .auth_input:focus,
.auth_group .auth_input:active {
    outline: none;
    background-color: rgba(0,0,0,0.1);
    border-color: #AA9038;
}

.auth_group .auth_input:focus ~ label,
.auth_group .auth_input:valid ~ label {
    top: -20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #69868A;
    left: 0;
}

.auth_group .auth_label {
    color: #69868A;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 10px;
    -webkit-transition: .2s ease all;
    transition: .2s ease all
}

.auth_group .reset_password {
    font-size: 14px;
    color: #69868A;
    line-height: 19px;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.auth_bar {
    position: relative;
    display: block;
}

.auth_bar:before,
.auth_bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #fff;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.auth_bar:before {
    left: 50%
}

.auth_bar:after {
    right: 50%
}

input:focus ~ .auth_bar:before,
input:focus ~ .auth_bar:after {
    width: 50%
}

.auth_button {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    background: #AA9038;
    border: none;
    border-radius: 0.25rem;
    color: #fff;
    height: 40px;
    font-size: 13px;
    bottom: 0;
    margin-top: 30px;
    margin-bottom: 0;
    -webkit-appearance: button;
}

.auth_button:hover {
    cursor: pointer;
    background: #aa943e;
}

.copyright {
    margin: 25px auto;
    padding: 0;
    color: #69868A;
    line-height: 19px;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}

.auth_alert {
    background-color: #FE0101;
    padding: 7px 5px;
    border-radius: 5px;
    border: 0;
}

.text-red {
    color: #FE0101 !important;
}

.auth_alert p {
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    padding: 0;
    margin: 0;
}

.auth-button {
    color: #fff;
    background-color: #21262d;
    border: 1px solid #21262d;
    border-radius: 5px;
    padding: 6px 16px;
    font-size: 0.8rem;
    cursor: pointer;
    width: 100%;
    margin-top: 1rem;
}

.auth-button:hover {
    color: #fff;
    background-color: #171717;
    border: 1px solid #171717;
}

.facebook-button {
    color: #fff;
    background-color: #507CC0;
    border: 1px solid #507CC0;
    border-radius: 5px;
    padding: 6px 16px;
    font-size: 0.8rem;
    cursor: pointer;
    width: 100%;
    margin-top: 1rem;
}

.facebook-button:hover {
    color: #fff;
    background-color: #2865c0;
    border: 1px solid #2865c0;
}

.gmail-button {
    color: #fff;
    background-color: #DF4930;
    border: 1px solid #DF4930;
    border-radius: 5px;
    padding: 6px 16px;
    font-size: 0.8rem;
    cursor: pointer;
    width: 100%;
    margin-top: 1rem;
}

.gmail-button:hover {
    color: #fff;
    background-color: #d92509;
    border: 1px solid #d92509;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 1rem;
    font-style: italic;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #BCA02A;
}

.separator:not(:empty)::before {
    margin-right: .5em;
}

.separator:not(:empty)::after {
    margin-left: .5em;
}

.auth_slider {
    background-color: #AA9038 !important;
}

.auth_slider:before {
    background-color: #fff !important;
}

.bg-tower-primary {
    background-color: #AA9038 !important;
}

.color-tower-secondary {
    color: #E2E3E6 !important;
}
