/*-- MEDIA QUERIES ------------------------------------------------*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) {
    #page-login-signup #page #region-main .mform .fitem_fcheckbox .fitemtitle {
        width: 85%;
        float: right;
    }

    #page-login-signup #page #region-main .mform .fitem_fcheckbox .felement {
        width: 15%;
        float: left;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #page-login-signup #page #region-main .mform .fitem_fcheckbox .fitemtitle {
        width: 93%;
        float: right;
    }

    #page-login-signup #page #region-main .mform .fitem_fcheckbox .felement {
        width: 7%;
        float: left;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
