*{
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
}


body {
	font: Courier;
	border: 1px solid blue;
}

#login {
	width: 300px;
	margin: 0 auto;
	position: relative;
	top: 120px;
	border: 1px solid #F1F1F1;
	Padding: 25px;
}

.logo {
	width: 250px;
	margin: 0 auto;
}	

label {
	display: block;
	margin-top: 10px;
}

.txt {
	border: none;
	height: 40px;
	width: 250px;
	margin-top: 10px;
	padding-left: 10px;
	border: thin solid #F1F1F1;
	cursor: pointer;
	color: #666;
}

.marciox {
	border: none;
	height: 40px;
	width: 250px;
	margin-top: 10px;
	padding-left: 10px;
	border: thin solid #F1F1F1;
	cursor: pointer;
	color: #666;
}

.message {
	margin: 0 auto;
	background: #FF7898;
	color: #FFF;
	width: 400px;
	height: 40px;
	margin-top: -8px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
	display: block;
	padding-top: 20px;
}

.acomodar {
	margin: 0 auto;
	width: 250px;
}

.sb:hover {
	background: #09F;
	color: #FFF;
}

.bradius {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.txt:focus {
	border: thin solid #09F;
	box-shadow: 0 2px 10px #09F;
	-webkit-box-shadow: 0 2px 10px #09F;
	-moz-box-shadow: 0 2px 10px #09F;
}

.txt, .txt:focus, .sb, .sb:focus {
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}

