.account-body.accountbg {
    background-image: none;
    background-color: transparent;
}
.account-body > .row {
    background-image: linear-gradient(135deg, #8d7be9 0%, #52a1e2 50%, #20c2dc 100%);
}
.account-body .auth-card {
    border-radius: 0;
}
.account-body .auth-form .form-control {
    border-radius: 0;
    height: 38px;
}
.account-body .auth-form .auth-form-icon {
    top: 1px;
    right: 1px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    font-size: 14px;
    background-color: transparent;
    color: #12b3dd;
}

.account-body .btn-primary,
.account-body .btn-primary:hover,
.account-body .btn-primary:active,
.account-body .btn-primary:focus {
    border-color: #12b3dd !important;
    background-color: #12b3dd !important;
    color: #fff !important;
    box-shadow: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.account-body .btn-primary:hover,
.account-body .btn-primary:active,
.account-body .btn-primary:focus {
    background-color: #12b3dd !important;
}

h4,
.text-primary {
    color: #12b3dd !important;
}