.text-red{
    color:#d60029;
}

.bg-red{
    background: #d60029;
}
.bg-cream{
    background:#fff3d7;
}
.text-cream{
    color:#fff3d7;
}
@media screen and (max-width: 540px) {
    .login{
        /* Mobile */
        width:100%;
        margin-top:20%;
    }

}

/* Desktop */
@media screen and (min-width: 540px) {
}