@charset "UTF-8";

body {
    background: linear-gradient(rgba(160.44, 157.76, 157.76, 0.7) 70%, rgba(160.44, 157.76, 157.76, 0) 100%), url('../images/login.jpg');
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 100vh !important;
    font-size: 14px;
    font-family: "Poppins", sans-serif !important;
    line-height: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    overflow: hidden !important;
    width: 100%;
}

.form-container {
    height: 100vh;
    margin: 5% auto;
    max-width: 95%;
    width: 400px;
}

.img-logo {
    height: auto;
    max-width: 100%;
    width: 300px;
}

.max-width-350 {
    max-width: 350px;
}