@media ( max-width: 767px ) {
    .clearfix {
        margin-bottom: 15px;
    }

    .quick_register input[type="text"],
    .quick_register input[type="password"] {
        margin: 10px auto;
    }

    .quick_register input[type="checkbox"] {
        display: none;
    }

    .quick_register label { 
        font-family: 'ctc_splash_rounded', sans-serif;
        font-size: 11px;
    }

    .quick_register .reg-submit {
        margin-top: 20px;
    }

    .quick_register label[for="i_agree_ID"] {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
        margin-top: 10px;
    }

    input[type="submit"] {
        background-color: white;
        color: #664a9b;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        text-transform: uppercase;
        font-family: 'ctc_splash_roundedbold', sans-serif;
        font-size: 17.17px;
        border: none;
    }

    input[type="submit"]:hover,
    input[type="submit"]:active {
        border: none;
    }

    input[type="text"].error-border,
    input[type="password"].error-border {
        color: white !important;
        border-color: red !important;
    }

    .warning {
        color: red;
        margin-top: -10px;
        font-family: 'ctc_splash_rounded', sans-serif;
        font-size: 14px;
        line-height: normal;
    }

    .reg-ok {

    }

    .reg-ok h3 {
        font-family: 'ctc_splash_roundedbold', sans-serif;
        font-size: 34.94px;
    }

    .reg-ok p {
        font-family: 'ctc_splash_rounded', sans-serif;
        font-size: 18px;
        margin: 0 0 20px;
    }
}