* {
	margin:0px;
	padding:0px;
}
body {
	font-family: arial, verdana, helvetica, sans-serif;		
	font-size:1.1em;
	color:#000;
	font-weight:normal;
    background: url("image/background.jpg");

}
h1 {
	font-size:1.5em;   
}
h2 {
	font-size:0.9em; 
    font-weight: normal; 
    padding: 5px; 
}
input {
 	font-size:1.1em;
    padding: 5px;   

}
textarea {
 	font-size:1.1em;
    padding: 5px;         
}

hr {
    border: 1px solid #e4e4e4;
}
.wrapper {
    display: block;
    width: auto; 
    height: auto; 
    margin-top: 50px;  
    margin-left: 5px;
    margin-right: 5px;  
    border: 0px solid #000;    	
}
.auth {
	display:flex;
    width: 100%;
    justify-content: center;        	
}
.auth_center {
    width: 60%;
    background-color: #3EB1C3;
    margin: 10px;  
    border: 0px solid #000;
    padding: 10px;
    text-align: center; 
    border-radius: 10px;     
}
.auth_center > h1 {
	font-size:1.5em;
	color:#FFF;
} 
.space {
	display:block;	
	width:100%;
} 
.height_2{
	height:2px;
}
.height_4 {
	height:4px;
}
.height_6 {
	height:6px;
}
.height_8 {
	height:8px;
}
.height_10 {
	height:10px;
}