body{
	background-repeat : no-repeat;
	background-color : #333333;
	background-position :top center;
	background-image: url("img/bghome.png");
	background-attachment:fixed;
	margin: 0;
    padding: 0;
	font-family : Myanmar Text ,Dosis, Arial, sans-serif;
	margin : auto;
	color : white;
}
header{
    margin: 0;
}
.content{
	width : 650px;
	margin: auto;
	margin-top : 30px;
	padding : 50px 70px;
	background-color: rgba(255, 255, 255, 0.12);
	border-radius : 7px;
	overflow: hidden;
}
#login{
	margin-top : 120px;
	width : 510px;
	padding : 50px 30px;
}
h1{
	display: inline;
	color : white;
	font-size : 2em;
	font-weight : normal;
	padding : 0;
	margin: 0;
}
footer{
	color : #8a8a8a;
	padding-top: 30px;
	padding-bottom : 20px;
	font-size : 0.9em;
	margin : auto;
	width : 100%;
}
a{
	color : inherit;
}



input[type="submit"] , .button{
    background-color: rgb(102, 153, 255);
    font-weight: bold;
    color: white;
    -webkit-appearance: none;
    font-size: 1em;
    padding: 15px 30px;
    margin: 10px;
	border: 0;
    border-bottom : 3px solid #4c7bda;
	display : inline-block;
	border-radius: 5px;
	text-decoration : none;
}
input[type=submit]:hover{
    background-color : rgba(102, 153, 255, 0.8);
	
}
input[type=text],input[type=email],input[type=password]{
	-webkit-appearance: none;
    padding : 15px;
    margin : 10px;
	border-radius : 7px;
	font-size : 1em;
	width : 250px;
	border : 1px solid silver;
}
#email1{
	width : 180px;
}
#email2{
	width : 150px;
	background : #dedede;
	color: #555555;
}
select{
    padding : 15px;
    margin : 10px 0;
	border-radius : 7px;
	font-size : 1em;

	border : 1px solid silver;
}
.select-date{
	min-width : 30px;
}
img{
	height: auto;
	max-width : 100%;
}
@media screen and (max-width:590px){
	.content, #login{
		width : 94%;
		margin-top : 30px;
		padding : 3%;
		padding-top :20px;
		border-radius : 0;
	}
	footer{
		padding : 5px 0;
	}
}
.alert {
    padding: 10px;
    background-color: rgba(244,67,54,0.8); /* Red */
    color: white;
    margin-bottom: 15px;
}
.info {
    padding: 10px;
    background-color: rgba(102, 153, 255,0.8);
    color: white;
    margin-bottom: 15px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}