body{ font-style:bold; font-size:100% ;background-color: white;}
		  
* { box-sizing: border-box;}

.box {
  float: left;
  width: 50%;
  padding: 40px;
}

.parent::after {
  content: "";
  clear: both;
  display: table;
}		  
@media only screen and (max-width: 500px){
	.box{width:100%;}
}


input[type=text], input[type=password] {width: 100%; padding: 15px; margin: 5px 0 22px 0; display: inline-block; border: none; background-color:#F5F5F5; }
input[type=text]:focus, 
input[type=password]:focus {outline: none;}
		 
.required {color: red }		

.signbtn { background-color: #52ad9c; color: white; padding: 16px 50px; margin: 18px 0; border:none; cursor:pointer; width: 100%; }
.signbtn:hover {cursor: pointer; background: #428a7d;}
.registerbtn {background-color: #52ad9c; color: white; padding: 16px 50px; margin: 18px 0; border:none; cursor:pointer; width: 100%; }
.registerbtn:hover {cursor: pointer;background: #428a7d;}

				
.error {color: red; opacity: 0.8;}

.form > div > span.error {
	display: none;
	font-size: 0.8em;
	position: absolute;}

form > div > input:invalid:not(:focus):not(:placeholder-shown) ~ .error {
	display: block;
	color: red;}

	p{font-size:70% ;opacity:0.7;}
#reset{color:black; font-size: 70%;}


/*HEADER FOOTER*/

/* unvisited link */
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
  text-align: center; 
}

/* visited link */
a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
  text-align: center; 
}

/* mouse over link */
a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
  text-align: center; 
}

/* selected link */
a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
  text-align: center; 
}  

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the menu and the content (inside the section) sit on top of each other instead of next to each other */
@media (max-width: 600px) {
  section {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

/* Style the footer */
footer {
  background-color: black;
  padding: 15px;
  text-align: center;
  color: white;
}

.lost {color:black; font-size:80%;}