@charset "utf-8";
body {
	font-family:"Times New Roman", Times, serif;
	//height: 100%;
    //padding-top: 8%;
    background:url(admin/images/1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}
.registration_form {
	max-width:550px;
	border-radius:20px;
	margin:auto;
	background:rgba(0,0,0,0.8);
	box-sizing:border-box;
	padding:40px;
	color:#FFF;
	margin-top:50px;
	margin-bottom:50px;
}
h2{
	text-align:center
	}
	
.image{
	width: 100%;
 	height: auto;
	display:flex;
	justify-content: center;
	align-items:center;
	
	
	}	
	
input[type=text],textarea{
	width:100%;
	font-size:15px;
	box-sizing:border-box;
	padding:15px 5px;
	background:rgba(0,0,0,0.10);
	outline:none;
	border:none;
	border-bottom:1px solid #fff;
	color:#FFF;
	border-radius:5px;
	margin:5px;
	font-weight:bold;
	
}


input[type=submit]
{
	width:100%;
	box-sizing:border-box;
	padding:15px 0px;
	//margin-left:40%;
	margin-top:20px;
	border:none;
	outline:none;
	color:#fff;
	border-radius:20px;
	background:#00793D;
	opacity:0.9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}

input[type=submit]:hover{
	background:#900;
	opacity:0.9;
}


.msg_ok
{
	padding:10px;
	background:#4CAF50;
	color:#FFF;
	width:50%;
	font-size:20px;
	//height:30px;
	margin:auto;
	margin-top:10px;
	text-align:center;
}


.msg_error
{
	padding:10px;
	background:#ff9800;
	color:#FFF;
	width:40%;
	//height:30px;
	font-size:20px;
	margin:auto;
	margin-top:10px;
	text-align:center;
}


