/**---------------login form popup--------------**/
.ci-login-form .modal-inner-wrap{
    width:360px !important;
    min-width:310px !important;
}

/**---------------media only screen--------------**/

@media only screen and (max-width: 450px) {
.ci-login-form .modal-inner-wrap{
    width:310px !important;
    min-width:310px !important;
    }

}
