body.login_page {
/*  background: url(./images/wallpapers/our-blue-planet-1920x1200-wallpaper-12676.jpg); */
    background-size: cover;    
} 


body.login_page:after {
    content: ''; 
    position: absolute; 
    left: 0px; 
    top: 0px;
    width: 100%; 
    height: 100%; 
    opacity: 0.9; 
    background: #000;
    
}


.login-center
{   
    position: absolute;
    top:50%; height:350px; margin-top:-170px;    
    width: 100%;  
    left: 0;     
    padding: 0px 30px;
    box-sizing: border-box;
}

.login-form-section {
    background: #e9e9e9 ; 
    position: fixed; 
    width: 33%;
    height: 100%; 
    left: 0px; 
    top: 0px;
    z-index: 2;
} 


.login-content-section {
    left: 33%;
    width: 67%;
    box-sizing: border-box;
    height: 100%;  
    top: 0px;  
    color: #FFF;
    z-index: 2;
    position: absolute;
    padding: 110px 30px 30px;
}


.login-content-section h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.login-content-section h1 i {
    color: #3383bb;
}

.login-content-section p {
    
    font-size: 13px;
    margin-bottom: 20px;
} 


.login-footer {
    position: absolute; 
    left: 0px;
    bottom: 0px;  
    width: 100%;
    text-align: center;  
    box-sizing: border-box;
    padding: 0px 30px;
    background: #000;
    
}

.login-footer ul {     
    padding: 20px 0px 20px;
    list-style-type: none; 
    display: block;  
    border-top: 1px solid #000;  
} 

.login-footer ul li {
    display: inline-block;
    padding: 0px 10px;
    line-height: 16px;
} 

.login-footer ul li a {
     color: #3383bb;
     text-decoration: none;
     
} 

.login-footer ul li a:hover {
    color: #fff;
}

.login-footer ul li a i {
    font-size: 14px; 
    margin-right: 5px; 
    float: left;    
}


.login-form-content {
    display: block;
} 

.login-form input {
    display: block;
    width: 100%;
    margin-bottom: 15px; 
    box-sizing: border-box; 
    border-width: 0px 0px 1px 0px;
    border-color: #666;
    height: 30px; 
    line-height: 26px; 
    font-size: 18px;
    color: #000;  
    padding: 2px 10px;
    background: none;
    
}


.login-form .login-button {
    width: 100%; 
    display: block;
    text-align: center;
    padding: 5px;
    background: #3383bb;
    border: 0px;  
    color: #000;  
    line-height: 36px;  
    box-sizing: border-box;
    font-size: 16px; 
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 15px;
}


.login-form .login-button i {
    margin-right: 10px; 
    font-size: 24px;
    float: right;
}

.login-form .login-button:hover {
    background: #666;      
} 



.login-form h1 {
    font-size: 24px;   
    overflow: auto; 
    margin-bottom: 0px;
} 

.login-form h1 i {
    font-size: 30px;
    float: left;
    margin-right: 10px;    
}

.login-form .welcome-msg {
    font-size: 13px; 
    color: #666;
    margin-bottom: 25px;  
} 

.keep-me-logged-in i {
    visibility: hidden;  
    font-size: 24px; 
    float: left;
    padding-right: 2px;
}

.keep-me-logged-in.active i {
    visibility: visible;
    
}

.login-options a {
    line-height: 24px;
    font-size: 11px; 
    display: inline-block; 
    text-decoration: none;  
    color:  #000;    
    padding-right: 5px;
}


.login-options a:hover {
    color: #000;
}

.login-loading {
    text-align: center; 
    color: #ccc;  
    font-size: 30px;
    padding-bottom: 20px;
} 

.login-form .ui-state-error {
    margin-bottom: 20px; 
    border: none; 
    background: #C30;
    color: #FFF;
}


.embed-responsive.home-youtube {
  position: fixed ;
  display: block;     
  padding: 0;
  overflow: hidden;
  top: 0px; 
  left: 200px; 
  right: 0px;
  bottom: 0px; 
  background: #000; 
  z-index: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



a.logo-client {    
    position: absolute;
    top: 35px;  
    left : 50%;
    transform: translateX(-50%);
    text-decoration: none;             
}

a.logo-client img {      
       width: 300px;
       height: auto;   
}

div.logo-nexy {    
    position: absolute;
    top: -15px;
    left: 3px;
    text-decoration: none;
    width: 300px;
    height: 150px;
    background-image: url('/images/nexy.svg');
    background-size: 500%;
    background-position-y: center;
    background-position-x: center;
}


div.logo-nexy + h1 {display: none;}



.chzn-container .chzn-choices .search-field input{
    font-size: 11px;
    padding: 0px 5px 5px 5px;
}

.adjuster-register-form{
    overflow-y: auto!important;
}

.version {
    position: absolute;
    bottom: 20px; 
    left: 0px; 
    right: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #909090;
    line-height: 20px;
    text-align: center;
    
    .tag {
        margin-left: 5px;
        color: #333;
    }
}