@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body {
	width:			100%;
	height: 		100%;
	position: 		absolute;
	font-family:  	Futura,"Trebuchet MS",Arial,sans-serif

}

div#page {
	display: 			block;
	width: 				100%;
	height: 			100%;
	background-color: 	rgba(100,100,100,1);
	background-image:	url("/themes/time_change/img/triangles.svg");
	background-size: 	cover;
}

div#head {
	position:			absolute;
	top:				30%;
	width: 				100%;
}

div#head div.logo-stripe {
	background-color: 	rgba(0,0,0,1);
	opacity:			0.8;
	/*height: 			70px;*/
	padding-bottom: 	5px;
}

div#head img.logo {
	float: 		left;
	height:		50px;
	padding: 	5px;
}

.boxshadow {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
	-moz-box-shadow:	0px 0px 10px 5px rgba(0,0,0,0.75);
	box-shadow: 		0px 0px 10px 5px rgba(0,0,0,0.75);
}

div.login-box h1 {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

div.login-box {
	color:				white;
	position:	 		relative;
	top: 				-120px;
	width: 				350px;
	right: 				-20%;
	background-color: 	rgba(25,25,25,1);
	margin:				0 auto;
	border: 			1px solid #aaa;
	padding:			20px;
	border-radius: 		15px;
}

div.message {
	
	text-align: center;
	color:	white;
	border: 1px solid #ff3b0f;
	height: 20px;
	padding: 5px;
	margin-bottom: 20px;
	background-color: rgba(255, 59, 15, .5);
	border-radius: 5px;
}

div.message p {
	font-size: 12px;
	line-height: 19px;
	margin: 0;
	padding:0;
}

div.login-box form {
	display: 			block;
	border-radius: 		5px;
	background-color:	rgba(255,255,255, 0.05);
	padding: 			10px;
}

div.pass:before {
	content: "\f13e";
}

div.mail:before {
	content: "\f0e0";
}

div.user:before {
	content: "\f007";
}

div.input-wrapper:before {
	color: #888;
	position: relative;
	left: 15px;
	float: left;
	font-family: 'FontAwesome';
	font-size: 15px;
	padding: 5px
}

div.login-box input[type="text"], div.login-box input[type="password"] {
	display: 			block;
	width: 				250px;
	padding:			7px;
	background-color:	black;
	border-radius: 		2px;
	color:				rgba(255,255,255,.8);
	font-weight: 		bold;
	margin:				20px auto;
}

div.login-box label {
	display: 	block;
	text-align: center;
	padding:	10px 0;
}

div.login-box input[type="submit"] {

	display: block;
	font-weight: bold;
	width: 262px;
	margin: 20px auto;

	background: #eee;
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(to bottom, #eee, #ccc);

	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 2px;
	text-shadow: 1px 1px 2px #fff;
	color: #333;
	padding: 7px;
	text-decoration: none;

	position: relative;
	left: 10px;
}

div.login-box input[type="submit"]:hover {
	background: #ccc;
	background-image: -webkit-linear-gradient(top, #ccc, #eee);
	background-image: -moz-linear-gradient(top, #ccc, #eee);
	background-image: -ms-linear-gradient(top, #ccc, #eee);
	background-image: -o-linear-gradient(top, #ccc, #eee);
	background-image: linear-gradient(to bottom, #ccc, #eee);
	text-decoration: none;
	color:	#aaa;
}

div.login-box div.login-links {
	text-align: center;
	margin-top: 10px;
}



div.login-links a, div.copyright a {
	font-size: 11px;
	color: #ed814c;
	display: block;
    text-decoration: none;
}

div.login-links a:hover, div.copyright a:hover {
    text-decoration: underline;
}

div.login-links a:not(:last-child) {
	padding: 5px 0px;
}

div.ems-name {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 250px;
	padding: 20px;
	background-color: white;
}

div.ems-name span {
	display: block;
	text-align: justify;
	color: rgba(0,0,0,.6);
}

div.ems-name span.big-letters {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: -50px;
	margin: -10px 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.ems-name span.small-letters {
	color: black;
	text-align: justify;
	font-size: 10px;
	padding-left: 3px;
	
}

.inset {
   text-shadow: 1px 1px 0 rgba(255,0,0,.2), -1px -1px 0 rgba(0,0,0,.7);
}

.clear {
	clear: both;
}

div.login-box div.copyright {
    color: rgb(100,100,100);
    border-top: 1px solid rgb(50,50,50);
    margin-top: 10px;
    padding-top: 10px;
    font-size: 11px;
    text-align: center;
}

div.copyright a {
    display: inline;
}

.imprint a {
    color: #fff;
}

.imprint h2 {
    font-size: 16px;
    padding: 0 15px;
}
.imprint p {
    font-size: 11px;
    background-color: rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 15px;
}

.imprint .back_to_login {
    display: none;
}

.imprint hr {
    border: none;
    color: rgba(255, 255, 255, 0.5);
    background-color:  rgba(255, 255, 255, 0.5);
    height: 1px;
}
