﻿@media screen and (max-width:450px) {
    #divLeft {
        display:none;
    }
    #mainDivRegister {
        padding:0px !important;
    }
}
