@media (min-width: 1000px) {
    .modal-content {
        width: 56% !important;
        height: 480px !important;
    }
}

@media (min-width: 320px) and (max-width: 1024px) {

    .modal-content {
        width: 90% !important;
        height: 557px !important;
    }

    p.modal-header {
        /* height: 72px; */
        width: 98%;
        color: #333333;
        font-family: 'Libre Franklin', sans-serif;
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 28px;
        margin-top: -18px;
        text-align: center;
        margin-left: -11px;
    }

    p.modal-strapline {
        width: 98%;
        color: #333333;
        font-family: 'Libre Franklin', sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 17px;
        margin-bottom: 30px;
        margin-top: -9px;
        text-align: center;
    }

    .btn-continue-reg {
        color: purple !important;
        background: white !important;
        border-color: purple !important;
        border: solid !important;
        margin-left: 7px;
        width: 200px;
    }

    .purple-button-reg {
        border-color: purple !important;
        color: white !important;
        background-color: purple !important;
        margin-left: 8px !important;
        width: 200px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

@media (min-width: 375px) and (max-width: 1024px) {

    .modal-content {
        width: 90% !important;
        height: 487px !important;
    }

    p.modal-header {
        /* height: 72px; */
        width: 98%;
        color: #333333;
        font-family: 'Libre Franklin', sans-serif;
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 28px;
        margin-top: -18px;
        text-align: center;
        margin-left: 9px;
    }

    p.modal-strapline {
        width: 98%;
        color: #333333;
        font-family: 'Libre Franklin', sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 17px;
        margin-bottom: 30px;
        margin-top: -9px;
        text-align: center;
    }

    .btn-continue-reg {
        color: purple !important;
        background: white !important;
        border-color: purple !important;
        border: solid !important;
        margin-left: 7px;
        width: 250px;
    }

    .purple-button-reg {
        border-color: purple !important;
        color: white !important;
        background-color: purple !important;
        margin-left: 8px !important;
        width: 250px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

@media (min-width: 425px) and (max-width: 1024px) {

    .modal-content {
        width: 90% !important;
        height: 480px !important;
    }

    p.modal-header {
        /* height: 72px; */
        width: 98%;
        color: #333333;
        font-family: 'Libre Franklin', sans-serif;
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 28px;
        margin-top: -18px;
        text-align: center;
        margin-left: 34px;
    }

    p.modal-strapline {
        width: 98%;
        color: #333333;
        font-family: 'Libre Franklin', sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 17px;
        margin-bottom: 30px;
        margin-top: -9px;
        text-align: center;
    }

    .btn-continue-reg {
        color: purple !important;
        background: white !important;
        border-color: purple !important;
        border: solid !important;
        margin-left: 7px;
        width: 296px;
    }

    .purple-button-reg {
        border-color: purple !important;
        color: white !important;
        background-color: purple !important;
        margin-left: 8px !important;
        width: 296px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
}
.green-background {
    background-color: white !important;
}
#login-reg-modal {
    padding-right: 15px;
    display: none;
}

#error-message-desktop {
    color: red;
    display: none !important;
    margin-left: 507px;
    margin-top: -28px;
}

#error-message-mobile {
    color: red;
    display: none !important;
    margin-left: 160px;
}

#btnyouthxawardsentrymobilebuttonsmaxbutton {
    color: #940EAF !important;
    border-color: #940EAF !important
}
#YouthXAwardsTermAndCondition {
    color: #940EAF !important;
}