body {
	background: #009688;
	font-family: "Tahoma" ;
}
.alert
{
	padding: 5px 15px;
}

.info
{
	width: 35%;
}

@media (min-width: 240px) and (max-width: 768px) {
	.info
	{
		width: 90%;
	}
}

.wrap {
	width:290px;
	height: auto;
	margin: auto;
	margin-top: 2%;
	padding: 20px;
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border: 2px solid rgb(39, 61, 111);
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset;
}
.avatar {	
	padding: 10px;
	margin: auto;
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	position: relative;
}
.avatar img {
	width: 100%;
	margin: auto;
	display: block;
}
.wrap input {
	border: none;
	font-family: "Tahoma" ;
	font-weight:700 ;
	display: block;
	height: 40px;
	outline: none;
	width: calc(100% - 24px) ;
	margin: auto;
	padding: 6px 12px 6px 12px;
}
.bar {
	width: 100%;
	height: 1px;
	background: #fff ;
}
.bar i {
	width: 101%;
	margin: auto;
	height: 1px ;
	display: block;
	background: #d1d1d1;
}
.wrap input[type="text"] {
	border-radius: 7px 7px 0px 0px ;
	-moz-border-radius: 7px 7px 0px 0px ;
	-webkit-border-radius: 7px 7px 0px 0px ;
	box-sizing: initial;
	border: 1px solid rgb(178, 178, 178);
    box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
}

input#tendangnhap {
	border-bottom: none;
}

.wrap input[type="password"] {
	border-radius: 0px 0px 7px 7px ;
	-moz-border-radius: 0px 0px 7px 7px ;
	-webkit-border-radius: 0px 0px 7px 7px ;
	box-sizing: initial;
	border: 1px solid rgb(178, 178, 178);
	border-top: none;
    box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
}
.forgot_link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	position: relative;
	left: 193px;
	top: -36px;
}
.wrap input[type="submit"] {
	width: 100%;
}