html, body {
    background: #ffffff00 !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    border-bottom: 8px solid #1ECC97;
}

.navbar {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.navbar .container {
    max-width: 90%;
}

.login-page {
    background: transparent none !important;
    padding-top: 2rem !important;
}

.register-card {
    border-radius: 0 !important;
    border-top: 12px solid #1ECC97 !important;
    background-color: #EEEEEE !important;
    padding: 4.9rem 6.9rem
}

.register-card::before {
    content: '';
    position: absolute;
    display: block;

    left: 50%;
    top: -10px;
    background-size: contain;
    height: 105px;
    width: 105px;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

.form-label {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.register-card .form-control {
    border-radius: 0 !important;
    background-color: #fff !important;
    border: none;
}

.btn-success {
    background-color: #1ECC97;
    border-color: #1ECC97;
    font-weight: 700;
    border-radius: 2rem;
    padding: 12px 34px;
}

label.error {
    position: relative !important;
    top: 0 !important;
}

.footer .footer-title {
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.footer a {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
}

.footer {

}

.footer p {
    margin: 0;
}

.tp-widget-wrapper {
    height: auto !important;
}
