﻿.white-text {
    color: #fff;
}

body {
    background: #0b2828;
}

    body .container {
        max-width: 1830px;
    }

a {
    font-weight: bold;
}

h2 {
    font-family: sharpGFamily;
    font-size: 37px;
    font-style: normal;
    line-height: 120%;
    text-align: center;
    margin-bottom: 56px;
    color:#fff;
}

.mme-portal-login-wrap{
    padding:0;
}

.login-revamp-wrap {
    background: #0b2828;
    min-height: 900px;
    overflow-y: auto;
    height: auto;
}

.login-header {
    padding: 40px 0 0 0;
}

    .login-header .login-secure-text {
        padding: 10px 0;
    }

.ap-login-inner {
    max-width: 323px;
    margin: 0;
}

.ap-login-inner .ap-login-logo {
    margin: 0;
}

.ap-login-inner .ap-login-logo img {
    width: 100%;
}

.cta-wrap .btn {
    width: 100%;
    font-weight: bold;
    height: auto;
    font-size: 20px;
    max-width: 100%;
    padding: 10px;
}

.login-box-wrap {
    max-width: 460px;
    min-height: 51vh;
    margin: 0 auto;
    margin-bottom: 100px;
}

    .login-box .cta-wrap {
        text-align: center;
        max-width:100%;
    }

.mme-portal-login-wrap .login-box-wrap .login-box{
    margin:0 auto;
}

.login-box .cta-wrap button {
    max-width: 450px;
    width: 100%;
    padding: 13px 5px !important;
}

    .login-box .form-group {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }

        .login-box .form-group label {
            color: #fff;
            font-size: 18px !important;
            font-weight: bold;
            margin-bottom: 14px;
        }

    .login-box .login-error-wrap {
        max-width: 450px;
        width: 100%;
    }

    .login-box h2 {
        color: #fff;
        text-align: center;
        font-family: 'sharpGFamilyMd';
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 44px;
        letter-spacing: 2px;
    }

.ap-login-footer {
    background: #0b2828 url(/Images/mm-watermark.svg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

    .ap-login-footer .b-corp-wrap {
        position: absolute;
        right: 50px;
        bottom: 60px;
    }

.forgot-creds a {
    text-decoration: none !important;
}

.login-banner-wrap {
    background: #DADFDF;
    border-radius: 8px;
    padding: 16px;
    width: max-content;
    margin: 0 auto;
}

    .login-banner-wrap p {
        font-size: 16px;
    }

.login-error-wrap {
    background: #FCD8DD;
    border-radius: 8px;
    padding: 16px;
    margin: 0 auto;
}

    .login-error-wrap p {
        font-size: 16px;
        line-height: 20px;
    }

.disabled-loginform {
    opacity: 0.5;
}

.toggle-password {
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}

.match-password-wrap {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 10px;
}

    .match-password-wrap ul {
        padding-left: 0;
        list-style: none;
    }

        .match-password-wrap ul li {
            color: #fff;
            margin-bottom: 5px;
            font-size: 16px;
            font-style: italic;
        }

            .match-password-wrap ul li img {
                margin-right: 5px;
                margin-bottom: 2px;
            }

    .match-password-wrap p {
        color: #fff;
        margin-bottom: 5px;
        font-size: 16px;
        font-style: italic;
    }

        .match-password-wrap p img {
            margin-right: 5px;
            margin-bottom: 2px;
        }

.success-popup {
    background: #F8FDE5;
    padding: 16px;
    border-radius: 8px;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    top: -200px;
    /* Initially positioned above */
    left: 50%;
    transform: translateX(-50%);
    right: 0;
}

    .success-popup .close-popup {
        cursor: pointer;
    }

.login-options-wrap .forgot-creds {
    padding-top: 0;
}

    .login-options-wrap .forgot-creds a {
        font-size: 18px;
    }

.login-options-wrap .code-timer-subtext {
    color: #859393;
}

.otp-email-wrap {
    background: #E4F899;
    border-radius: 16px;
    padding: 8px 16px;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 30px;
}

.ap-login-footer a {
    color: #bcee00;
}

.spinner {
    max-width: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
}

    .spinner img {
        width: 100%;
    }
