/* ==========================================================================
*
*    FLASH ALERT MESSAGES
*
* ========================================================================== */
.alert {
    z-index: 100;
    position: absolute;
    right: 2rem;
    margin-top: 2rem;
    font-size: 12px;
    width: 30%;
    line-height: 2.2;
    color: #fff;
    font-weight: 600;
    border: none !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.alert i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px;
}

.alert-login {
    right: auto;
    width: 66.7% !important;
    top: 10px !important;
}

.alert-success {
    background: #00c851 !important;
}

.alert-info {
    background: #33b5e5 !important;
}

.alert-warning {
    background: #fb3 !important;
}

.alert-danger {
    background: #ff3547 !important;
}

.close {
    font-size: 1.3rem;
    line-height: 1.3;
    opacity: 0.8;
    color: #fff;
}

#verify-email .alert {
    font-size: 10px;
    line-height: 3;
}
