@media only screen and (max-width: 767px) {

span.or {
    display: flex !important;
    text-align: left !important;
    width: 100%;
    justify-content: flex-start !important;
    margin-bottom: 10px;
}


}

@media only screen and (max-width: 479px) {
.maillabel img {
    width: 100%;
}
}