﻿/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    /*z-index: 1;*/ /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#logoHref:focus {
    box-shadow: 0px 0px 10px #0077cc;
}

/*#btnSignin:focus {
    border: 3px solid #000000;
}*/

/*#btnShow {
   
    margin: 40px 118px;
    height: 35px;
    width: 98px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    background-color: #077FA6;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 18px;
    color: white;
    font-weight: normal;
}*/

    /*#btnShow:focus {
        border: 3px solid #CCCCCC;
    }*/



#okta-sign-in.auth-container .button-primary {
    color: #ffffff;
    background-color: #0092C2;
    border-color: currentColor;
    background-image: linear-gradient(#0092C2, #0092C2 60%, #0092C2);
    background-repeat: no-repeat;
    filter: none;
    border-radius: 20px;
    font-size: 18px;
}

    #okta-sign-in.auth-container .button-primary:hover, #okta-sign-in.auth-container .button-primary:focus, #okta-sign-in.auth-container .button-primary:active, #okta-sign-in.auth-container .button-primary:focus {
        background-image: linear-gradient(#0092C2, #0092C2 60%, #0092C2);
        border-color: currentColor;
        font-size: 18px;
    }

#okta-sign-in.auth-container .button.button-primary.link-button-disabled {
    background-image: linear-gradient(#0092C2, #0092C2 60%, #0092C2);
}

#okta-sign-in.auth-container .button.button-primary.link-button-disabled {
    /* -- Buttons' Colors -- */
    color: #ffffff;
    background-color: #0092C2;
    border-color: #0092C2;
    background-image: none;
    box-shadow: none;
}
#username-float-okta, #password-float-okta {
    color: #0092c2 !important;
    font-weight: 700 !important;
}

/* Make the send code buttons in Okta widget Mr.Green */
.email-request-button, .sms-request-button {
    color: #ffffff !important;
    background-color: #0092C2 !important;
    border-color: currentColor !important;
    background-image: linear-gradient(#0092C2, #0092C2 60%, #0092C2) !important;
    background-repeat: no-repeat !important;
}

