<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
section REGISTER
*/
#register-section {
    background-color: #ebebeb;
    text-align: center;
    padding-bottom: 40px;
}
#register-section .section-header {
    margin: 20px 0;
}
#register-section h2, #register-section h4 {
    color: #2669a3;
    text-align: center;
}
@media only screen and (max-width: 479px) {
    #register-section .section-header h2{
       font-size: 18px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #register-section .section-header h2{
        font-size: 28px;
    }
}
@media only screen and (max-width: 362px) {
    #form-signup .buttons-group .btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 363px) and (max-width: 767px) {
    #form-signup .buttons-group {
        text-align: center;
    }
}</pre></body></html>