@media only screen
and (min-width : 10px)
and (max-width : 700px) {
    .overlay-container{
        display: none;
    }

    .sing-up-container{
        width: 100%;
    }

    .container.right-panel-active .sing-up-container {
        transform: none;
    }
    .onlyMobile{
        display: block;
        text-align: center;
    }
}