@media (min-width: 768px) and (max-width: 1180px) {
.authentication{
background-repeat: no-repeat;
height: 90vh;
}
}

@media (max-width: 767px) {
    .authentication{
        background-repeat: no-repeat;
        height: 90vh;
        margin: 10%;
}
}

