*{
	box-sizing: border-box;
}

.containerL{
	width: 77%;
	height: 1400px;
	background-color: #f7f3f4;
	font-family: 'Lobster', cursive;
}

.formL{
	height: 70%;
	background-color: #f7f3f4;
	font-family: 'Lobster', cursive;
}

.homeL{
	height: 15%;
	justify-content: center;
	background-image: linear-gradient(rgba(180,142,147,1), rgb(247,243,244,1));
}


.homeL h2, .contactsL h2{
	text-align: center;
	margin: 60px;
	font-size: 281%;
	color: #895d5f;
}

.contactsL{
	height: 15%;
	justify-content: center;
	background-image: linear-gradient(rgba(247,243,244,1), rgb(180,142,147,1));
}

.contactsL p{
	text-align: center;
	margin: 30px;
	font-size: 156%;
	color: #f9f6f7;
}



input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button{
  background-color: #895d5f;
  color: #f9f6f7;
  padding: 10px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 32px;
  font-family: 'Lobster', cursive;
  border-radius: 10px;
}

button:hover{
  opacity: 0.8;
}

.imgcontainer{
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar{
  width: 25%;
}

.containerLog{
  padding: 3% 25% 3% 25%;
  font-size: 20px;
}

.help p{
	display: inline-block;
}

.psw{
	float: right;
}

@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
}




/* Sign Up */

  input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.su{
  cursor: pointer;
  margin: 0 45%;
  justify-content: center;
  text-align: center;
  width: 10%;
}

.cancelbtn{
  padding: 14px 20px;
}

.cancelbtn, .signupbtn{
  float: left;
  width: 50%;
}

.containerSignUp{
  padding: 3% 25% 3% 25%;
}

.modal{
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: #474e5d;
  padding-top: 50px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; 
  border: 1px solid #888;
  width: 80%; 
}

hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
    width: 100%;
  }
}