﻿
body {
    font-family: 'Roboto', sans-serif;
    background-color: #F3F9EF;
}

.montserrat {
    font-family: 'Montserrat Alternates', sans-serif;
}


.footer-text {
    font-size: 1.2rem;
}


@media only screen and (orientation: landscape) and (max-height: 500px) {
    .contenedor-login {
        transform: scale(0.8);
        transform-origin: center;
    }
}
