<!CSS Document>

* {
	text-decoration: none;
}

body {
	background-color: #A9D0F5; width: 100%; height: 100%;
}

.logohome img {
	max-width: 50%; max-height: 25%; float: left;
}

#login {
	margin-right: 5%; margin-top: 5%; float: right; 
}

.botaologin {
	width: 25%; height: 25%; font-weight: bold;
}

.rodape {
	clear: right; clear: left; text-align: right; margin-right: 5%; 
}

a {
  font-size: 150%; color: #00F; text-decoration: none;
}

a:hover {
	font-size: 200%; color: #F00; text-decoration: none;
}

.imghome img {
	max-width: 30%; max-height: 30%;  padding: 0.5%;
}

/* Links */

a.home:link, a.home:visited {
    background-color: #f44336;
    color: white;
    padding: 1% 2%;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
}

a.home:hover, a.home:active {
    background-color: red;
}

/* Botão de reenvio de código de verificação */

#reenvio {
	width: 25%; height: 8%; font-size: 120%; border-color: #FFF; color: #F22; background-color: #000;
}

/* Link esqueci a senha */

.esquecisenha {
	float: right; font-size: 80%; margin-right: 5%;
}

/* Envio e-mail redefinir senha */

.margem {
	margin-left: 5%;

}

input[type="email"] {
	background-color: #CCC; width: 30%;
}

input[type="password"] {
 background-color: #CCC; width: 30%; 	
}

input[type="email"]:focus {
  background-color: #FFF; width: 30%; 
}

input[type="password"]:focus {
  background-color: #FFF; width: 30%; 
}

form label {
  font-weight: bold; color: #033; float: left; width: 8%; font-size: 150%; 
}

.alinhamento {
  width: 150%; font-size: 200%; 
}


