@media (min-width: 390px) {
    #registration_form_email{
        width: 100%;
        margin-top: 10px;
    }
    #registration_form_plainPassword{
        width: 100%;
        margin-top: 10px;
    }
    .required{
        margin-top: 10px;
    }
    #registration_form_agreeTerms{
        margin-left: 10px;
        margin-top: 15px !important;
    }
    .titleRegister{
        margin-left: 1rem !important;
    }
}
@media (max-width: 389px) {
    .titleRegister{
        margin-left: 0px !important;
    }
}


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

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

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

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}