html { 
    background-image: none;
    background-repeat:no-repeat;
    
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;    
    background-size: cover;
    
    background-position: center center;
    background-attachment: fixed;
    
    height: 100%;
    width: 100%;
    
}

.hidden {
    display: none;
}

.background-cover {
    position:fixed;
    background-image: none;
    background-repeat:no-repeat;
    
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;    
    background-size: cover;
    
    background-position: center center;
    background-attachment: fixed;    
    left:0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.login_0 {
    background-image: url("../img/login/login.3.jpg");
}
.login_1 {
    background-image: url("../img/login/login.1.jpg");        
}
.login_2 {
    background-image: url("../img/login/login.2.jpg");
}
.login_3 {
    background-image: url("../img/login/login.3.jpg");
}
.login_4 {
    background-image: url("../img/login/login.4.jpg");
}
.login_5 {
    background-image: url("../img/login/login.5.jpg");    
}
.login_6 {
    background-image: url("../img/login/login.6.jpg");    
}
.login_7 {
    background-image: url("../img/login/login.7.jpg");    
}
.login_8 {
    background-image: url("../img/login/login.8.jpg");    
}
.login_9 {
    background-image: url("../img/login/login.9.jpg");    
}
.login_10 {
    background-image: url("../img/login/login.10.jpg");    
}
.login_11 {
    background-image: url("../img/login/login.11.jpg");    
}
.login_12 {
    background-image: url("../img/login/login.12.jpg");    
}
.login_13 {
    background-image: url("../img/login/login.13.jpg");    
}
.login_14 {
    background-image: url("../img/login/login.14.jpg");    
}
.login_15 {
    background-image: url("../img/login/login.15.jpg");    
}
.login_16 {
    background-image: url("../img/login/login.16.jpg");    
}



body{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size:13px;
    padding:0;
    margin:0;	
    display:block;	
    overflow-y:hidden;
    overflow-x: hidden;
}

body.login{
    /* background-color: #EFEFEF; */
    overflow-y: auto;
}

* {
    box-sizing: border-box;
}

div.login {
    position:absolute;
    display:none;
    
    
    width: 30rem;
    
    background-color:#EFEFEF;
    left: 50%;
    margin-left: -225px;
    top: 20%;
    margin-top: 0px;
    
    -webkit-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.30);
}


div.login.focus {    
    -webkit-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.30);
}

/*
@media screen and (max-device-width: 768px) and (orientation: landscape){
    div.login {
        margin: 75px auto;
    }
}
*/
div#request{
    position:absolute;	
    margin-left:-215px;
    top:0px;
    left:9000px;
}


div#content {
    padding:20px;    
}

div.login table{
    width:100%;
    line-height:28px;
}

div.login table td{ 
    padding:5px 10px;
	vertical-align: top;
}

div.login input[type=text],input[type=password], input[type=text]{
    width:100%;    
    box-sizing: border-box;
    outline-color: #3399CC;
}



div.login table.login{
    width:100%;
    border-collapse: collapse;
    box-sizing: border-box;
}
div.login table.login td{
    padding:0;
    margin:0;
    line-height: 40px;    
    vertical-align: top;
}
div.login table.login td div.pw-cnt {
    display: block;
    position:relative;
    width:100%;
}
div.login table.login td div.pw-cnt i {
    position:absolute;
    right: 6px;
    top: 12px;
}
div.login table.login td.recovery-info {
    line-height:20px!important;
}
div.login table.login td p.login-message {
    line-height: 20px;
    color : red;
}
table.login td:first-child{
    width:140px;
}

table.login td.username {
    white-space: nowrap;
    min-width: 140px;
}

span.dialog_title{
    position:relative;
    display:block;
    font-size:150%;
    color: white;
    background-color: #38BCE8;
    padding:0px 20px;
    height: 65px;
}

div.dialog-description {
    line-height: 22px;
}

td.loginmessage{
    font-weight: normal;
    font-size:12px;
    line-height:16px!important;
}

td.mt_1 {
    color: red;
}
/*
.submit_button{
    padding:5px 10px;
}
*/
span.forgot_password{
    margin-right:20px;
}

span.forgot_password a{
    font-size:10px;
}



html.blur {    
    -webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    -o-filter: blur(13px);
    -ms-filter: blur(13px);
    filter: blur(13px);
}

div.cookiepopup {
    position:absolute;    
    left:50%;
    top:100px;
    
    color: black;
    background-color: white;
    padding:10px 20px;   
    padding-top:80px;
    width:450px;    
    margin-left:-225px;
    height:auto;
    
    z-index:20;
    border-radius: 10px;
    background: white url(../img/login-logo-white.png) no-repeat;
}
div.cookiepopup h1 {
    margin-top:0px;
}
div.cookiepopup p {
    line-height:18px;
}

a.btn_accept_cookies {
    display:inline-block;
    height:51px;
    line-height:51px;
    text-decoration: none;
    color: white;
    text-indent: 60px;
    font-size:15px;
    letter-spacing: -0.04em;
    font-weight: 500;
    background: transparent url(../img/bt_ok_cookie.png) no-repeat;
    padding-right:20px;
}

button, input[type=button], input[type=submit] {
    position:relative;
    padding:10px;
    border:1px solid #38BCE8;
    background-color:#38BCE8;
    color: white;
    padding-left:30px;
	
	line-height:14px;
	vertical-align:middle;
        border-radius: 3px;
}

input[type=submit].submit_button {
    padding: 10px;
    background-color: #38BCE8;
    color: white;
}
input[type=submit].submit_button:hover {
    background-color: white;
    color: #38BCE8;
}


button:disabled, input[type=button]:disabled, input[type=submit]:disabled {
    border:1px solid #CCC;
    background-color:#CCC;
    color: white;
}

button:disabled:hover, input[type=button]:disabled:hover, input[type=submit]:disabled:hover {
    border:1px solid #CCC;
    background-color:#CCC;
    color: white;
    cursor:default;
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
    background-color: white;
    color: #38BCE8;
    cursor:pointer;
}

button.noimage, input[type=button].noimage, input[type=submit].noimage {
    padding-left:10px;
}

a.button {
    display: inline-block;
    font-size: 16px;
    position:relative;
    padding:10px;
    border:1px solid #38BCE8;
    background-color:#38BCE8;
    color: white;
    padding-left:30px;
	
    line-height:14px;
    vertical-align:middle;
    text-decoration: none;
        border-radius: 3px;
}
a.button:hover {
    background-color: white;
    color: #38BCE8;
    cursor:pointer;
}

a.button.noimage {
    padding-left: 10px;
}



.right {
    float:right;    
}
.left {
    float:left;
}
input[type=text], input[type=password] {
    border:1px solid #CDCDCD;
    padding:2px;
}
input[type=text].inputerror, input[type=password].inputerror {
    background-color: #FFEEEE;
    border:1px solid red;
}

span.chrome {
	position:absolute;
	left:0px;
	top:0px;
	width:31px;
	height:31px;
	background: transparent url(../img/login/chrome.png) no-repeat;
	text-indent: 40px;
}
span.promotebrowser {
	margin:20px;
	padding-left:40px;
	display:inline-block;
	position:relative;
	line-height:22px;
	
}
div.promote {
	background-color: #F5F5F5;
}

textarea.inp_login_reason {
	margin-top:9px;
	width:270px;
	resize: none;
	border: 1px solid #CDCDCD;
}

p.maintenance {
    position:absolute;
    display: inline-block;
    left:50%;
    top:30px;
    margin-left:-120px;
    width:200px;
    text-align: center;
    padding:20px;
    background-color: red;
    color : white;
    -webkit-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.20);
}

div.login p.dialog_sub_title {
    position:relative;
    width:100%;
    display:block;
    padding:2px 20px;
    margin:0;
    box-sizing: border-box;
    font-size:12px;
    background-color:#32a8cf;
    color:white;
}

p.dialog_sub_title span.version {
    position:absolute;   
    right:20px;
    text-align: right;
    top:3px;
    font-size:10px;
}


span#easyswim_login_logo {
    background: transparent url(../img/logo-white.png) no-repeat;
    max-width:255px;
    min-width:218px;
    height:55px;
    display: inline-block;
}

div.personal-message {
    display: block;
    position:absolute;
    
    width: 30rem;
    left: 50%;
    margin-left: -225px;
    top: calc(20% - 7rem);
    
    background-color: #00cc66;
    
    font-size: 1.5em;
    color: white;
    padding: 1em 2em;
    line-height: 25px;
    
    -webkit-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.20);
}

div.personal-message:hover {
    background-color: #00dd6e;
}
/*
@media only screen and (max-width: 767px) {
    
    div.cookiepopup {   
        width: 90%;
        margin-left:-45%;
    }
    
    div.dialog_title {
        text-align: center;        
    }
    
    div.personal-message {
        width: 90%;
        left: 5%;
        margin-left: 0;
        top: 5%;
        margin-left: 0;
        
    }

    div.login {
        
        width:90%;
        min-height:158px;
        
        left: 5%;
        margin-left: 0;
        top: 0px;
        margin-top: 1rem;

        -webkit-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.30);
        -moz-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.30);
        box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.30);
    }
    
    div.login table.login tr td:first-child {
        width: 100px;
    }

}


@media only screen and (max-width: 812px) {
    
    div.cookiepopup {   
        width: 90%;
        margin-left:-45%;
    }
    
    div.dialog_title {
        text-align: center;        
    }
    
    div.personal-message {
        width: 90%;
        left: 5%;
        margin-left: 0;
        top: 5%;
        margin-left: 0;
        
    }

    div.login {
        
        width:30rem;
        min-height:158px;
        
        left: 50%;
        margin-left: -15rem;
        top: 0px;
        margin-top: 1rem;

        -webkit-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.30);
        -moz-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.30);
        box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.30);
    }
    
    div.login table.login tr td:first-child {
        width: 100px;
    }

}
*/

@media only screen and (max-width: 414px) {
    
    div.login {
        position:relative;
        display: block;
        
        width: 90%;
        left: 0rem;
        margin: 1rem;
        margin-top: 9rem;
       
    }
    
    div.personal-message {
        width: 90%;
        left: 0rem;
        margin: 0rem 1rem;
        margin-top: 1rem;
        top: 0rem;
    }
    
}


div.login input.two-factor-code {
    width: 60px;
}

span.glyphicon {
    margin-left: 10px;
    font-size: 17px;
    top:5px;
    color: var(--accent-text-color);
}

button.glyphiconbuttontext span.glyphicon {
    margin-left: 0px;
    color: white;
}
button.glyphiconbuttontext:hover span.glyphicon {
    color: var(--accent-text-color);
}

.fullwidth { 
    width:100%;
}


div.login-overlay {
    
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-color: black;
    opacity: 0.5;
    z-index:10;
    
}


div.dialog-content-box h1 {
    margin: 0;
}