@media screen and (max-width: 700px) {
        .login-v2{
                background:url(../img/transparent/black-0.4.png);
                background:rgba(0,0,0,.4);
                color:#ccc;
                position:absolute;
         		-webkit-border-radius:4px;
         		-moz-border-radius:4px;
         		border-radius:4px;
				left:0px;
				top:0;
        }
}