html, body {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
}

.content {
    width: 350px;
    margin: 80px auto;
    padding: 30px 20px;
    border-radius: 20px;
    border: 2px solid #C3125B;
}

/* Header */
.header-top {
    margin-bottom: 10px;
    text-align: center;
}

.logo img {
    width: 160px;
}
/* End Header */

/* Start Footer */
.footer-menu {
    margin: 10px;
}

.social-icon {
    clear: both;
    text-align: center;
}

    .social-icon > div {
        display: inline-block;
    }

    .social-icon a {
        float: left;
        padding-left: 5px;
    }

    .social-icon img {
        width: 20px;
    }

    .social-icon p {
        font-size: 10pt;
        display: inline;
        vertical-align: top;
        margin-right: 25px;
    }

.footertext {
    clear: both;
    color: #C8C8C8;
    font-size: 11px;
    text-align: center;
}
/* End Footer */

/* Account */
.form-field {
    margin-bottom: 8px;
}

/* Metropolis */
.dxbButtonHover_Metropolis,
.dxnbItemHover_Metropolis,
.dxnbItemHover_Metropolis a,
.dxnbLargeItemHover_Metropolis,
.dxnbLargeItemHover_Metropolis a,
.dxnbBulletItemHover_Metropolis,
.dxnbBulletItemHover_Metropolis a {
    background-color: #74B543;
    color: white;
}

.dxnbGroupHeader_Metropolis {
    border-radius: 0.25em;
}

.dxbButtonHover_Metropolis,
.dxeFocused_Metropolis {
    border-color: #74B543;
}

.dxgvControl_Metropolis a {
    color: #74B543;
    text-decoration: none;
}
/* Metropolis */

.notification {
    padding: .75rem 1.25rem;
    margin: 20px 0;
    border-radius: .25rem;
}

    .notification.error {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
    }

    .notification.success {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
    }

.center {
    margin: 0 auto;
}


.forget-password {
    margin: 1em 0;
}

    .forget-password a {
        text-decoration: none;
        color: #c3125a;
        font-size: 11px;
    }
