
/* ======================================= *\
            Login
/* ======================================= */

html {
  background: url(../images/layout/naas-login-page.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {background:none;}

.login-panel {
    background-color: #e9e9e9;
    background: url(../images/layout/login-panel-bg.png) no-repeat;
    padding-bottom: 30px;
    background-size: 100% 100%;
}

.transperant-login-panel{
    background-color: black;
    background: url(../images/layout/login-panel2_1.png) no-repeat;
    padding-bottom: 30px;
    background-size: 100% 100%;
}

.log-in {
  margin-top: 8%;
}

.log-in .login-logo {
    margin: 15px 0 0 0;
    width: 100%;
    position: absolute;
    top: -170px;
    left: 17px;
    max-width: 100px;
}

.log-in-app-title {
  margin-bottom: 120px;
  font-size: 23px;
  color: white;
}

.log-in .btn-login {
    width: 100%;
    margin-top:18px;
}

.log-in input[type="checkbox"] {
    width: 18px;
    margin: 0;
    display: inline-block;
}

.btn-hideshow {
    color: #555555;
    font-size: 1.2em;
    padding: 8px;
    position: absolute;
    right: 15px;
    top: 1px;
    cursor: pointer;
}

.btn-hideshow:hover {
    color: #4884c2;
}

.login-message .message-info, 
.login-message .message-failure{
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 0 0 0 #555555;
    -moz-box-shadow: 0 0 0 0 #555555;
    box-shadow: 0 0 0 0 #555555;
    font-size: 14px;
    font-size: 1.456rem;
    margin-right: 0;
    margin-left: 0;
    padding: 6px;
}
.logout-message .message-logout{
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 0 0 0 #555555;
    -moz-box-shadow: 0 0 0 0 #555555;
    box-shadow: 0 0 0 0 #555555;
    font-size: 14px;
    font-size: 1.456rem;
    margin-right: 0;
    margin-left: 0;
    padding: 6px;
}

.login-message .message-info{
    border-color: #f47d33;
}

.login-message .message-failure {
    border-color: #e74c3c;
}

.login-message .user-alert-icon i {
    font-size: 30px;
    font-size: 3.12rem;
}

.logout-message .message-logout{
    border-color: #27ae60;
}

.logout-message .user-logout-icon i {
    font-size: 30px;
    font-size: 3.12rem;
}

.message-logout .user-logout-icon i:before {
  content: "\f058";
  color: #27ae60;
}

.forgotPassword {
  padding-right: 15px;
}

.forgotPassword a {
  color: navy;
}

@media only screen and (max-width: 767px) {
  .log-in-app-title {
    padding-left: 35%;
  }
  .log-in .login-logo {
    left: 5%;
  }
}

.form-horizontal {
  padding-left: 0;
}