﻿@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap');

body {
	background-image: url("../images/Custom/VISICS_arces.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: left;
	font-weight: 300;
	font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.login-page {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 430px;
	margin: 40px auto;
}

.login-page .logo {
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	padding-bottom: 20px;
}

.shadowed-block {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 40px;
}

.body-background {
	background: #eaeaea;
}

.double-padding {
	padding: 50px;
}

.intro {
	display: block;
}

h2 {
	font-size: 140%;
}

.labeltje {
	display: block;
	max-width: 100%;
	font-weight: 700;
}

.labeltje2 a {
	font-weight: 400;
	clear: both;
	font-size: 90%;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999999;
	color: #999999;
}

.labeltje2 a:hover {
	color: blue;
	padding-bottom: 1px;
	border-bottom: 1px solid blue;
}

#Input_Email, #Input_Password {
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 10px;
	border-radius: 17.5px;
	height: 35px;
	width: 88%;
	border: 0 solid transparent;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
	font-size: 16px;
	padding: 0 20px 0 20px;
	background-color: #fffcc8;
}

#Input_RememberMe {
	margin: 0 0 25px 0;
	float: left;
}

.checkbox {
	font-size: 14px !important;
	font-weight: 400 !important;
}

hr {
	color: #666666;
	background-color: #666666;
	height: 0.02px;
}

.btn-default {
	background: #a3b70a;
	position: relative;
	color: #ffffff;
	width: 100%;
	height: 35px;
	padding: 9.5px 70px;
	line-height: 1;
	font-size: 16px;
	border: 0 solid transparent;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	transition: all 0.2s;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-appearance: button;
	border-radius: 100px;
}

input[type=checkbox] + label {
	display: block;
	margin: 0 0 25px 0;
	cursor: pointer;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label:before {
	box-sizing: border-box;
	content: "\2714";
	border: 1px solid #444444;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	width: 15px;
	height: 15px;
	min-width: 15px;
	margin-right: 10px;
	vertical-align: bottom;
	color: transparent;
	transition: .2s;
}

input[type=checkbox] + label:active:before {
	transform: scale(0);
}

input[type=checkbox]:checked + label:before {
	border: 2px solid #444444;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 50%;
	background-color: #a3b70a;
	width: 15px;
	height: 15px;
	min-width: 15px;
	margin-right: 10px;
	vertical-align: bottom;
	color: transparent;
}

.Logo-Image {
	height: 100px;
	width: 100px;
	background: url("../images/Custom/VISICS_logo.png") no-repeat;
	background-size: 100%;
	display: block;
	margin: auto;
	padding-bottom: 20px;
}