html {
    font-size: 62.5%;
    letter-spacing: -0.1px;
    line-height: 1.4;
}

body, body #main, html {
    overflow: hidden !important;
}

body, html {
    background: #fff none repeat scroll 0 0;
    color: rgba(0, 0, 0, 0.87);
    height: 100%;
    min-height: 100%;
    position: relative;
}

body {
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
}

#main{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.layout{
    height: 100%;
    max-height: 100%;
    position: relative;
}

.main-content{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgb(245, 245, 245);
    color: rgba(0, 0, 0, 0.87);
}

#login-content {
    background: rgb(245, 245, 245) url("/public/images/bg-login.jpg") no-repeat scroll 0 0;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    background-position: left bottom;
}

.login-intro{
    padding: 128px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 308px;
}

.login-logo {
    margin-bottom: 32px;
    text-align: center;
    width: 100%;
    max-width: 320px;
}

.login-logo img{
    width: 100%;
    height: 100%;
}

.login-logo-title{
    font-size: 42px;
    font-weight: 300;
}

.login-logo-description{
    font-size: 14px;
    max-width: 600px;
    padding-top: 8px;
}

.login-form-wrapper{
    background: #fff none repeat scroll 0 0;
    height: 100%;
    max-width: 416px;
    min-width: 416px;
    width: 416px;
    overflow: hidden !important;
    position: absolute;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    top: 0;
    right: 0;
}

.login-form{
    padding: 128px 48px 48px;
}

.login-form .login-form-title{
    font-size: 21px;
}

.login-form .login-form-description{
    padding-top: 8px;
}

.fieldset-login{
    padding-top: 32px;
    text-align: left;
    font-size: 1.6rem;
}

.fieldset-login label.control-label{
    margin-bottom: 4px;
}

@media(max-width:924px){
   .login-form-wrapper{
      max-width: 100%;
      min-width: 100%;
      width: 100%;
      z-index: 1;
   }
   
   .login-form{
       padding-top: 210px;
   }
   
   .login-form .login-form-title{
       text-align: center;
    }
    
   .login-form .login-form-description{
       text-align: center;
    }
   
  .login-intro{
      padding: 20px;
      padding-top: 60px;
      right: 0;
      bottom: auto;
      text-align: center;
      z-index: 2;  
    }  
  
    .login-intro .login-logo{
        margin: auto;
        text-align: center;
    }  
    
    .login-intro .login-logo-title{
        display: none;
    }  
    
    .login-intro .login-logo-description{
        display: none;
    }  
}
