*{margin: 0; margin: 0;}
body{
}
#container{
	height: 480px;
	width: 320px;
	background-color: #E44237;
	text-align: center;
}
img{
	width: 153px;
	height: 153px;
	margin-top: 43px;
	margin-bottom: 60px;
}
#inputs input{
	background: #E6E6E6;
	padding-right: 44px;
	padding-left: 15px;
	height: 32px;
	margin-bottom: 12px;
	border: solid 1px #999999;
}
#inputs input:focus{
	background-color: #fff;
    border-color: #e8c291;
    outline: none;
}
#login a{
	margin-top: 18px;
	margin-bottom: 18px;
	font-weight: bold;
	color: #4D4D4D;
	display: inline-block;
	background-color: #fff;
	height: 40px;
	width: 235px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
}
.checkbox{
    color: #fff;
    font-size: 14px;
}
.checkbox input{
    display: none;
}
.checkbox .rounded{
    background-color: #E44237;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    position: relative;
    bottom: 1px;
}
.checkbox input:checked + .rounded{
    background-color: #fff;
}