.logo-login {
    position: absolute !important;
    margin-top: -150px !important;
    width: 380px;
}

@media (max-width: 960px) {
    .logo-login {
        width: 350px;
    }
}

@media (max-width: 700px) {
    .logo-login {
        width: 310px;
    }
}

@media (max-width: 600px) {
    .logo-login {
        width: 300px;
    }
}

@media (max-width: 320px) {
    .logo-login {
        width: 180px;
        margin-top: -30px !important;
    }
}

.swal2-container .swal2-popup h2 {
    font-family: 'roboto', sans-serif !important;
}
.swal2-container .swal2-popup div {
    font-family: 'roboto', sans-serif !important;
}
.swal2-container .swal2-popup button {
    font-family: 'roboto', sans-serif !important;
}

.swal2-container  h2 {
    font-family: 'roboto', sans-serif !important;
}
.swal2-container  div {
    font-family: 'roboto', sans-serif !important;
}
.swal2-container button {
    font-family: 'roboto', sans-serif !important;
}