<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    height: 100%;
}
body {
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
    /*background-color: #c20000;*/
}
.cabecera {
    height: 40px !important;
}
.form-register {
    width: 100%;
    padding: 15px 15px 0 15px;
    margin: 0 auto;
    text-align: center;
}
.form-register .buttons-row {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.form-register .form-label-group label.display-one-line {
    white-space: nowrap;
    clear: both;
    display: inline-block;
}
.register-img-cnt {
    max-width: 370px;
    margin: auto;
    padding: 15px;
}
.form-register a {
    color: #333;
    text-decoration: none;
}
.register-title {
    font-size: 2rem;
    line-height: 2.3rem;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.form-control {
    text-align: center;
    color: #9b9a9a;
    margin: 0 auto;
    max-width: 240px;
}
.terms-check {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.terms-check input {
    position: relative;
    margin-top: 3px;
}
.terms-check span {
    padding-left: 10px;
    color: #333;
}
.terms-check span a {
    text-decoration: underline;
}
.form-control-container {
    display: flex;
    align-items: flex-end;
    flex-flow: row wrap;
}
.form-label-group {
    margin-bottom: 20px;
    justify-content: center;
}
.form-label-group label {
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: block;
    padding-bottom: 0;
    margin: .8rem 0 .5rem 0;
    font: 14px 'Gotham Medium', sans-serif;
}
.logo-register {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#captcha_code_container {
    width: 280px;
}
.userID-error-close-handle {
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 13px;

    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.userID-error-close-handle:hover {
    opacity: 0.7;
}
.userID-error-content {
    line-height: 2;
}
.noMaxWidth {
    max-width: none !important;
}
.top-alert {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
    z-index: 999999;
}
.top-alert.top-warning {
    background: #bf0000;
}
.top-alert.top-success {
    background: #34d300;
}

@media (max-width: 991px) {
    .logo-register {
        max-width: 75%;
    }
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
@media (max-width: 768px) {
    .form-label-group {
        margin-bottom: 0;
    }
    .logo-register {
        max-width: 50%;
    }
}
@media (max-width: 575px) {
    .form-register {
        margin: 0 auto auto auto;
        padding-top: 0;
    }
    .logo-register {
        max-width: 50%;
    }
}
@media (max-width: 454px) {
    .logo-register {
        max-width: 100%;
    }
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .form-label-group label {
        position: static;
    }
    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}
</pre></body></html>