body {
	margin-top: 70px;
	background-color: #2f2f2f;
	color: #3a3a3c;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	/*background-image: url('/images/beheer/login_background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;*/
}

.container {
	margin: auto;
	width: 450px;
}

.login {
	float: left;
	width: 88%;
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 20px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0 0 2px #636363;
	-moz-box-shadow: 0 0 5px #636363;
	-webkit-box-shadow: 0 0 5px #636363;
}

h3 {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 150%;
	color: var(--main-color);
	text-align: center;
}

.grey_line {
	float: left;
	width: 100%;
	border-bottom: 1px solid #c3c3c3;
}

.content_left {
	float: left;
	width: 100%;
	text-align: left;
}

.content_center {
	float: left;
	width: 100%;
	text-align: center;
}

.login_button {
	float: left;
	width: 100%;
	text-decoration: none;
}
.login_button:hover {
	text-decoration: none;
}

.qr_image {
	width: 50%;
	margin-top: 20px;
}

.code_form {
	float: left;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 40px;
	margin-bottom: 20px;
}
.code_input {
	float: left !important;
	width: 80% !important;
	border: 1px solid var(--main-color);
	padding: 14px 14px 14px 14px !important;
	background-color: white;
	border-radius: 30px;
	color: black;
}
.button.code_submit {
	float: right !important;
	line-height: 0;
	font-size: 30px;
	border-radius: 50%;
	padding: 12px 0;
	width: 54px;
	margin: 0;
}

.margin_top_bottom {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 22px;
}

.logo {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.logo img {
	width: 80%;
}

input {
	float: left;
	width: 100%;
	background-color: #E5E6E8;
    border: 0 none;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    color: #6F7278;
    padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    -webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.password {
	-webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.forget {
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.button {
	cursor: pointer;
	font-size: 30px;
    font-family: 'Lato', sans-serif;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
	background-color: var(--main-color);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 2px;
	text-shadow: 3px 3px #ccc;
	text-align: center;
	outline: none;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(087,087,087,0.7);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(087,087,087,0.7);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(087,087,087,0.7);
	text-shadow:
		0px -1px 0px rgba(0,0,0,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}

.button:hover {
	background-color: #2f2f2f;
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.website {
	float: left;
	width: 100%;
	color: var(--main-color);
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	font-size: 15px;
}

.option {
	float: left;
	width: 100%;
	color: #c1c1c1;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.option_line {
	margin-left: 10px;
	margin-right: 10px;
	color: rgba(194, 194, 194, 0.6);
}

.option a {
	font-weight: bold;
	color: #c1c1c1;
}

.psw_form {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.psw_validate p {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* The message box is shown when the user clicks on the password field */
#psw_message {
	display: none;
}

.validate_icon {
	float: left;
	width: 20px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
	color: green;
}
.valid .validate_icon:before  {
	content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
	color: red;
}
.invalid .validate_icon:before {
	content: "✖";
}

footer a {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 1%;
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
	color: #c1c1c1;
}

a {
	color: var(--main-color);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.tooltip {
	max-width: 200px;
	display: none;
	position: absolute;
	border: 1px solid #ccc;
	background-color: rgba(202, 81, 83, 0.84);
	border-radius: 3px;
	padding: 7px;
	color: #fff;
	font-size: 11px !important;
}

.bottom_message, .bottom_message_error2 {
    bottom: 0;
	display: block;
	height: 70px;
	width: 100%;
	position: fixed;
	background-color: var(--main-color);
	clear: both;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: center;
	color: white;
	font-size: 17px;
	line-height: 25px;
	padding-top: 10px;
	z-index: 11;
	display:none;
	padding-left: 4%;
	padding-right: 4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.bottom_message_error {
	background-color: #e2382c;
}

.bottom_message_success {
	background-color: #17991c;
}

/* Tablet */
@media only screen and (max-width: 959px) {
	body{
		-webkit-text-size-adjust: none;
	}
}

/* Horizontale mobiel */
@media only screen and (max-width: 767px) {	
	body {
		margin-top: 50px;
	}
	
	.code_form {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.code_input {
		width: 70% !important;
	}
}

/* Verticale mobiel */
@media only screen and (max-width: 479px) {
	body {
		margin-top: 0;
		margin-bottom: 20px !important;
		background-color: white;
		background-image: none;
	}
	
	.container {
		width: 100%;
	}
	
	.qr_image {
		width: 90%;
	}
	
	.logo {
		margin-bottom: 30px;
	}
	
	.logo img {
		width: 85%;
	}
	
	.login {
		width: 94%;
		padding-top: 10px;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 10px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		box-shadow: none;
	}
	
	.option a {
		margin-top: 0;
		color: #3a3a3c !important;
	}
	
	footer a {
		display: none;
	}
}

@media only screen and (max-width: 320px) {
	.code_form {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.code_input {
		width: 60% !important;
	}
}

/* © Het Velisoft CMS is origineel ontwikkeld door Lucas Johannes Rob */ 