/* CSS Document */

/* Lettertypes */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');

html, body {
	height: 100%;
	min-height: 100%;
}

form {
	text-align: center;
}

body{
	margin: 0;
	padding: 0;
	background-image: url("../images/background/background-home.jpg");
  	background-position: center;
  	background-repeat:no-repeat;
  	background-size: cover;
  	background-attachment: fixed;
}

a {
	text-decoration: none;
	color: #fff;
}

.letop {
	color:#F52428;
	text-align: center;
	background-color: aliceblue;
}

/* topmenu */

.containertop {
	background-image: url("../images/background/background-home.jpg");
  	background-position: center;
  	background-repeat:no-repeat;
  	background-size: cover;
  	background-attachment: fixed;
  	padding: 3px 3px 0px 3px;
}

.front {
  margin: auto;
  text-align: left;
  color: #ffffff;
  max-width: 1200px;
  padding-top:7%;
  padding-bottom: 3%;
}

.wrapper {
}

.login_box {
	font-family: 'Lato', sans-serif;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 35%;
	min-width: 300px;
	background-color: #1C4C97;
	opacity: 60%;
	border: 1px solid #1C4C97;
	border-radius: 7px;
	padding: 5px;
}

.login_box2 {
	font-family: 'Lato', sans-serif;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 35%;
	min-width: 300px;
	background-color: #1C4C97;
	opacity: 60%;
	border: 1px solid #1C4C97;
	border-radius: 7px;
	padding: 5px;
	text-align: center;
}

.login_header {
	font-family: 'Lato', sans-serif;
	width: 100%;
	height: 180px;
	background-color: #1C4C97;
	color: #fff;
	text-align: center;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.login_header h1 {
	font-family: 'Lato', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	text-shadow: #73B6E2 0.5px 0.5px 0px;
	font-size: 250%;
}

input[type="submit"] {
	opacity: 80%;
	border: 1px solid #061D5A;
	color: #fff;
    background-color: #061D5A;
	text-shadow: #73B6E2 0.5px 0.5px 0px;
	font-family: 'Lato', sans-serif;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.3rem;
	margin-top: 1.2rem;
	width: 70%;
}

input[type="submit"]:hover {
	opacity: 100%;
	border: 1px solid #061D5A;
	color: #fff;
    background-color: #061D5A;
	text-shadow: #73B6E2 0.5px 0.5px 0px;
	font-family: 'Lato', sans-serif;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.3rem;
	margin-top: 1.2rem;
	width: 70%;
}

input[type="text"], input[type="email"], input[type="password"] {
	border: 1px solid #e5e5e5;
	margin-top: 5px;
	width: 70%;
	height: 35px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-radius: 0.3rem;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover {
	border-color: #3498db;
}

#second {
	display: none;
}

/* ######### Social media ######### */
.social {
  background-color: #000033;
  color: #fff;
  padding: 1rem 1rem 0;
  text-align: center;
  width: 100%;
}

.footerinfo {
  background-color: #000033;
  color: #fff;
  text-align: center;
  width: 100%;
}

.footlang {
	background-color: #000033;
	background-size: 150%;
}
.social h3 {
  border-bottom: solid 1px #b6e8ff;
  font-weight: 400;
  padding-bottom: .25rem;
}

.socialIcons {
  font-size: 200%;
  padding: 1rem 0;
}

.socialIcons a {
  color: #223055;
  padding: 0 .5rem;
}

.socialIcons a:hover {
  color: #ffc107;
}

.footerinfo {
  padding-top: 0;
}

.footerinfo article {
  border-top: solid 1px #000033;
  padding: 1rem 0;
}

.footerinfo h4 {
  font-weight: 400;
}

.footerinfo li {
  font-weight: 300;
  list-style-type: none;
}

.copy {
  font-size: 70%;
  font-weight: 300;
  padding-top: 1rem;
}

.klein  {
  font-size: 80%;
  font-weight: 300;
  padding-top: 1rem;
  color: #F5F0F0;
  padding-left: 0px;
  text-align: left;
}

a.foot:link, a.foot:visited, a.foot:active  { 
	color: #ffffff; 
	border-bottom: 0; 
	text-decoration: none; 
	font-size: 100%;
}

.socialright {
	text-align: right;
	margin-right: 20%;
}

b.socialmiddle {
 font-size: 110%;
 position: absolute;
 margin-left: -65px;
}

.socials {
    margin: 0px 0px 0px 9px;
}

.copy {
  font-size: 85%;
  font-weight: 300;
  padding-top: 1rem;
  text-align: right;
}

.copy1 {
  font-size: 85%;
  font-weight: 300;
  padding-top: 1rem;
  text-align: right;
  margin-right: 20%;
}

a.copy1:link, a.copy1:visited, a.copy1:active {
  	color: #ffffff; 
	text-decoration: none;
}

p.centerklein {
  	color: #ffffff; 
	text-decoration: none;
	font-size: 0.6em;
}

b.donker {
	color:#13b1e7;
}

.error-messages {
    background-color: #ffebee;
    border: 1px solid #f44336;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
	color:black;
}

.error {
    color: #f44336;
    margin: 5px 0;
}

.success-message {
    background-color: #e8f5e8;
    border: 1px solid #4caf50;
    color: #4caf50;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
}