@font-face {
    font-family: 'Garrison12';
    src: url('https://brandcenter.usaa360.com/wp-content/uploads/2026/04/Garrison12_W_Rg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Garrison12';
    src: url('https://brandcenter.usaa360.com/wp-content/uploads/2026/04/Garrison12_W_Rg.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Garrison12';
    src: url('https://brandcenter.usaa360.com/wp-content/uploads/2026/04/Garrison12_W_Rg.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Garrison12';
    src: url('https://brandcenter.usaa360.com/wp-content/uploads/2026/04/Garrison12_W_Rg.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Garrison12';
    src: url('https://brandcenter.usaa360.com/wp-content/uploads/2026/04/Garrison12_W_Rg.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

body{
    background-color: #EBEFF1;
    font-family: 'Garrison12', sans-serif;
}

body.login .brandcenter-login-header{
    background-color: #003065;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    width: 100%;
    min-height: 100px;
    box-sizing: border-box;
    padding: 20px 26px !important;
}

body.login .brandcenter-login-logo{
    width: 60px;
    height: auto;
    display: block;
    flex: 0 0 auto;
}

body.login .brandcenter-login-title{
    margin: 0;
    color: #fff;
    font-family: "Garrison12", sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
}

body.login .brandcenter-login-title-line{
    display: block;
}

#login {
    width: 550px;
}

.login h1 a{
    background-image: none !important;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: auto;
    text-indent: inherit;
    font-family: "Garrison12", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    color: #003065;
}

.login form{
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 18px;
    width: 350px;
    margin: 15px auto 0;
}

.login label{
    font-family: "Garrison12", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 4px;
    color: #57879D;
    margin-bottom: 8px;
    padding: 0;
}

.login form .input, .login form input[type=password], .login input[type=text]{
    background-color: #ffffff;
    border-color: #A1B1BC;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    font-family: "Garrison12", sans-serif;
    font-weight: 700;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
}

.login #login_error, .login .message, .login .success{
    border-left: 4px solid #003065;
}

.g-recaptcha > div{
    margin: auto;
    width: 100%;
}

.login #backtoblog, .login #nav{
    text-align: center;
}

.wp-core-ui .button-primary{
    background-color: #003065;
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 10px 20px !important;
    border: none;
    line-height: 1.2 !important;
}

.login-action-lostpassword.login #nav{
    display: none !important;
}

#sso_buttonOKTA_PROD > div{
    width: 100% !important;
}

#sso_buttonOKTA_PROD [name="mo_saml_wp_sso_button"]{
    background-color: #003065 !important;
    color: #ffffff !important;
    border-radius: 5px 5px 5px 5px !important;
    padding: 10px 20px 10px 20px !important;
    border: none;
    line-height: 1.2 !important;
}

@media (max-width: 768px) {
    body.login .brandcenter-login-header{
        min-height: 100px;
        gap: 10px;
        padding: 14px 16px !important;
    }

    body.login .brandcenter-login-logo{
        width: 64px;
    }

    body.login .brandcenter-login-title{
        font-size: 36px;
        letter-spacing: 0.5px;
    }
}
