@media screen and (max-width: 320px){
    .index-footer-link {
        font-size: 8px;
    }

    #index-reg-notice {
        font-size: 11px !important;
    }

    .index-action-button {
        height: 45px !important;
        width: 88% !important;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px){
    .index-footer-link {
        font-size: 12px;
    }

    .index-action-button {
        height: 56px !important;
        width: 84% !important;
    }
}

@media screen and (min-width: 376px) and (max-width: 425px) {
    .index-footer-link {
        font-size: 10px;
    }

    .index-action-button {
        height: 56px !important;
        width: 80% !important;
    }
}

@media screen and (max-width: 767px){
    body {
        background-color: #000000 !important;
    }

    #index-left-section {
        border-radius: 0 !important;
    }

    #index-right-section {
        background-color: #000000 !important;
        border-radius: 0 !important;
        margin-top: -1px;
        padding-top: 0 !important;
    }

    .mobile-white {
        color: #ffffff;
    }

    #index-login {
        border-color: #ffffff !important;
        color: #ffffff !important;
    }

    #index-reg {
        background-color: #ffffff !important;
        color: #000000;
    }

    a {
        color: #ffffff;
    }

    #index-logo {
        margin-top: 32px;
        margin-bottom: 16px;
        max-width: 215px !important;
    }

    #index-heading {
        margin-top: 0 !important;
    }

    #index-reg-notice {
        width: 86% !important;
    }

    .index-action-button {
        height: 56px !important;
    }
}