@charset "UTF-8";
/* Login Form CSS
Author: Maxv
*/

/*


*/
#container__2020 {
    max-width:100% !important;
}
#loginPage {
   /* display:flex;
    align-items:center;
    justify-content:center;*/
    overflow:auto;
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: right;
    display:flex;
    padding:90px 0 20px 0;
    box-sizing:border-box;
}
#loginPage.login-bg1 {
    background-image:url(../common/signup/images/bg-jhudora.png);
}
#loginPage.login-bg2 {
    background-image:url(../common/signup/images/bg-space.png);
}
#loginPage.login-bg3 {
    background-image:url(../common/signup/images/bg-star.png);
}

.username-recovery h2, .resetPassword-form h1 {
    text-align:center;
    margin:-20px auto 10px;
    width:90%;
    max-width:200px;
    color:#fed123;
    font-family: "Cafeteria", 'Arial Bold', sans-serif; /* PLACEHOLDER */
    letter-spacing: 0.5pt;
    border-image-slice:29 22 29 22 fill;
    border-image-width:29px 22px 29px 22px;
    border-image-outset:0px 0px 0px 0px;
    border-image-repeat:stretch stretch;
    box-sizing:border-box;
    padding:10px;
}

#loginPage.login-bg1 .username-recovery h2, #loginPage.login-bg1 .resetPassword-form h1 {
    border-image-source:url(../common/signup/images/header-jhudora.svg);
}
#loginPage.login-bg2 .username-recovery h2, #loginPage.login-bg2 .resetPassword-form h1 {
    border-image-source:url(../common/signup/images/header-space.svg);
}
#loginPage.login-bg3 .username-recovery h2, #loginPage.login-bg3 .resetPassword-form h1 {
    border-image-source:url(../common/signup/images/header-star.svg);
}

#loginPage .login-form-wrapper {
    width:100%;
    height:100%;
    position:relative;
}

.login-form, .username-recovery, .resetPassword-form {
    position:relative;
    margin:auto;
    border-radius:15px;
    width:90%;
    height:auto;
    max-width:480px;
    padding:10px;
    box-sizing:border-box;
    -webkit-box-shadow: 0px 5px 8px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 8px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 8px 3px rgba(0,0,0,0.5);
}

@media screen and (min-width:1000px) {
    .login-form, .username-recovery, .resetPassword-form {
        margin-left:25%;
    }
}

#loginPage.login-bg1 .login-form, #loginPage.login-bg1 .username-recovery, #loginPage.login-bg1 .resetPassword-form, .login-popup.login-bg1, .login-popup.login-bg1 input, .login-popup.login-bg1 .popup-header__2020, .login-popup.login-bg1 .popup-body__2020 {
    background-color: rgba(132,90,178,0.9);
    border:3px solid #4e2e78;
}

#loginPage.login-bg2 .login-form, #loginPage.login-bg2 .username-recovery, #loginPage.login-bg2 .resetPassword-form, .login-popup.login-bg2, .login-popup.login-bg2 input, .login-popup.login-bg2 .popup-header__2020, .login-popup.login-bg2 .popup-body__2020 {
    background-color: rgba(107,121,131,0.9);
    border:3px solid #414a51;
}

#loginPage.login-bg3 .login-form, #loginPage.login-bg3 .username-recovery, #loginPage.login-bg3 .resetPassword-form, .login-popup.login-bg3, .login-popup.login-bg3 input, .login-popup.login-bg3 .popup-header__2020, .login-popup.login-bg3 .popup-body__2020 {
    background-color: rgba(49,50,113,0.9);
    border:3px solid #131c43;
}

.login-form h2, .username-recovery h3, .resetPassword-form h2 {
    color:#fff;
    text-align:left;
    width:90%;
    margin:5px auto;
    font-family: "Cafeteria", 'Arial Bold', sans-serif; /* PLACEHOLDER */
    letter-spacing: 0.5pt;
    font-size:18pt;
}

.login-form p {
    text-align:center;
    color:#fff;
    width:90%;
    margin:10px auto;
    font-family: "Cafeteria", 'Arial Bold', sans-serif; /* PLACEHOLDER */
    letter-spacing: 0.5pt;
    font-size:14pt;
}

.login-form .showpassword, .login-form .resetPassword-form .showpassword {
    display: flex;
    align-items: center;
}

.login-form .showpassword-text, .login-form .resetPassword-form .showpassword-text {
    font-family: "Cafeteria", 'Arial Bold', sans-serif; /* PLACEHOLDER */
    letter-spacing: 0.5pt;
}

#loginPage.login-bg1 .login-form h2, #loginPage.login-bg1 .login-form p, #loginPage.login-bg1 .login-form .showpassword-text, #loginPage.login-bg1 .username-recovery h3, #loginPage.login-bg1 .resetPassword-form h2, #loginPage.login-bg1 #usernameFrozen .bold-msg {
    color:#dfc6fa;
}
#loginPage.login-bg2 .login-form h2, #loginPage.login-bg2 .login-form p, #loginPage.login-bg2 .login-form .showpassword-text, #loginPage.login-bg2 .username-recovery h3, #loginPage.login-bg2 .resetPassword-form h2, #loginPage.login-bg2 #usernameFrozen .bold-msg {
    color:#c8ddef;
}
#loginPage.login-bg3 .login-form h2, #loginPage.login-bg3 .login-form p, #loginPage.login-bg3 .login-form .showpassword-text, #loginPage.login-bg3 .username-recovery h3, #loginPage.login-bg3 .resetPassword-form h2, #loginPage.login-bg3 #usernameFrozen .bold-msg {
    color:#899cea;
}
#loginPage .login-form input[type=checkbox], #loginPage.login-bg3 .resetPassword-form input[type=checkbox] {
    -webkit-appearance:none;
    appearance:none;
}
#loginPage .login-form .passwordCheckbox, #loginPage .resetPassword-form .passwordCheckbox {
    border-radius:3px;
    width: 20px;
    height: 20px;
    outline: none;
    margin-right:10px;
    position:relative;
}
#loginPage .login-form .passwordCheckbox:checked:after, #loginPage .resetPassword-form .passwordCheckbox:checked:after {
    content: '';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(../common/signup/images/checkmark.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}
#loginPage.login-bg1 .login-form .passwordCheckbox, #loginPage.login-bg1 .resetPassword-form .passwordCheckbox {
    border:2px solid #313271;
    background-color:#c5bffc;
}
#loginPage.login-bg2 .login-form .passwordCheckbox, #loginPage.login-bg2 .resetPassword-form .passwordCheckbox {
    border:2px solid #313271;
    background-color:#bbd5eb;
}
#loginPage.login-bg3 .login-form .passwordCheckbox, #loginPage.login-bg3 .resetPassword-form .passwordCheckbox {
    border:2px solid #313271;
    background-color:#7e7ecc;
}

#loginPage .login-button, #loginPage .usernamerecovery-button, #loginPage .resetPassword-button {
    /*border-image-slice:30 24 30 24 fill;
    border-image-width:30px 24px 30px 24px;
    border-image-outset:0px 0px 0px 0px;
    border-image-repeat:stretch stretch;
    border-image-source:url(../common/signup/images/login-button.svg);
    padding:10px;
    background: unset;*/ /* Updated 07.2022 Dinah C */
    box-sizing:border-box;
    display:block;
    margin:15px auto;
    width:160px;
    max-width:90%;
    font-family: "Cafeteria", 'Arial Bold', sans-serif; /* PLACEHOLDER */
    font-size: 22pt;
    outline:none;
	cursor: pointer;
	padding: 10px 0 10px 0;
	border: none;
	background: #f6e250;
	background: -webkit-linear-gradient(#ebb233,#f6e250,#ebb233);
	background: -moz-linear-gradient(#ebb233,#f6e250,#ebb233);
	background: linear-gradient(#ebb233,#f6e250,#ebb233);
	border-radius: 15px;
	-webkit-box-shadow: inset 0 3px 0 2px rgba(253,249,220,1), /* Top Shine */
		inset 0 -3px 0 2px rgba(196,124,25,1), /* Bottom Shadow */
		0 0 0 4px rgba(0,0,0,.5); /* black outside border */
	-moz-box-shadow: inset 0 3px 0 2px rgba(253,249,220,1), /* Top Shine */
		inset 0 -3px 0 2px rgba(196,124,25,1), /* Bottom Shadow */
		0 0 0 4px rgba(0,0,0,.5); /* black outside border */
	box-shadow: inset 0 3px 0 2px rgba(253,249,220,1), /* Top Shine */
		inset 0 -3px 0 2px rgba(196,124,25,1), /* Bottom Shadow */
		0 0 0 4px rgba(0,0,0,.5); /* black outside border */
}
#loginPage .login-button:hover, #loginPage .usernamerecovery-button:hover, #loginPage .resetPassword-button:hover {
    /*border-image-source:url(../common/signup/images/login-button-hover.svg);*/
	background: #ffff54;
	background: -webkit-linear-gradient(#ffd328,#ffff54,#ffd328);
	background: -moz-linear-gradient(#ffd328,#ffff54,#ffd328);
	background: linear-gradient(#ffd328,#ffff54,#ffd328);
	border-radius: 15px;
	-webkit-box-shadow: inset 0 3px 0 2px rgba(255,255,243,1), /* Top Shine */
		inset 0 -3px 0 2px rgba(234,143,9,1), /* Bottom Shadow */
		0 0 0 4px rgba(0,0,0,.5); /* black outside border */
	-moz-box-shadow: inset 0 3px 0 2px rgba(255,255,243,1), /* Top Shine */
		inset 0 -3px 0 2px rgba(234,143,9,1), /* Bottom Shadow */
		0 0 0 4px rgba(0,0,0,.5); /* black outside border */
	box-shadow: inset 0 3px 0 2px rgba(255,255,243,1), /* Top Shine */
		inset 0 -3px 0 2px rgba(234,143,9,1), /* Bottom Shadow */
		0 0 0 4px rgba(0,0,0,.5); /* black outside border */
}
#loginPage .login-button:active, #loginPage .usernamerecovery-button:active, #loginPage .resetPassword-button:active {
    /*border-image-source:url(../common/signup/images/login-button-down.svg);*/
	background: #ebb233;
	background: -webkit-linear-gradient(#f6e250,#ebb233,#f6e250);
	background: -moz-linear-gradient(#f6e250,#ebb233,#f6e250);
	background: linear-gradient(#f6e250,#ebb233,#f6e250);
	border-radius: 15px;
	-webkit-box-shadow: inset 0 3px 0 2px rgba(253,249,220,1), /* Top Shine */
		inset 0 -3px 0 2px rgba(196,124,25,1), /* Bottom Shadow */
		0 0 0 4px rgba(0,0,0,.5); /* black outside border */
	-moz-box-shadow: inset 0 3px 0 2px rgba(253,249,220,1), /* Top Shine */
		inset 0 -3px 0 2px rgba(196,124,25,1), /* Bottom Shadow */
		0 0 0 4px rgba(0,0,0,.5); /* black outside border */
	box-shadow: inset 0 3px 0 2px rgba(253,249,220,1), /* Top Shine */
		inset 0 -3px 0 2px rgba(196,124,25,1), /* Bottom Shadow */
		0 0 0 4px rgba(0,0,0,.5); /* black outside border */
}

#loginPage .login-form input[type=text], #loginPage .login-form input[type=password], #loginPage .username-recovery input[type=text], #loginPage .resetPassword-form input[type=text], #loginPage .resetPassword-form input[type=password] {
    width:90%;
    display:block;
    margin:10px auto;
    border:unset;
    border-radius:10px;
    min-height: 25px;
    overflow:hidden;
    background-color:#fff;
    -webkit-box-shadow: inset 3px 3px 0px 0px rgba(204,204,204,1);
    -moz-box-shadow: inset 3px 3px 0px 0px rgba(204,204,204,1);
    box-shadow: inset 3px 3px 0px 0px rgba(204,204,204,1);
    font-family: "MuseoSansRounded700", 'Arial Bold', sans-serif;
    padding: 0 10px 0 10px;
    box-sizing:border-box;
    outline:none;
}

#loginPage .login-form .password-header {
    width:90%;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}



#loginPage .login-form .password-header h2 {
    margin:5px 0;
    width:unset;
}

#loginPage .form-desc, #loginPage .form-footer {
    color:#fff;
    width:90%;
    margin:10px auto;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    letter-spacing: 0.5pt;
    font-size:14pt;
}

#loginPage .form-footer {
    text-align:center;
}

.login-form a, .username-recovery a, .resetPassword-form a, .login-popup a {
    text-decoration:none;
    color:#fedb29;
    font-family: "Cafeteria", 'Arial Bold', sans-serif; /* PLACEHOLDER */
    letter-spacing: 0.5pt;
}
#validateUsername, #validatePassword, #usernameRecoveryError, #usernameRecoverySuccess, #validateEmail {
    width:90%;
    margin:auto;
}
#validateUsername p, #validatePassword p, #validateEmail p {
    color:#ff191d !important;
    font-size: 10pt;
    font-family: "MuseoSansRounded700", 'Arial Bold', sans-serif;
    text-align: left !important;
}
#usernameRecoveryError p {
    color:#ff191d !important;
    font-size: 10pt;
    font-family: "MuseoSansRounded700", 'Arial Bold', sans-serif;
    text-align: center;
}
#usernameRecoverySuccess {
    font-size: 10pt;
    font-family: "MuseoSansRounded700", 'Arial Bold', sans-serif;
    text-align: center;
}

#loginPage .next-button {

}

#loginPage .disabled {
    filter:grayscale(1);
}

@media screen and (max-width: 750px) {
	.nav-bottom-out__2020 {
	  display: none !important;
	}
	.footer__2020 {
		margin-bottom: 0 !important;
	}
}