.grid_two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    margin-bottom: 2rem;
}

.modal-header {
    padding: 10px !important;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-content {
    border-radius: 10px 10px 0 0;
    margin-top: 0px;
}

/* .fontSubHead { font-size: 18px !important; } */
.login-header {
    border-radius: 6px 6px 0 0;
    background: #d40101;
}

.close-login {
    font-size: 30px !important;
    color: #FFFFFF;
    opacity: 0.5;
}

.text-login {
    color: #ffffff;
    text-align: center;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

.margin-bottom-40px {
    margin-bottom: 40px;
}

.enter-name {
    font-size: clamp(1.8rem, 2.5vw, 2rem);
    text-align: center;
}

.jobbkk-line {
    border-right: 1px solid #ebebeb;
}

.register-member a {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #d40101;
    background: #ffffff;
    color: #d40101;
    text-decoration: none;
    display: block;
    text-align: center;
}

.social-enter a {
    display: block;
    text-decoration: none;
    color: #555;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #555;
    text-align: center;
    margin-bottom: 20px;
    background: #ffffff;
}

.social-enter a i.color-fb {
    color: #4267b2;
}

.social-enter a i.color-gplus {
    color: #db4437;
}

.social-enter a i {
    font-size: 2.2rem;
    font-size: 22px;
}

.social-enter a i.color-linkedin {
    color: #287bbc;
}

.jobbkk-alert .alert-name {
    border-radius: 10px;
    border: 1px solid #d40101;
    color: #d40101;
    padding: 15px;
    text-align: center;
}

button.enter-register {
    border-radius: 10px;
    padding: 10px;
    background: #d40101;
    border: 1px solid #d40101;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

ul.checkbox-forget {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

ul.checkbox-forget li {
    font-size: clamp(1.8rem, 2.5vw, 2rem);
    padding: 15px;
    display: inline-block;
}

@media (max-width: 575.98px) {
    .grid_two {
        display: contents !important;
    }

    .grid_two label {
        margin-bottom: 0.5rem !important;
    }

    .grid_two section {
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px !important;
    }
}

.textBlue {
    color: var(--blue);
}

.input-mail {
    padding-left: 30px !important;
    font-size: 2rem !important;
    color: var(--blue) !important;
}

.input-group-text {
    background-color: #d9d9d9 !important;
}

.apply-job-mail-copy {
    cursor: pointer;
}

.apply-job-mail-copy span {
    font-size: 2rem !important;
}

.apply-job-mail-button {
    background: var(--clRed);
    color: var(--clWhite);
    height: 40px;
    max-width: 250px;
    width: 100%;
    padding-inline: 16px;
    border: none;
    border-radius: 10px;
}

.modal-header .close {
    right: 10px !important;
}

.input-group {
    width: 100%;
}

.privacy-policy-link {
    margin-left: 5rem;
    font-weight: bold;
}

.privacy-policy-link-sub {
    margin-left: 6.5rem;
    width: 80% !important;
}

.privacy-policy-link-note {
    margin-left: 9rem;
}

.new-type-resume-email {
    width: 100%;
    max-width: 250px;
}

@media (max-width: 576px) {
    .new-type-resume-email {
        max-width: none;
    }

    .privacy-policy-link {
        margin-left: 1rem !important;
    }

    .privacy-policy-link-sub {
        margin-left: 2.5rem !important;
    }

    .privacy-policy-link-note {
        margin-left: 5rem !important;
    }
}
/* small { font-size: 80% !important; } */