

#okta-login-container {
    background: #333333;
    height: 100vh;
}

#okta-sign-in
{
    margin: 0px;
    border-radius: 15px !important;
}

.o-form-error-container {
    display: none !important;
}

.auth-container{
   margin-top: -30px !important;
}

.SignIn .SignInLogo.oktaSignIn img {
    width: 550px;
    padding: 0px !important;
}

#okta-sign-in.no-beacon .auth-content {
    padding-top: 10px !important;
}

#okta-sign-in.auth-container .button-primary {
    font-family: 'DM Sans';
    color: #333333;
    background: #ECEAE4 !important;
    border-color: #B2B2B2 !important;
}

#okta-sign-in .o-form-button-bar .button{
    height: 40px;
}

#okta-sign-in .o-form .o-form-fieldset:last-child {
    margin: 0px !important;
}

#okta-sign-in.auth-container h2, #okta-sign-in.auth-container h3{
    float:left;
    margin: 5px !important;
}

#idp-discovery-username {
    width: 314px !important;
    font-family: 'DM Sans';
}


#okta-sign-in .auth-header {
    border: none !important;
    padding-bottom: 0px !important;
}

/*hide footer*/
.auth-footer {
    display: none !important;
}


/*add text instead of logo*/
.okta-sign-in-header {
    background: none !important;
    font-size: 24px;
    font-weight: bold;
    font-family: 'DM Sans 24pt 24pt';
    color: #333333;
    content: "QUALITY"; /* Won't work alone */
    text-transform: uppercase;
}


    .okta-sign-in-header::before {
        content: "QUALITY";
        display: block;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        font-family: 'DM Sans 24pt 24pt';
        color: #333333;
    }