

@font-face {
    font-family: 'dinpro-regular';
    src: url('fonts/dinpro-regular.ttf');
}
.dinpro-regular {
    font-family: dinpro-regular;
}

@font-face {
    font-family: 'dinpro-bold';
    src: url('fonts/dinpro-bold.ttf');
}
.dinpro-bold {
    font-family: dinpro-bold;
}

@font-face {
    font-family: 'dinpro-light';
    src: url('fonts/dinpro-light.ttf');
}
.dinpro-light {
    font-family: dinpro-light;
}

html{
    height: 100%;
}

body{
    height: 100%;
    background: url('../images/login/bottom_login.png'), url('../images/login/overlap.png'), url('../images/login/login_background.jpg');
    background-repeat: no-repeat;
    background-position: 95% 92%, 0 0, 0 0;
    background-size: 100px 83px, 100% 100%, 100% 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: dinpro-light;
}

.login {
    float:right;
    text-align:center;
    margin-right: 10px;
    margin-top: 6px;
    color: white;
}

div#login{
    width: 30%;
    position: absolute;
    top: 55px;
    left: 100px;
}

.logo_container{
    height: 100px;
    padding: 20px 0 40px 0;
}

.logo_container img{
    height: 100%;
    width: auto;
}

.control-group{
    margin: 0 0 25px 0;
}

.control-group input{
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #625D5E;
    color: #625D5E;
    padding: 12px 6px 6px 50px;
    width: 100%;
    background: transparent;
    font-size: 14px;
}

.control-group input.user{
    background: transparent url("../images/login/user.png") no-repeat scroll 5px 50%;
    background-size: auto 25px;
}

.control-group input.password{
    background: transparent url("../images/login/password.png") no-repeat scroll 5px 50%;
    background-size: auto 25px;
}

.control-group input.email{
    background: transparent url("../images/login/email.png") no-repeat scroll 5px 50%;
    background-size: auto 25px;
}

.control-group input.qua-button{
    height: 40px;
    border-radius: 20px;
    background: #064673;
    color: #ffffff;
    padding: 10px;
    min-width: 140px;
    width: auto;
    margin-top: 15px;
    font-weight: bold;
    cursor: pointer;
}

.control-group input.qua-button:hover{
    box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
}

.control-group .forgot_password{
    text-align: center;
    margin-top: 10px;
    color: #625D5E;
}

.control-group .forgot_password a{
    text-transform: lowercase;
    color: #00A5D2;
}

.control-group .lines{
    height: 3px;
    background: #00a5d2;
    width: 100%;
    position: relative;
}

.control-group .lines:before{
    content: "";
    position: absolute;
    height: 3px;
    background: #064673;
    width: 20%;
    border-right: 5px solid #ffffff;
}

.control-group .lines:after{
    content: "";
    position: absolute;
    height: 3px;
    background: #F2E94F;
    width: calc(45% - 5px);
    right: 0;
    border-left: 5px solid #ffffff;
}

.content-message{
    margin: 10px auto auto;
}

.content-message .error {
    border: 1px solid #FBC2C4;
    margin-bottom: 5px;
    padding: 0.6em 0.8em;
    background: #FBE3E4;
    color: #8A1F11;
    font-size: 13px;
}

.content-message .success {
    border: 1px solid #C6D880;
    margin-bottom: 1em;
    padding: 0.6em 0.8em;
    background: #E6EFC2;
    color: #264409;
    font-size: 13px;
}

.lang_flag{
    font-family: dinpro-regular;
    font-weight: bold;
    color: #625D5E;
    position: absolute;
    right: 0;
    top: -24px;
}
.lang_flag a{
    color: #625D5E;
    text-decoration: none;
}
.lang_flag a.active{
    text-decoration: underline;
    color: #00a5d2;
}