html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 220px;
}


.logo-center img {
    width: 100%;
    max-width: 126px;
    height: auto;
}

.background-dang-ky .text-center {
    padding: 73px 15px 15px 15px;
}

.background-dang-ky {
    background-image: url('/images/background1.png');
    background-size: cover;
    background-position-x: center;
}

.background-dang-ky .text-center p {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px !important;
    font-size: 15px;
    font-weight: bold;
}

.logo-center {
    background: #F9F9F9;
}

#thongTinDangKy {
    color: rgb(0, 46, 112);
    font-weight: bold;
    padding: 10px 0px;
    font-size: 18px;
}

.registerForm {
    padding: 10px 42px 31px 42px;
}

textarea.error, select.error, input.error {
    border-color: red;
}

.error {
    color: red;
    font-size: 12px;
}

#dang-ky button {
    width: 100%;
}

.contentThongTinDangKy {
    text-align: justify;
}

.mb-3 .form-label {
    font-weight: bold;
}

.otherInput:focus-visible {
    outline: none;
}

.otherInput {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.form-check {
    padding: 5px 5px 5px 19px;
}

.form-label span {
    color: red;
}

.swal2-title {
    display: block;
    font-size: 16px;
    padding: 27px 27px 0px 27px;
    line-height: 26px;
}

.swal2-confirm.swal2-styled {
    background: #EE0033 !important;
    font-weight: bold;
}

.btn.btn-primary.submitButton {
    background: #EE0033 !important;;
}
.form-check-input{
    /*margin-top: .2rem!important;*/
}
.form-check-label{
    padding-left: 5px;
}
