.overlay1 {
    position: absolute;
    width: 100%;
    /* background-color: #064dc3; */
    background-color: #064dc3;
    height: 100%;
    opacity: 1;
    z-index: 1;
}

@media only screen and (max-width:420px) {
    .overlay1 {
        background-color: white;
        /* background-color: #d5d5d5 !important; */
        background: url('../img/app/login-appmdpi.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        opacity: 0.7;
    }
}

.overlay2 {
    /* position: absolute; */
    margin: 20px;
    z-index: 5;
}