html, body {
    background: #001d41;
}

.reg-contents {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 840px;
    background: #f7f9fa;
    overflow-y: auto;
}

.reg-form {
    margin: 0 auto;
    padding: 50px 40px;
    max-width: 590px;
    min-height: 100px;
}

.reg-title {
    font-family: 'Rigid Square', 'Russo One', sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    color: #0071CE;
    margin-bottom: 40px;
}

.reg-title::after {
    content: ".";
    font-size: 1px;
    display: block;
    min-width: 250px;
    max-width: 250px;
    max-height: 3px;
    min-height: 3px;
    background: #0065B9;
    color: #0065B9;
    margin-top: 16px;
}

.reg-side-banner {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 840px;
    background: rgb(0, 29, 66);
    background: linear-gradient(0deg, rgba(0, 29, 66, 1) 0%, rgba(0, 11, 25, 1) 100%);
    color: #eee;
}

.reg-side-banner__inner {
    background: #0071CE url(../../img/_2026/moldura.png?1761744779) center no-repeat;
    background-size: 100% 100%;
}

.reg-side-banner__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*background: rgba(0, 0, 0, 0.3);*/
}

.reg-side-banner__logo {
    position: absolute;
    top: 50px;
    bottom: 50px;
    right: 100px;
    left: 100px;
    background: transparent url(../../img/_2026/logo26_eee.png?1761580059) center no-repeat;
    background-size: contain;
}

.reg-extra-message {
    margin: 40px 0;
    text-align: justify;
}

.reg-logo {
    display: none;
}

.reg-info {
    font-family: 'Rigid Square', 'Russo One', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 20px;
    line-height: 20px;
}

.reg-info strong {
    color: #0065B9;
    font-weight: 600;
}

#question {
    height: 90px;
    max-height: 90px;
    resize: none;
    line-height: 18px;
    margin-top: 12px;
}

@media all and (max-width: 1700px) {

    .reg-side-banner {
        width: 640px;
    }

    .reg-contents {
        left: 640px;
    }

}

@media all and (max-width: 1300px) {

    .reg-side-banner {
        width: 500px;
    }

    .reg-contents {
        left: 500px;
    }

    .reg-side-banner__logo {
        top: 40px;
        bottom: 40px;
        left: 50px;
        right: 50px;
    }

}

@media all and (max-width: 1000px) {

    .reg-side-banner {
        width: 400px;
    }

    .reg-contents {
        left: 400px;
    }

    .reg-side-banner__logo {
        top: 30px;
        bottom: 30px;
        left: 45px;
        right: 45px;
    }

}

@media all and (max-width: 850px) {

    .reg-side-banner {
        display: none;
    }

    .reg-logo {
        display: block;
        height: 260px;
        background: rgb(0, 29, 66);
        background: linear-gradient(0deg, rgba(0, 29, 66, 1) 0%, rgba(0, 11, 25, 1) 100%);
        margin-bottom: 40px;
    }

    .reg-logo__inner {
        background: transparent url(../../img/_2026/moldura.png?1761744779) center no-repeat;
        background-size: 100% 100%;
    }

    .reg-logo__overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        /*background: rgba(0, 0, 0, 0.3);*/
    }

    .reg-logo__logo {
        position: absolute;
        top: 30px;
        bottom: 30px;
        right: 150px;
        left: 150px;
        background: transparent url(../../img/_2026/logo26_eee.png?1761580059) center no-repeat;
        background-size: contain;
    }

    .reg-form {
        padding: 0 30px 40px;
    }

    .reg-contents {
        left: 0;
    }

}

@media all and (max-width: 600px) {

    .reg-logo__logo {
        right: 80px;
        left: 80px;
    }

}

@media all and (max-width: 440px) {

    .reg-logo__logo {
        right: 30px;
        left: 30px;
    }

}
