body {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: Tahoma, Arial, sans-serif;
}

.head-container {
    text-align: center;
    background-color: #841134;
    margin-bottom: 30px;
}

.content-panel {
    background: rgba(132, 17, 52, 0.80);
    color: #FFFFFF;
    margin-bottom: 15px;
}

a .content-panel:hover {
    background-color: #913d56;
}

.head-panel {
    text-align: center;
    background-color: #841134;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: 24px;
}

.head-panel-online {
    text-align: center;
    background-color: #dcd25d;
    margin-bottom: 15px;
    color: #000000;
    font-size: 24px;
}

.content-name {
    background-color: #dcd25d;
    margin-bottom: 15px;
    margin-top: 6px;
    color: #000000;
}

a .content-panel:hover .info-text {
    background-color: #f6f2c1;
}

.login-text {
    color: #FFFFFF;
}

.info-text {
    background-color: #dcd25d;
    margin-top: 6px;
    margin-bottom: 15px;
    color: #000000;
    height: 66px;
}

.text-708 {
    color: #b3b3b3;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.mnop-reg {
    color: #b3b3b3;
    font-size: 12px;
    margin-top: 300px;
    margin-bottom: 15px;
}

.mnop-reg h3 {
    font-size: 14px !important;
}

.mnop-reg a {
    color: #b3b3b3;
    text-decoration: none;
}

.text-under {
    text-decoration: none;
}

.center-text {
    text-align: center;
}

.data-text {
    font-weight: bold;
}

.margin-top-6 {
    margin-top: 6px;
}

.margin-bottom-6 {
    margin-bottom: 6px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.padding-6 {
    padding: 6px;
}

.form-check .form-check-input {
    float: none;
}

.reg-check a {
    color: #FFFFFF;
    text-decoration: underline;
}

.height-100 {
    height: 100%;
}

@media (min-width: 992px) {
    .content-panel {
        padding: 12px;
    }
    .info-text {
        font-size: 22px;
    }
    .login-text {
        font-size: 28px;
    }
    .data-text {
        font-size: 24px;
    }
    .content-name {
        font-size: 24px;
    }
    .content-text {
        font-size: 18px;
    }
    .reg-text {
        font-size: 14px;
    }
    .reg-text h4 {
        font-size: 18px;
    }
    .reg-text h3 {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-panel {
        padding: 12px;
    }
    .info-text {
        font-size: 20px;
    }
    .login-text {
        font-size: 26px;
    }
    .content-name {
        font-size: 22px;
    }
    .content-text {
        font-size: 18px;
    }
    .reg-text {
        font-size: 12px;
    }
    .reg-text h4 {
        font-size: 16px;
    }
    .reg-text h3 {
        font-size: 18px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .head-container {
        margin-bottom: 20px;
    }
    .content-panel {
        padding: 10px;
    }
    .info-text {
        font-size: 18px;
    }
    .login-text {
        font-size: 24px;
    }
    .content-name {
        font-size: 22px;
    }
    .content-text {
        font-size: 16px;
    }
    .reg-text {
        font-size: 11px;
    }
    .reg-text h4 {
        font-size: 14px;
    }
    .reg-text h3 {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .head-container {
        margin-bottom: 15px;
    }
    .content-panel {
        padding: 10px;
    }
    .info-text {
        font-size: 16px;
        padding: 10px;
    }
    .login-text {
        font-size: 22px;
    }
    .content-name {
        font-size: 20px;
    }
    .content-text {
        font-size: 16px;
    }
    .reg-text {
        font-size: 10px;
    }
    .reg-text h4 {
        font-size: 12px;
    }
    .reg-text h3 {
        font-size: 14px;
    }
}

.labelexpanded > input {
    display:none;
}

.labelexpanded input:checked + .radio-btns {
    border-style: solid;
    border-width: 3px;
    border-color: #dc3545;
}

.radio-btns {
    border-radius: 15px;
    border-style: solid;
    border-width: 3px;
    border-color: #eaeaea;
    position: relative;
    text-align: center;
    box-shadow: 0 1px #c3c3c3;
    cursor: pointer;
    background-color: #eaeaea;
}
