/*
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/thumbs/images/layout/Fotolia_45402887_XL-v1-rm0-x800.jpg.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-blend-mode:multiply;
    height: 100%;
    overflow: hidden;
}
@media screen and (min-width: 800px) {
    html,body{
        background-image: url(../../files/thumbs/images/layout/Fotolia_45402887_XL-v1-rm0-x1280.jpg.jpg);
    }

}
@media screen and (min-width: 1280px) {
    html,body{
        background-image: url(../../files/thumbs/images/layout/Fotolia_45402887_XL-v1-rm0-x1920.jpg.jpg);
    }

}
@media screen and (min-width: 19200px) {
    html,body{
        background-image:url(../../files/thumbs/images/layout/Fotolia_45402887_XL-v1-rm0-x2560.jpg.jpg);
    }

}
@media screen and (min-width: 2560px) {
    html,body{
        background-image: url(../../files/thumbs/images/layout/Fotolia_45402887_XL-v1-rm0-x3600.jpg.jpg);
    }

}
.login_form {
    height: 100%;
    background:  linear-gradient(to right,rgba(35, 110, 175,0.6),rgba(35, 110, 175,0.6));
}

.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: 640px;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;

}
