/* Start Page Enhancements */
.footer-pw-small {
    display: none !important;
    color: white !important;
}

.start-page-text-2 {
    margin-top: 20px !important;
    font-size: 24px !important;
}

.start-page-text-1 {
    margin-top: 20px !important;
    font-size: 36px !important;
}

.register-page-copyright p {
    font-size: 20px !important;
}

.submit {
    font-size: 25px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#login .register-page-copyright{
    position: unset !important;
    padding-left:30px !important; 
}

/* MacBook Pro 16" (3456x2234) - Already exists but keeping for reference */

/* iMac 24" (4480x2520) */
@media (min-width: 4480px) and (min-height: 2520px) {
    .start-page-text-1 {
        margin-top: 100px !important;
        font-size: 140px !important;
    }

    .start-page-text-2 {
        margin-top: 120px !important;
        font-size: 85px !important;
        line-height: 105px !important;
    }

    .register-page-copyright p {
        font-size: 70px !important;
    }

    .submit {
        font-size: 78px !important;
    }

    #login .register-page-txt {
        padding: 280px 140px 140px;
    }

    .container{
        max-width: 90% !important;
    }


    .register-page-txt img {
        max-height: 95px;
    }
}

@media (min-width: 3456px) and (min-height: 2234px) {
    .start-page-text-1 {
        margin-top: 75px !important;
        font-size: 115px !important;
    }

    .start-page-text-2 {
        margin-top: 95px !important;
        line-height: 95px !important;
        font-size: 70px !important;
    }

    .register-page-copyright p {
        font-size: 58px !important;
    }

    #login .register-page-txt {

        padding: 220px 110px 110px;
    }

    .container{
        max-width: 90% !important;
    }

    .submit {
        padding: 20px !important;
        font-size: 65px !important;
    }

    .register-page-txt img {
        max-height: 80px;
    }
}

/* MacBook Pro 14" (3024x1964) */
@media (min-width: 3024px) and (min-height: 1964px) {
    .start-page-text-1 {
        margin-top: 65px !important;
        font-size: 95px !important;
    }

    .start-page-text-2 {
        margin-top: 75px !important;
        font-size: 58px !important;
        line-height: 70px !important;
    }

    .register-page-copyright p {
        font-size: 48px !important;
    }

    .submit {
        font-size: 52px !important;
    }

    #login .register-page-txt {
        padding: 170px 100px 100px;
    }

    .register-page-txt img {
        max-height: 70px;
    }
        .container {
        max-width: 90% !important;
    }
}


/* MacBook Air 13" (2560x1664) */
@media (min-width: 2560px) and (min-height: 1664px) {
    .start-page-text-1 {
        margin-top: 50px !important;
        font-size: 75px !important;
    }

    .start-page-text-2 {
        margin-top: 60px !important;
        font-size: 48px !important;
        line-height: 58px !important;
    }

    .register-page-copyright p {
        font-size: 35px !important;
    }

    .submit {
        font-size: 42px !important;
    }

    #login .register-page-txt {
        padding: 140px 90px 90px;
    }

    .register-page-txt img {
        max-height: 60px;
    }
        .container {
        max-width: 90% !important;
    }
}


@media (min-width: 768px) and (max-width: 1199px){
    .start-page-text-1 {
        margin-top: 10px !important;
        font-size: 32px !important;
        line-height: 38px !important;
    }

    .start-page-text-2 {
        line-height: 26px !important;
        margin-top: 20px !important;
        font-size: 20px !important;
    }

    .register-page-copyright p {
        font-size: 14px !important;
    }

    .submit {
        font-size: 17px !important;
        padding: 12px 20px !important;
    }

    #login .register-page-txt {
        padding: 30px 40px 20px !important;
    }

    #login {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .register-page-form {
        padding: 20px !important;
    }
        .container{
        max-width: 90% !important;
    }

}

@media (max-width: 767px) {
    .register-page-wrapper {
        position: unset !important;
    }

    .register-page-form {
        padding: 0px 30px 80px 30px !important;
    }

    .footer-pw {
        display: none !important;
    }

    .footer-pw-small {
        display: block !important;

    }

    .start-form {
        padding-right: 0% !important;
        ;
        padding-left: 0
    }

    .btn.submit {
        margin-bottom: 30px !important;
    }

    .container {
        max-width: 90% !important;
    }

    .start-page-text-1 {
        margin-top: 0px !important;
        font-size: 25px !important;
        ;
        line-height: 32px !important;
        margin-bottom: 10px !important;
    }

    .start-page-text-2 {
        margin-top: 30px !important;
        font-size: 20px !important;
        ;
        line-height: 32px !important;
        ;
    }

    .register-page-copyright p {
        padding-top: 0px !important;
        ;
        font-size: 16px !important;
    }

    #login .register-page-txt {
        padding: 60px 60px 20px;
    }

    #login {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .submit {
        font-size: 21px !important;
    }
    #login .register-page-wrapper:after{
        border-radius:16px !important;
    }
}