/**
 * Guruma
 * http://guruma.pl
 */

body{
    background-image: url(../../storage/backgrounds/login.jpg);
    margin-top: 20px;
    font-family: 'Lato', sans-serif;
    color: #ffffff
}

h2{
    font-weight: 700;
}

.content{

    display: table;
    margin-left: auto;
    margin-right: auto;
}


#login_form{
    margin-top: 15%;

}

#login_form{
    background: rgba(0,0,0,.4);
    padding: 15px;
    padding-top: 1px;
    border-radius: 10px;
}
