* {
    font-family: "Poppins", sans-serif !important;
}

.material-field {
    width: 100%;
}

.password-container {
    padding-right: 0px;
}

/* Smartphones (portrait and landscape) */
@media only screen and (min-device-width : 990px) and (max-device-width : 2000px) {}

@media only screen and (min-device-width : 100px) and (max-device-width : 767px) {
    .form-container {
        padding: 10px 25px;
    }

    .material-field {
        width: 100%;
    }

    .support {
        margin-top: 10px;
    }

    .image-section {
        background-position: 100% 35%;
    }
}