
html {
    background: url(../images/login_background.jpg) no-repeat center center fixed;
}

html.ktaargau {
    background: url(../../ktaargau/images/login_background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
    font: 16px/1.375 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #727e83
}
.loginbox{
    background-color: #f3f5f7;
    width: 512px;
    height: 420px;
    padding-bottom: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.btn {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #00a5a5;
    padding: 9px 13px 8px;
    border: 1px solid #ccd5dc;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .5px;
    width: 110px;
}
.btn-active{
    background: #00A5A5;
    color: #FFF;
}
.error-btn{
    margin-top: 4.5em;
    text-decoration: none;
    color: white;
    background: #00A5A5;
}
.error-message {
    padding-top: 1em;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    height: 20px;
    padding-bottom: 1em;
    background-color: #bd1c52;
    color: white;
}
.button-container{
   text-align: center;
}

.loginform{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
.loginheader{
   text-align: center;
   font-size: 40px;
   margin-top: 0.7em;
   margin-bottom: 0.5em;

}
.button-group{
    margin-top: 1em;
}
.loginform input[type="text"], .loginform input[type="password"] {
    border: none;
    background: none;
    font-size: 18px;
    height: 35px;
    border-bottom: solid 1px #1abc9c;
    margin-bottom: 1.5em;
    outline: none;
}
.logo{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 2.5em;
    max-height: 85px;
    max-width: 450px;
}
