tml {
	background: url(../../../thema/vermaat/assets/img/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	width: 100%;
	height: 100%;
}

body.unauthorized {
	background: none;
}

body.unauthorized #content-search, body.unauthorized .header{
	margin:0px;
	height: auto;
}
.login.index {
	padding: 25px;
}
.login.index {
/* 	position:absolute; */
/* 	right: 10%; */
	background: rgba(233,233,233,0.8);
/* 	height: 50%; */
/* 	border-radius: 25px; */
	
}
form#thema {
    position: fixed;
    bottom: 0;
    right: 0
}

form#thema label#label {
    background-color: white;
    opacity: 0.8;
    border-radius: 5px; 
    padding: 10px;
    cursor: pointer;
}

form#thema input#file {
    display: none;
}
