/* login page styles */
html {
    height: 100%;
    background-color: #2C2C2C;
}
html, body{
    margin:0px;
    padding:0px;
}
body{
    font-family: Calibri, Tahoma, sans-serif;
    min-height: 100%;
    font-size: 12px;
}
#login-page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 440px;
    height: 226px;
}
#login-box {
    font-size: 12px;
    height: 90%;
    background-color: #ECECEC;
    -webkit-box-shadow: 0 0 80px rgba(255,255,255,.5);
    -moz-box-shadow: 0 0 80px rgba(255,255,255,.5);
    box-shadow: 0 0 80px rgba(255,255,255,.5);
}
#login-box .header {
    background: #0a578b;
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    line-height: 68px;
    padding: 0 15px;
}
#login-box form {
    padding: 25px 18px 0;
}
#login-box .controls-set {
    margin-bottom: 2px;
}
#forgot_link,
#login-box .controls-set.checkbox {
    margin-left: 130px;
}
#login-box [type="password"],
#login-box [type="text"] {
    margin-left: 5px;
    width: 120px;
    height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    font-size: 12px;
}
#login-box [type="checkbox"] {
    margin-right: 5px;
}
#login-box label {
    text-align: right;
    display: inline-block;
    min-width: 124px;
    line-height: 24px;
    font-size: 12px;
}
#login-box .checkbox label {
    min-width: auto;
}
#login-copyright {
    height: 10%;
    color: #ffffff;
    text-align: center;
    line-height: 2;
}
input.type-text,
input.type-password,
input[type="text"],
input[type="password"] {
	height:23px;
    line-height:18px;
}

.magnifier{
	font:bold 14px Arial, sans-serif;
	color:#034B82;
	margin-bottom:4px;
}

#login-box .dark-btn {
	border: 0px solid #FFFFFF;
    background: #0e76bc;
	color:#fff;
	padding:1px 7px 3px 7px;
	font-size:13px;
	font-family: Calibri, Tahoma, sans-serif;
	text-align: center;
	width: 75px;
    cursor: pointer;
}
#login-box a.dark-btn {
	text-decoration: none;
	display: block;
	margin-top: 25px;
}
.controls-set .dark-btn {
    margin-left: 5px;
}
#error_text {}
#message_text {color: #656053 !important;}
#error_text:not(:empty),
#message_text:not(:empty) {
	display: block;
	/*padding-top: 15px;*/
	margin-bottom: -15px;
}

#login-box{

    width:440px;
    margin:0px;
    padding-bottom: 10px;
    min-height: 270px;

}
#login-outer{}
#login-inner{font-size:12px; padding: 25px 18px;}

#authUserInfo{
    font-size: 12px;
}

#authUserInfo .info{
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

.auth-header-info{
    font-size: 16px;
    text-align: center;
    color: green;
    margin: 20px;
}

#authUserInfo .auth-line-info{
    margin: 10px;
}

#double_auth_form {
    display: flex;
    justify-content: center;
}
#double_auth_form a{
    color: #4F88C7;
}
#double_auth_form .double_auth_message{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 15px;
    margin-bottom: 5px;
    font-size: 12px;
}

#double_auth_form .double_auth_targets{
    display: flex;
    flex-direction: column;
}
#double_auth_form .double_auth_targets .double_auth_target{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    line-height: 15px;
    text-decoration: none;
}

#double_auth_form .double_auth_targets .double_auth_target a{
    text-decoration: none;
    font-size: 12px;
}

#double_auth_form .double_auth_targets .double_auth_target label{
    cursor: pointer;
}
#double_auth_form .double_auth_targets .double_auth_target input{
    margin-right: 5px;
}
#double_auth_form .double_auth_code_input{
    width:180px;
    padding-left: 3px;
    margin: 0 15px;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #95abc1;
    background-color: #ececeb;
    text-align: center;
}
#double_auth_form .double_auth_buttons{
    display: flex;
    justify-content: space-around;
}
#double_auth_form .double_auth_back{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    line-height: 15px;
    justify-content: center;
}
#double_auth_form .double_auth_back a{
    text-decoration: none;
}
#double_auth_form .button2{
    width:80px
}
.check_remember_box{
    margin-top: 65px;
}
.check_remember_box .check_remember_text{
    margin-bottom: 10px;
    font-size: 12px;
}
#double_auth_form input[type="button"],
.check_remember_box input[type="button"]{
    border: 0px solid #FFFFFF;
    background: #0e76bc;
    color: #fff;
    padding: 1px 7px 3px 7px;
    font-size: 13px;
    font-family: Calibri, Tahoma, sans-serif;
    text-align: center;
    width: 75px;
    cursor: pointer;
}
