input, select, textarea {
	margin: 3px 0;
	padding: 5px 10px;
	border-radius: 8px;
	border: 1px solid grey;
	font-size: 15px;
}
input:focus, select:focus, textarea:focus{
	outline: none;
	border-color: #222;
}
.auth_login {
	background-color: #c6c6c6;
  border-radius: 10px;
    
  margin: 2em auto;
  padding: 20px 40px;
  box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
  
  position: fixed;
  top: 40%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
.registration {
  background-color: #c6c6c6;
  border-radius: 10px;
    
  margin: 2em auto;
  padding: 20px 40px;
  box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
  
  position: fixed;
  top: 40%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

