@font-face { font-family: Nimbus; src: url('../fonts/NimbusSanNovD-Ligh.ttf'); }

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
html, body {
    width: 100%;
    height: 100%;
    font-weight: bold;
    /* font-family: trebuchet ms, verdana, sans-serif; */
    font-family: 'Lato', sans-serif;
    margin: 0px 0px 0px 0px;
}

#loginBox {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: 1px solid;
    width: 340px;
    height: 600px;
    background-color: #E8EBF0;
    font-family:  Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Verdana,sans-serif !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#resetBox {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: 1px solid;
    width: 340px;
    height: 600px; 
    background-color: #E8EBF0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

form {
    margin-top: 10%
}

#user_name {
    background-color: white;
    height: 40px;
    width: 300px;
}

fieldset {
    border: none !important;
}

#backtologin {
    background-color: #0084a9;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
}

#box {
    display: block;
    text-align: center;
}

#loginBox img{
    width: 280px;
    max-height: 150px;
}
.displayMessage img{
    height: 50px;
}
#unAuthBox {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: 1px solid;
    width: 500px;
    height: 250;
    background-color: #E8EBF0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#unAuthBox h1{
    font-size: 28px;
}

/* #loginForm {
    display: block;
    margin-top: 0em;
    text-align: center;
    font-weight: bold;
    font-family: trebuchet ms, verdana, sans-serif;
} */

.login_input span {
    height: 60px;
    text-align: left !important;
}

#user_password {
    background-color: white;
    height: 40px;
    width: 300px;
}

#user_password_reset{
    background-color: white;
    height: 40px;
    width: 300px;
}
#user_password_reset_confirm {
    background-color: white;
    height: 40px;
    width: 300px;
}

#user_email {
    background-color: white;
    height: 40px;
    width: 300px;
}

#user_pin {
    background-color: white;
    height: 40px;
    /* width: 300px;   */
}

#logIn, #forgotPassword {
    text-align: center !important;
    margin-top: 10%;
    height: 60px;
    width: 300px;
    background-color: #0084a9;
    color: white;
}

/* .inputLogin {
    display: block;
    margin-left: auto;
    margin-right: auto;
} */

.loginBoxSubmit {
    margin-left: auto !important;
    margin-right: auto !important;
}

#logoutButton {
    /* margin-left: 0px; */
    /* position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
    text-align: center !important;
    margin-top: 12% !important;
    height: 60px!important;
    width: 300px !important;
    background-color: #0084a9 !important;
    color: white !important;
}

#error {
    font-size: 40px;
}

#backIcon {
    position: relative;
    top: 5px;
    background-image: url("../images/firstPage.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-bottom: 0px;
    text-decoration: none;
}

#userNamePinLogin {
    display: none;
}

.login_input {
    height: 60px;
    margin-bottom: 5%
}

.inputLogin {
    height: 60px;
    margin-bottom: 5%;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400px;
    /* display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    background-color: rgb(250, 255, 189);
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    padding: .5em .6em;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px; */
}

#redirect, #redirectOid, #csrf_token {
    display: none;
}

#forgotpassword_link {
    all: unset;
    cursor: default;
    color: #0084a9;
    /* text-align: right; */
    font-size: small;
}

.forgotPassword {
    text-align: right;
}
#logIn, a, #reset_pass_submit, #forgotPasswordCancel, #forgotPassword, #displayMessage {
    text-align: center !important;
    position: fixed;
    /* top: 80%; */
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 60px;
    width: 300px;
    background-color: #0084a9;
    color: white;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400px;
}

#forgotPassword {
    top: 75%;
}

#forgotPassForm, #displayMessageForm {
    margin-top: 5%;
}

#forgotPasswordCancel {
    top: 92%;
    background-color:lightgray;
    color: black;
}


#resetBox #reset_pass_submit {
    top: 89%;
}

.displayMessage {
    text-align:center;
    margin:0 20px 0 20px;
    line-height:120%;
}

.displayMessageButton {
    margin-top: 10%;
    margin-bottom: 5%;
}

a {
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    color: white;
    line-height: 50px;
    margin-top: -34px;
}

#error {
    margin-top: 10%;
    font-size: 25px;
}

.unauthMainContent, .navErrorMainContent {
    text-align: center;
}
            
#mainContent {
    background-color: white;
    background-image:url("../images/PX_Connect_Background_Gradient.png");
    background-position: right;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    width: 100%;
    /* min-height: 520px; */
    min-height: 100vh;
    height: 100%;
    margin-top: 0%;
}

#logoImage {
    height: 20%;
    width: 100%;
    min-height: 150px;
    position: relative;
    top: 47%;
    text-align: center;
}

#logoImage img {
    min-height: 150px;
    height: 100%;
}

#user_password_reset:invalid, #user_password_reset_confirm:invalid {
    outline: none !important;
    border: 1px solid red;
    -moz-box-shadow: 0 0 3px 1px red;
    -webkit-box-shadow: 0 0 3px 1px red;
    box-shadow: 0 0 3px 1px red;
    border-radius: 0;
}

#togglePassword {
    float: right;
    margin-left: -25px;
    margin-top: 15px;
    position: fixed;
    z-index: 2;
}

#toggleSection {
    margin-top: 70px;
    float: left;
}

#login-redirect-message {
    text-align: center; 
    font-size: 20px; 
    color: #3e75b7;
    margin: 20px 10px;
    padding-top: 30px;
}

#login-redirect-button {
    color: white;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400px;
    background-color: #3373B9;
    height: 60px;
    width: 300px;
    margin: auto;
    margin-top: 30px;
    cursor: pointer;
}
