.auth-main {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    background: url('/images/login-bg.jpg');
}

.auth-block {
    width: 480px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #232323;
    color: #fff;
    padding: 32px;
    background-color: black;
}

.auth-block h1 {
    margin-bottom: 28px;
    text-align: center;
}

.auth-block p {
    font-size: 16px;
}

.auth-block a {
    text-decoration: none;
    outline: none;
    transition: all 0.2s ease;
}

.auth-block .control-label {
    padding-top: 11px;
    color: #FFFFFF;
}

.auth-block .form-group {
    margin-bottom: 12px;
}

.btn-auth {
    color: #fff !important;
}

.btn {
    cursor: pointer;
    border-radius: 5px;
}

.auth-link {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 33px;
}

.btn-auth {
    color: #ffffff!important;
}

.btn-spinner{
    padding-left: 30px;
    position: relative;
}

.btn-spinner i{
    position: absolute;
    left: 7px;
    width: 15px;
    height: 15px;
    animation: spin 2s linear infinite;
}

button.btn.btn-default {
    border-width: 1px;
    color: #666;
    background: transparent;
    border-color: #d6d6d6;
}

.form-group label {
    font-size: 13px;
    font-weight: 400;
}