/*
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 : 7 avr. 2014, 20:41:29
    Author     : JMarc
*/

html, body {
    height: 100%;
}

body {
    background-image: url("https://source.unsplash.com/collection/261382");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.msg-login {
    text-align: center;
/*    display: box;*/
/*    width: 500px;
    margin-left: auto;
    margin-right: auto;*/
}


.site-wrapper-inner {
/*    background: rgba(255, 255, 255, 0.65);
    border-radius: 7px;*/
/*    max-width: 463px;
    margin: 0 auto;*/
}


.form-signin {
    margin-top: 65px;
    
    background: rgba(255, 255, 255, 0.65);
    border-radius: 7px;
}

.form-signin .form-signin-heading {
    margin-bottom: 28px;
}

.form-signin img {
    width: 75%;
}

.form-signin button {
    margin-top: 20px;
}