html, body{
    padding:0;
    margin:0;
    position:relative;
    font-family: 'OpenSans';
}


* {
    box-sizing: border-box;
}

.pre {
    white-space: pre-wrap;
}

.word-break-all {
    word-break: break-all;
}

.hidden {
    display: none !important;
}

:disabled {
    pointer:default !important;
}

#loading {
position:fixed;
background:#fff;
width:100%;
height:100%;
top:0;
left:0;
z-index:99999;
display:none;
}

.body-422 #loading {
    display: none !important;
}

#loading:before {
content:"";
display:block;
width:40px;
height:40px;
background:url(images/loader.png) 0 0 no-repeat;
position:absolute;
top: 50%;
left: 50%;
margin-left:-20px;
margin-top:-20px;
-moz-animation: spin 5s infinite linear;
-webkit-animation: spin 5s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}


#wrapper {
position:relative;
min-height:100%; 
_height:100%;
}


.auth-page .wrapper{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	overflow:hidden;
	min-height:540px;
}

.auth-page .wrapper .bg{
  min-width:1920px;
	min-height:1079px;
	width:100%;
	height:100%;
	background:url(images/auth_bg.jpg) 50% 50% no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
}

.auth-page form {
width:420px;
background:rgba(255,255,255, 0.67);
padding:10px;
position:absolute;
top:15%;
left:50%;
margin-left:-210px;
margin-bottom:40px;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-ms-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
}

.auth-page form .in{
background:rgba(255,255,255, 0.57);
-webkit-border-radius: 10px;
border-radius: 10px;
height:100%;
padding:35px 35px 145px;
box-sizing:border-box;
position:relative;
}

.auth-page form .in .bottom{
width:100%;
padding:35px;
position:absolute;
bottom:0;
left:0;
box-sizing:border-box;
border-top:1px solid #cadee5;
background:rgba(255,255,255,0.5);
-webkit-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
}

.auth-page form .logo {
margin: 0 auto 42px;
display: block;	
width:188px;
height:71px;
background:url(images/logo.png) 0 0 no-repeat;
position:relative;
}

.auth-page form .logo div{
width:46px;
height:46px;
background:url(images/cogwheel.png) 0 0 no-repeat;
position:absolute;
top: 4px;
left: 13px;
-moz-animation: spin 5s infinite linear;
-webkit-animation: spin 5s infinite linear;
}


.auth-page input[type='text'], .auth-page input[type='password'], .auth-page input[type='submit'], .auth-page input[type='button'],.auth-page button, .auth-page textarea {
box-sizing:border-box;
width:100%;
padding:0 40px 0 15px;
height:40px;
outline:none;
font-weight:400;
font-size:18px;
color:#b1b1b1;
}

label.error {
content:"";
height:25px;
width:25px;
font-size:0;
background:url(images/error.png) 0 0 no-repeat;
position:absolute;
top: 6px;
right: 8px;
}

.auth-page input[type='submit'], .auth-page input[type='button'], .auth-page button, .large-btn {
background:#066ea7;
color:#fff;
border:0;
cursor:pointer;
text-decoration:none;
padding:0 20px;
}

.auth-page input[type='text'], .auth-page input[type='password'] {
background:transparent;	
border:0;
}

.auth-page .input-box {
height:40px;
display:inline-block;
border:1px solid #a2cadf;
width:100%;
margin-bottom:28px;
position:relative;
box-sizing:border-box;
}

.auth-page .input-box {
padding-left:53px;	
}

.auth-page .input-box.text:before, .auth-page .input-box.password:before {
content:"";
position:absolute;
width:16px;
height:20px;
background:url(images/user-ico.png) 0 0 no-repeat;
top: 11px;
left: 19px;
}

.auth-page .input-box.password:before {
background:url(images/pass-ico.png) 0 0 no-repeat;
}

.auth-page .input-box input[type='text'], .auth-page .input-box input[type='password'] {
border-left:1px solid #9f9f9f;
height: 30px;
margin-top: 5px;
}


.siteuserCompany {
    position: relative;
}

.siteuserCompany-list {
    position: absolute;
    top:100%;
    left:50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #2C3E50;
    min-width: 100%;
    padding: 0 20px;
    box-sizing: content-box;
    display:none;
}

.siteuserCompany:hover .siteuserCompany-list {
    display: block;
}

.siteuserCompany-list a{
    display: block;
    white-space: nowrap;
    color:#fff;
    text-decoration: none;
    padding: 10px 0;
}


@media (max-width:1920px) {
	.auth-page .wrapper .bg{
	  top:0;
		left:50%;
		margin-left:-960px;
		margin-top:0;
	}
}

.hidden {
    display: none !important;
}


.text-center, text_align_center {
    text-align: center !important;
}

.text-right, .text_align_right {
    text-align: right !important;
}

.nowrap {
    white-space: nowrap;
}
