body{
    background:                                 url(../images/layout/1.jpeg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:                                      #881212;
    margin:					0 auto;
    padding:					0;
    height:                                     100vh;
}
/*
.login_book{
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 800px;
    margin: 150px auto 100px;
    padding: 45px;
    text-align: center;
    
}*/

.form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
/*
.form button:hover,.form button:active,.form button:focus {
    background: #43A047;
}
.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}
.form .message a {
    color: #4CAF50;
    text-decoration: none;
}
.form .register-form {
    display: none;
}*/

.vertical-center {
    /* PROBLEEM MET IE11 */
    min-height: 40%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 40vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

/* ----------------------------------------- LOGIN -------------------------------------- 
	#logindiv {
		padding-top:				50px;
		padding-right:				50px;
		float:					right;
		color:					#8c2f2f;
	}
	
	#logindiv td{
		font-size:                              11pt;
		font-weight:				bold;
		color:                                  #8c2f2f;
		text-align: 				right;
	}
	
	#logindiv input{
		font-size:				11pt;
		height:					24px;
		border:					2px #8c2f2f solid;
	}
	
	
	#loginheader {
		
                margin-left:                            40px;
		padding-top:				22px;
		font-size:				15pt;
		font-weight:				bold;
		color:					#8c2f2f;
                width:                                  390px;
                background:                             #fff;
	}
*/