body {
    font-family: 'Lato', sans-serif;
}
.bg-gradient {
    background-image: linear-gradient(180deg,#80960a 10%,#7c900a 100%);
    background-color: #80960a;
}

.bg-login-image {
    background: url("../img/natea1.jpg");
    background-position: center;
    background-size: cover;
}

.bg-password-image {
    background: url("../img/natea2.jpg");
    background-position: center;
    background-size: cover;
}

.bg-register-image {
    background: url("../img/natea3.jpg");
    background-position: center;
    background-size: cover;
}

.responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
