﻿.okta-sign-in-header {
    display: none;
}

#okta-sign-in {
    border-style: none !important;
}

    #okta-sign-in .auth-header {
        padding: 0px !important;
        border-bottom: 0px !important;
    }

.login #okta-sign-in .o-form-error-container .margin-bottom-25 h4 {
    line-height: 25px;
    font-size: 18px;
    color: #55565A;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Noto Sans Display", sans-serif;
}


#okta-sign-in .o-form .input-fix input, #okta-sign-in .o-form .textarea-fix input {
    font-size: 18px !important;
}

.login #okta-sign-in.auth-container .okta-form-input-field input {
    font-family: "Noto Sans Display",sans-serif;
}

.login .o-form-button-bar,
.login #okta-sign-in.auth-container input[type=button], #okta-sign-in.auth-container input[type=submit] {
    font-size: 18px;
    padding: 10px 25px;
    line-height: 23px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    white-space: normal !important;
    word-wrap: break-word;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

.login #okta-sign-in.auth-container .button-primary {
    background: linear-gradient(#007035,#007035) !important;
    background: #007035 !important;
}

.color-green {
    font-weight: bold !important;
}

.login #okta-sign-in.auth-container.main-container .margin-btm-5 {
    margin-bottom: 0px;
}

.login #okta-sign-in.auth-container.main-container .margin-btm-30 {
    margin-top: 20px;
}

#okta-sign-in .auth-footer, #okta-sign-in .o-form .custom-checkbox label {
    font-size: 17px;
}

#okta-sign-in a:focus, #okta-sign-in a:hover {
    color: #000066 !important;
}

.createaccount {
    background: #555;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 102px;
    color: white;
}

#okta-sign-in .o-form label, .okta-form-title, #okta-sign-in.auth-container h2 {
    line-height: 25px;
    font-size: 17px;
    font-weight: normal;
    color: #55565A;
    margin-top: 5px;
    text-shadow: none;
    font-family:"Noto Sans Display", sans-serif
}

#okta-sign-in .o-form label {
    line-height: 25px;
    font-size: 17px;
    font-weight: bold;
    color: #55565A;
    margin-top: 5px;
    text-shadow: none;
    font-family: "Noto Sans Display", sans-serif
}

#okta-sign-in .okta-form-title {
    font-weight: bold;
}

#okta-sign-in.auth-container .okta-form-input-field {
    height: 50px;
    padding: 10px;
    font-size: 18px;
    line-height: 1.3333333;
}

#okta-sign-in .auth-footer, #okta-sign-in .o-form .custom-checkbox label {
    line-height: 23px;
}

#okta-sign-in.auth-container .okta-form-input-field input[disabled] {
    background: none;
    box-shadow: none;
}

#okta-sign-in.auth-container .o-form-explain {
    font-family: "Noto Sans Display",sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #55565A;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 0px;
}

#okta-sign-in.auth-container .okta-form-divider {
    margin-bottom: 0px;
}

#okta-sign-in .auth-content {
    padding: 30px 20px 20px !important;
}

.password-expired h2 {
    font-weight: bold !important;
    font-size: 22px !important;
    line-height: 25px !important;
    text-align: center !important;
}

#okta-sign-in.auth-container h2 {
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
}

#okta-sign-in .focused-input {
    box-shadow: none !important;
}

#okta-sign-in .js-help-link {
    display: none !important;
}

#okta-sign-in {
    border-style: none !important;
    overflow: hidden !important;
}

    #okta-sign-in .o-form .o-form-label {
        font-weight: bold;
    }

    #okta-sign-in .auth-header {
        padding: 0px !important;
        border-bottom: 0px !important;
    }

    #okta-sign-in.auth-container.main-container {
        box-shadow: 0 0px 0 hsl(0deg 0% 69% / 12%) !important;
    }

@media only screen and (max-width: 600px) {
    #okta-sign-in.auth-container .auth-content {
        max-width: none;
    }
}

.actAcc {
    /* padding-left: 550px;
    padding-right: 550px;*/
    background: white;
    padding-top: 30px;
}

.actAcc_btn {
    background: #005a2a !important;
}

#okta-sign-in {
    margin: 0px auto 8px !important;
}

.creatAccount {
    padding: 0 40px;
}


@media only screen and (max-width: 812px) {
    .btn-create-account-container {
        margin: 0px auto 8px;
        width: 395px;
        padding-left: 5px;
    }
}

@media only screen and (max-width: 736px) {
    .btn-create-account-container {
        margin: 0px auto 8px;
        width: 390px;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 600px) {

    .btn-create-account-container {
        width: auto;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 420px) {

    .btn-create-account-container {
        width: auto !important;
    }
}

@media only screen and (max-width: 320px) {

    .btn-create-account-container {
        width: 300px;
    }
}
