/*
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
*/
.login-logo {
    margin-left: auto;
    position: relative;
    left: auto;
    width: 100%;
}
body.loginpage {
}
.loginpage form {
    position: relative;
    margin-left: auto;
    left: auto;
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
}
.loginpage label{
    border: none;
}
.loginpage h1{
}
.loginpage input[type=text],
.loginpage input[type=email],
.loginpage input[type=password] {
    width: 100%;
    box-sizing: border-box;
}
.loginpage input[type=submit] {
    margin-top: 20px;
    width: 100%;
}