/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014.12.07., 18:08:22
    Author     : Péter
*/

.clear {
    clear: both;
}

.login-logo {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -586px;
}

body.loginpage {
    background: url(../img/loginpage-bg.jpg) no-repeat center top;
}
.loginpage form {
    background: rgba(255,255,255,0.9);
    padding: 30px;
    left: 50%;
    position: relative;
    margin-left: -586px;
    width: 410px;
    margin-top: 178px;
}
.loginpage label{
    color: #323232;
    font-size: 14px;
    text-transform: uppercase;
    width: 170px;
    display: block;
    float: left;
    padding-bottom: 6px;
}
.loginpage h1{
    font-size: 32px;
    color: #323232;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 0;
    font-family: 'OPEN Sans', sans-serif;
}
.loginpage input[type=text],
.loginpage input[type=email],
.loginpage input[type=password] {
    float: left;
    width: 240px;
    border: none;
    background: none;
    padding: 0px 0px 3px 0px;
    outline: none;
    text-align: right;
    font-family: 'OPEN Sans', sans-serif;
    font-weight: 100;
}
.loginpage input[type=submit] {
    background: #023f88;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    color: white;
    font-family: 'OPEN Sans', sans-serif;
    padding: 15px 30px;
    float: right;
    position: relative;
    top: -20px;
}
.loginpage hr {
    border: none;
    border-bottom: solid 1px #023f88;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
a {
    color: #023f88;
    text-decoration: none;
    font-size: 14px;
}

.language-selector {
    display: inline-block;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}
.language-selector li {
    float: left;
}
.language-selector li a {
    width: 29px;
    display: block;
    padding: 10px 0 10px 10px;
}
.language-selector li a:last-child {}
.language-selector li a img {
    width: 100%;
}
.logo {
    background-image: url(../img/wia_logo.svg);
    padding-bottom: 8em;
    background-size: auto 76%;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    position: relative;
    margin-left: -586px;
    width: 470px;
    background-color: rgba(255,255,255, .9);
    top:  0.6em;
}