/**********Login page***************/

body {
  background-image: linear-gradient(rgb(38, 38, 38), rgba(0, 0, 0, 0.56) ), url("../images/login.jpeg");
  background-repeat: no-repeat;
  height: 100%;
  background-position: 50% 100%;
  background-size: cover;
}

font {
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: #e6e6e6;
}
::-webkit-scrollbar-thumb {
    border-radius: 12px;
    border: 4px solid rgba(255,255,255,0);
    background-clip: content-box;
    _background-color: #bfbfbf;
    background-color: rgba(85, 105, 138, 0.42);
	border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    _background-color: #f0f0f0;
	background-color: #f7f7f7;
}

body,.p, th, p, td, input, a {
    font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif' !important;
	}
h2 span {
     font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif' !important;
	 font-size: 10px;
}

pre {
    font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif' !important;
}


.logintxt span{
    display: none;
}

.logintxt {
    font-weight: normal !important;
    padding-top: -9px !important;
	padding: 0px !important;
    color: #616161;
    /* position: absolute; */
}

.login-text{
	text-align:left !important;
	padding-bottom: 4px !important;
    padding-left: 8px;
    font-family: Arial !important;
    border-bottom: 2px solid #eb7c20 !important;
	border-right: 0px !important;
    text-transform: uppercase;
    color: #565555;
    font-size: 16px !important;
    font-weight: normal !important;
}

.loginforgot{
	float:right;
	background: url('../../../img/home/forgtpass.png');
	background-position: 0px 16px;
    background-repeat: no-repeat;
}

.loginforgot a:link {
    color: #f24537!important;
    padding-top: 20px !important;
    float: left;
    text-decoration: none;
	padding-left: 19px;
	font-size:10px;
}

#wait {
	float: left;
    width: 400px;
    margin: 10px 0;
    color: #616161;
    text-align: center;
}

table{
	border-spacing: 0px !important;
	background: none;
}

.login-table{
	background-color: none !important;
	/*border-bottom:1px solid #ffffff !important;*/
}

.topright_txt {
	color: #ffffff;
	font-weight:normal !important;
}

/* -------------------------------------------------- */

#login-container, #login-container-xl {
    position: absolute;
    top: 0; right: 0; bottom: 70px; left: 0;
    width: 500px;
    height: 500px;
    margin: auto;
}
#login-container-xl {
    width: 900px;
}
#login-box, #login-box-xl {
    width: 400px;
    padding: 50px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    border-top: solid 10px #1976d2;
}
#login-box-xl {
    width: 800px;
}
#login-small-print {
    width: 860px;
}
#login-logos {
    width: 400px;
    height: 50px;
    /* text-align: center; */
    display: flex;
}
#login-logo-access, #login-logo-client, .logos-divider {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#login-logo-access {
    /* width: 152px; */
    background-image: url('../images/logo-system.png');
}
#login-logo-access.vanilla {width: 100%;}
.logos-divider {
    width: 40px;
    background: url('../images/logo-plus.png') no-repeat center center;
}

#motd-wrapper {
    /*background: cornsilk;*/
    float: right;
    width: 270px;
    height: 75%;
    max-height: 375px;
    /*height: 300px !important;*/
    padding: 0 25px 0 50px;
    border-left: solid 1px #eee;
    font-size: 14px;
    line-height: 20px;
    overflow-y: auto;
}
#motd-heading {
    font-family: 'Roboto Bold', 'Roboto', 'Helvetica', 'Arial', 'sans-serif' !important;
    font-size: 18px;
    font-weight: bold;
}

#motd-wrapper h1 font:first-child  {
	font-size: 18px;
}

#login-form {
    width: 400px;
}
#blurb {
    width: 320px;
    margin: 40px;
    font-size: 15px;
    text-align: center;
}
#login-userid-field, #passwordorig {
    width: 400px !important;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
	border: 1px solid #ddd;
}
#JURIS_LOGIN_SUBMIT {
    width: 100%;
    height: 50px;
    margin: 10px 0;
    background: #1976d2;
    border: 0;
    color: #fff;
    font-size: 16px;
    transition: background .5s ease;
    cursor: pointer;
}
#JURIS_LOGIN_SUBMIT:hover {
    background: #2196f3;
    transition: background .5s ease;
}

#pwd-recovery {
    margin: 5px 0;
    text-align: center;
}
#pwd-recovery a {color: #616161; font-size: 10pt; text-decoration: none;}
#pwd-recovery a:hover {color: #1976d2;}

.helpdesk-contact, .login-footer {
    width: 300px;
    font-family: 'Roboto Light', 'Roboto', 'Helvetica', 'Arial', 'sans-serif' !important;
    padding: 10px 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: .5pt;
}

.login-footer {
    width: 300px;
    position: relative;
    float: right;
    text-align: right;
}

input[type=password], textarea{
	margin: 5px 1px 3px 0;
}

/* reCAPTCHA */

#captcha {
    margin: 8px 0;
    padding: 15px;
    background-color: #f6f9f9;
    border: 1px solid #e9ecec;
    border-radius: 5px;
    text-align: center;
}

#captcha > div {
    display: inline-block;
}

#login-box, #login-box-xl {
    padding: 30px;
}

.reset-password {
    font-weight: normal;
}