html, body {
	background: #09ccdc;
    height: 100%;
}

.title, label {
    color: white !important;
}

.registrarse-link {
	color: white !important;
	font-size: 32px;
}


/* This is to remove Chrome's autocomplete color change on login. */
@-webkit-keyframes autofill {
    to {
        background: #ffb733;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}