#login {
  font-family: 'roboto';
  font-weight: 300;
  background-color: white;
  position: absolute;
  left: 50%;
  width: 360px;
  margin-left: -170px;
  top: 15%;
  color: #999;
  text-align: center;
  height: 195px; }

.colores {
  width: 100%;
  height: 7px; }
  .colores div {
    height: 7px;
    width: 40px;
    float: left; }

.verde {
  background-color: #27ae60; }

.naranja {
  background-color: #f39c12; }

.azul {
  background-color: #3498db; }

.azul-oscuro {
  background-color: #2980b9; }

.fucsia {
  background-color: #e91e63; }

.fucsia-oscuro {
  background-color: #c2185b; }

.rojo {
  background-color: #e74c3c; }

.rojo-oscuro {
  background-color: #c0392b; }

.marron {
  background-color: brown; }

.negro {
  background-color: black; }

.texto-cabecera-login {
  background-color: #eee;
  width: 100%;
  padding: 15px 0;
  font-size: 1.3em; }

.transicion {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#cuerpo-login {
  height: 100%;
  border: 1px solid #eee;
  padding-top: 5px; }

input {
  width: 275px;
  border: 1px solid rgba(216, 218, 219, 0.5);
  color: #5d646a;
  height: 40px;
  line-height: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 15px;
  padding-left: 10px;
  outline: none; }

input[type="submit"] {
  font-size: 0.9em;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  width: 287px;
  background-color: #e74c3c;
  color: white; }
  input[type="submit"][type="submit"]:hover {
    background-color: #c0392b; }
