/* common */



/* Small Devices, Tablets */
@media (min-width: 720px) {
    .register-modal-box {
        width: 75%;
    }
}



/* Large Devices, Wide Screens */
@media (min-width: 1020px) {
    .register-modal-box {
        width: 26em;
    }
}
