/*
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 : 14.12.2016, 16:14:13
    Author     : scharte
*/

html,
body{
    background-image: url(../../files/images/layout/login_bg.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    background-attachment: fixed;
    height: 100%;
    overflow: hidden;
}

.login_form {
    height: 100%;
}

.login_form .prev_container {
    display: inline-block;
    vertical-align: middle;
    width: 0%;
    height: 100%;
    content: ' ';

}
.login_form .container {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.login_form .inner {
/*    background-color:#3D66D2;*/
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;
}

.login_form .inner .entry
{
    margin-bottom: 10px;
}

.login_form .inner p.message
{
    margin-bottom: 10px;
}

.login_form .inner .entry:last-child{
    margin-bottom: 0px;
}

.login_form .inner .entry input{
    width: 100%;
}

.login_form .inner .entry input.button {
    margin-top: 0;   
}