*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/css/Quicksand-400.ttf) format('truetype')
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/css/Quicksand-700.ttf) format('truetype')
}


body {
    background-color: #f9f9f9;
    color: #000000;
    font-family: 'Quicksand',sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-image: none;
    display: block;
}

a {
    color: #b4231d;
    white-space: normal;
    text-decoration: none
}

a:hover,a:focus,a.active {
    color: #881a16;
    text-decoration: none
}

a:-webkit-any-link:focus-visible {
    outline-color: transparent
}

h1,h2,h3,h4,h5,h6 {
    color: #b4231d;
    font-family: inherit;
    font-weight: 600 !important;
    font-style: normal;
    line-height: 1.3
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: none
}

h1 button,h2 button,h3 button,h4 button,h5 button,h6 button {
    margin-left: 10px;
    vertical-align: middle
}

h1 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 19px
}

h6 {
    font-size: 16px
}

form {
    display: block;
    margin-top: 0em;
}

.form .form-input, .form .form-select, .form .form-checkbox, .form .form-radio, .form .form-upload, .form .form-date, .form .form-time, .form .form-textarea, .form .form-number, .form .form-spinner, .form .form-range {
    margin: 15px 0;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    border: none;
}

.form .form-checkbox, .form .form-radio {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

input:not(.button), select {
    height: 42px;
    line-height: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input:not(.button), select, textarea.ui-input-text, textarea {
    border: 1px solid #d0d0d0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #000000;
    text-align: left;
    font-family: 'Quicksand',sans-serif !important;
    font-size: 14px !important;
    background-color: #ffffff;
    padding: 10px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right center;
}

input[type="checkbox"],input[type="radio"] {
    margin: 0 7px 0 0;
    width: 16px;
    height: 16px;
    padding: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background-position: center;
    background-color: #ffffff;
    flex-shrink: 0;
    cursor: pointer;
    border-width: 1px
}

input[type="checkbox"]:checked,input[type="radio"]:checked {
    background-size: 10px;
    background-position: 50%;
    border-color: #0d6efd
}

input[type="checkbox"]:focus,input[type="radio"]:focus {
    -webkit-text-fill-color: #000000;
    color: #000000;
    background-color: #ffffff;
    border-color: #b4231d;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type="checkbox"] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

input[type="checkbox"]:checked {
    background-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill:%23ffffff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M45,7.49c0,.33-.13,.63-.36,.85L14.64,38.36c-.47,.47-1.24,.47-1.71,0L.36,25.8C.13,25.56,0,25.26,0,24.94s.13-.63,.36-.86c.23-.23,.54-.35,.85-.35s.62,.12,.85,.35l11.71,11.71L42.94,6.64c.23-.23,.54-.35,.85-.35s.62,.12,.85,.35c.23,.23,.36,.53,.36,.85Z'/%3E%3C/svg%3E")
}

input[type="checkbox"]:checked:disabled {
    border-color: #d0d0d0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill:%23adaeae; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M45,7.49c0,.33-.13,.63-.36,.85L14.64,38.36c-.47,.47-1.24,.47-1.71,0L.36,25.8C.13,25.56,0,25.26,0,24.94s.13-.63,.36-.86c.23-.23,.54-.35,.85-.35s.62,.12,.85,.35l11.71,11.71L42.94,6.64c.23-.23,.54-.35,.85-.35s.62,.12,.85,.35c.23,.23,.36,.53,.36,.85Z'/%3E%3C/svg%3E")
}

input[type="checkbox"].checkbox-round {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important
}

input[type="checkbox"].checkbox-round:checked {
    background-image: url("data:image/svg+xml,%3Csvg fill='%230d6efd' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 400 400' style='enable-background:new 0 0 400 400;' xml:space='preserve'%3E%3Ccircle class='st0' cx='200' cy='200' r='200'/%3E%3C/svg%3E") !important;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff
}

.is-invalid {
    border-color: #EA1D28 !important;
}

.is-invalid:focus {
    border-color: #EA1D28 !important;
}

.invalid-feedback, .error-input-text {
    color: #EA1D28 !important;
    font-size: 12px;
    margin: 7px 0 0 1px;
    font-weight: normal;
    text-align: left;
    background: none;
    padding: 0;
    border: none;
    width: 100%;
    display: none;
}

/*********/

.button-styles-general {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px !important
}

.button,a.button {
    font-family: 'Quicksand',sans-serif !important;
    text-align: center;
    text-decoration: none;
    font-size: 13px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-width: 1px;
    font-weight: 600;
    text-transform: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    padding: 10px 20px;
    outline: none;
    width: fit-content;
    height: 41px;
    cursor: pointer;
    white-space: nowrap;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px !important;
    background-color: #b4231d;
    border-color: #b4231d;
    color: #ffffff
}

.button .icon,a.button .icon {
    margin-right: 7px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 15px;
    background-size: contain !important
}

.button:hover,a.button:hover {
    background: #881a16;
    border-color: #881a16;
    color: #ffffff
}

.button-default,a.button-default,.ui-button.button-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-width: 1px;
    font-weight: 600;
    text-transform: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    padding: 10px 20px;
    outline: none;
    width: fit-content;
    height: 41px;
    cursor: pointer;
    white-space: nowrap;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px !important;
    background: #b4231d;
    border-color: #b4231d;
    color: #ffffff
}

.button-link,a.button-link {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    border-width: 0;
    font-weight: 600;
    text-transform: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    padding: 10px 20px;
    outline: none;
    width: fit-content;
    height: 41px;
    cursor: pointer;
    white-space: nowrap;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px !important;
    padding: 0;
    height: fit-content;
    background-color: transparent;
    color: #b4231d
}

.button-group {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0;
    gap: 10px
}

/*********/

.page #header {
    position: relative;
    height: 200px;
    background-color: white;
}

.page #header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.35);
    height: 30px;
    width: 100%;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    z-index: 2;
    display: flex
}

.page #header-content {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1140px;
    height: calc(200px - 60px);
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header #header-content>a {
    margin-top: 25px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    width: 250px;
    height: 100%;
    max-width: 900px;
    max-height: 130px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#header-content .logo {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
}



#header #header-content .wgt-header-links {
    margin-top: 0;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    display: flex;

    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
}



#header #header-content .wgt-header-no-user {
    margin-top: 0;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    display: flex;

    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
}

.icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: sub;
}

.link-support-request .icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill:%23ffffff; %7D .cls-2 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M22.5,1.56C10.95,1.56,1.56,10.95,1.56,22.5s9.39,20.94,20.94,20.94,20.94-9.39,20.94-20.94S34.05,1.56,22.5,1.56Zm0,39.73c-10.36,0-18.79-8.43-18.79-18.79S12.14,3.71,22.5,3.71s18.79,8.43,18.79,18.79-8.43,18.79-18.79,18.79Z'/%3E%3Cg%3E%3Ccircle class='cls-1' cx='22.5' cy='13.34' r='1.81'/%3E%3Cpath class='cls-2' d='M23.37,20.8v11.79c0,.49-.38,.88-.87,.88s-.88-.39-.88-.88v-11.79c0-.48,.39-.87,.88-.87s.87,.38,.87,.87Z'/%3E%3C/g%3E%3C/svg%3E")
}

.link-help .icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill:%23ffffff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M22.5,1.56C10.95,1.56,1.56,10.95,1.56,22.5s9.39,20.94,20.94,20.94,20.94-9.39,20.94-20.94S34.05,1.56,22.5,1.56Zm0,39.73c-10.36,0-18.79-8.43-18.79-18.79S12.14,3.71,22.5,3.71s18.79,8.43,18.79,18.79-8.43,18.79-18.79,18.79Z'/%3E%3Cpath class='cls-1' d='M28.48,18.05c0,2.81-2,5.27-4.75,5.85l-.4,.08v3.86c0,.46-.37,.83-.83,.83s-.83-.37-.83-.83v-4.64c0-.46,.37-.84,.83-.84,2.38,0,4.32-1.93,4.32-4.31s-1.94-4.32-4.32-4.32-4.31,1.94-4.31,4.32c0,.46-.38,.83-.84,.83s-.83-.37-.83-.83c0-3.3,2.68-5.98,5.98-5.98s5.98,2.68,5.98,5.98Z'/%3E%3Cpath class='cls-1' d='M23.67,31.76c0,.65-.52,1.18-1.17,1.18s-1.17-.53-1.17-1.18,.53-1.17,1.17-1.17,1.17,.53,1.17,1.17Z'/%3E%3C/svg%3E")
}

.link-login .icon {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill:%23ffffff; %7D %3C/style%3E%3C/defs%3E%3Cg id='Sign_Out' data-name='Sign Out'%3E%3Cpath class='cls-1' d='M23.02,1.04c0-.51,.4-.92,.91-.92h20.04c.51,0,.92,.41,.92,.92V43.96c0,.51-.41,.92-.92,.92H23.93c-.51,0-.91-.41-.91-.92s.4-.91,.91-.91h19.12V1.95H23.93c-.51,0-.91-.41-.91-.92Z'/%3E%3Cpath class='cls-1' d='M34.58,23.12l-9.87,10.02c-.18,.17-.4,.27-.65,.27s-.47-.1-.65-.28c-.35-.36-.35-.95,.01-1.31l8.31-8.43H1.02c-.51,0-.91-.41-.91-.93s.4-.93,.91-.93H31.73l-8.32-8.43c-.35-.36-.35-.95,.01-1.31,.34-.35,.94-.35,1.28,0l9.88,10.01h.01c.35,.36,.35,.96-.01,1.32Z'/%3E%3C/g%3E%3C/svg%3E")
}


.link {
    color: #ffffff;
    font-weight: normal;
    text-transform: none;
    position: relative;
    transition: .3s;
    cursor: pointer;
    padding-right: 15px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page #container {
    top: -60px;
    position: relative;
}

#content-wrapper {
    overflow: hidden;
    position: relative;
    clear: both;
}

#content {
    background: #ffffff;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
    max-width: 1140px !important;
    overflow: hidden;
    padding: 40px;
    margin-top: 90px;
    margin-bottom: 30px;
    min-height: 750px;
}

#content h1 span {
    font-weight: 600;
}

.page #footer {
    background: #2b2b2b;
    font-size: 12px;
    margin-top: 20px;
    height: 105px;
    padding: 15px 10px 10px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 0;
    border-style: solid;
    border-color: transparent
}



.page  #footer .footer-widgets {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: 1140px;
    text-align: center;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: visible
}

.page #footer .footer-widgets .wgt-links {
    margin-top: 0;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
}

.page #footer .footer-widgets .wgt-links .link {
    color: rgba(255,255,255,0.6);
    margin-left: 0;
    margin-right: 20px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.page-error-404 .error-404-info {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    gap: 20px;
}



.page-error-404 .error-404-info-item-1 {
    width: 45%;
}

.page-error-404 h1, .page-error-404 h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: left;
    font-weight: 600;
}

.page-error-404 .error-404-info .error-404-info-item-1 p {
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    margin: 0 0 25px 0;
}

.page-error-404 .error-404-help .error-404-help-item .button.button-simple {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    border-width: 0;
    font-weight: 600;
    text-transform: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    padding: 10px 20px;
    outline: none;
    width: fit-content;
    height: 41px;
    cursor: pointer;
    white-space: nowrap;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px !important;
    padding: 0;
    height: fit-content;
    background-color: transparent;
    color: #b4231d
}

.page-error-404 .error-404-help {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: 80%;
    margin: 50px auto 0;
}

.page-error-404 .error-404-help .error-404-help-item {
    width: 100%;
    padding: 20px;
    -webkit-box-shadow: 0 0 12px -2px rgba(0,0,0,0.2);
    box-shadow: 0 0 12px -2px rgba(0,0,0,0.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ffffff;
}

.page-error-404 .error-404-help .error-404-help-item h3 {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.page-error-404 h3 {
    font-size: 20px;
    color: #000000;
    margin: 0;
}


.page-error-404 .error-404-help .error-404-help-item p {
    color: rgba(0,0,0,0.65);
    margin-bottom: 20px;
    text-align: left;
}

.page-error-404 .error-404-info .error-404-info-item-2 {
    width: 55%;
    height: 400px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/img/imagen-404.svg);
}




/*********/


.page-login {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/img/a8d8ab11-38fb-4b18-9ef5-a04ea8be925f-1685966679627.jpg);
    height: calc(100vh - 105px);
    position: relative;
}



.page-login #header {
    background-color: transparent;
    position: relative;
}

.page-login #container {
    overflow: hidden;
}

.page-login #content {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    overflow: hidden;
    padding: 30px 0 0;
}

.page-login #content h1, .page-login #content h2 {
    color: #000000;
    font-size: 27px;
    font-weight: 300;
    text-transform: none;
    width: 42%;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.2;
    text-shadow: none;
}

.page-login #content .box-login {
    background-color: rgba(234,234,234,0.8);
    float: left;
    padding: 30px 20px;
    width: 100%;
    max-width: 45%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.page-login #content .box-login h3 {
    color: #000000;
    text-align: left;
    margin: 0;
}


.form {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    border: 0 solid transparent;
}

.form .form-input, .form .form-select, .form .form-checkbox, .form .form-radio, .form .form-upload, .form .form-date, .form .form-time, .form .form-textarea, .form .form-number, .form .form-spinner, .form .form-range {
    margin: 15px 0;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    border: none;
}

.form .form-input:not(.form-chip) label, .form .form-select label, .form .form-upload label, .form .form-date label, .form .form-time label, .form .form-textarea label, .form .form-number label, .form .form-spinner label, .form .form-range label {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 14px;
    color: #000000;
    text-align: left;
}

.page-login #content .box-login .button-group .button {
    min-width: 250px;
    position: relative;
}

.page-login #content .box-login .button-group {
    text-align: center;
    margin: 30px 0 0;
}

.page-login #header .wgt-header-no-user {
    display: none !important;
}


/* RESPONSIVE */

@media (max-width: 1140px) {
    .page-error-404 .error-404-info {
        padding: 0 40px;
    }

    #header #header-content .wgt-header-links {
        margin-left: 20px;
    }

    .page-login #header-content .wgt-header-links {
        margin-left: 30px;
        margin-top: 15px;
    }

    .page-login #content {
        padding: 40px;
    }

    .page-login #header-content>a {
        left: 40px;
    }

    .page #header-content>a {
        max-width: 700px;
    }




}

@media (max-width: 1080px) {
    .page-login #content .box-login {
        max-width: 60%;
    }
}


@media screen and (max-height: 950px) {
    .page-login {
        height: auto;
    }
}

@media screen and (min-height: 950px) {
    .page #footer {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media (max-width: 800px) {
    .page-login #content .login-box-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-login #content .box-login {
        max-width: 100%;
    }

    .page-login #content h1, .page-login #content h2 {
        width: 100%;
        max-width: 100%;
    }

    .page-login #content .login-box-wrapper .box-wrapper {
        margin-left: 0;
        margin-top: 2%;
    }
}

@media (max-width: 768px) {
    .page-error-404 .error-404-info {
        padding: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .page-error-404 .error-404-info .error-404-info-item-2 {
        margin-bottom: 30px;
        height: 200px;
        background-position: center center;
        width: 100%;
    }

}