::placeholder {
    color     : #808080 !important;
    opacity   : .6 !important;
    font-style: italic !important;
    font-size : 0.8125rem;
}

/* AI 1.5.23 */
.auth .auth-form-light h2 {
    font-weight: bold;
}

.auth form .form-group label {
    font-weight: bold;
    font-size  : 14px;
}

.auth form .form-group input.form-control {
    border    : 1px solid #ADB7C9;
    margin-top: 10px;
    padding   : 10px 20px;
}

.auth form .form-group i {
    top: 43px;
}

.auth form .form-group i.mdi {
    cursor: pointer;
}

.auth form button.btn {
    background: #03AEEF;
}