#typeRegisterModal .modal-body a {
    width: 50%;
    color: black;
    text-decoration: none;
}
#typeRegisterModal a:hover.user-type .card {
    box-shadow: 0 0 1px #e99126 , 0 1px 3px #e99126;
}
#typeRegisterModal a:hover.company-type .card {
    box-shadow: 0 0 1px #3d5c1f , 0 1px 3px #3d5c1f;
}
#typeRegisterModal .modal-body .content {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
#typeRegisterModal .card {
    margin-bottom: 0;
    width: 100%;
    background-color: #F7F8F9;
}
#typeRegisterModal .card h6 {
    padding: 10px 0;
}
#typeRegisterModal .card .card-body {
    padding-left: 0px;
    padding-right: 0px;
}
#typeRegisterModal .card .card-body p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    line-height: 2.5;
}
#typeRegisterModal .title {
    border-radius: 0.25rem;
    color: white;
}
#typeRegisterModal .user-type .title {
    background-color: #e99126;
}
#typeRegisterModal .company-type .title {
    background-color: #3d5c1f;
}
#typeRegisterModal i {
    font-size: 5rem;
}
#typeRegisterModal .user-type i {
    color: #e99126;
}
#typeRegisterModal .company-type i {
    color: #3d5c1f;
}
#close_type_register {
    font-size: 16px;
    text-decoration: underline;
}
@media (max-width: 991.98px) {
    #typeRegisterModal i {
        font-size: 3rem;
    }
    #typeRegisterModal .card .card-body p {
        font-size: 14px;
    }
    #typeRegisterModal .modal-body .content {
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }
    .btn-login {
        margin-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .btn-login, .btn-line-login {
        width: 100%;
        height: 40px !important;
    }
    .row-checkbox-custom .custom-checkbox {
        justify-content: start !important;
    }
    .auth-text-link, .auth-title-custom {
        /* text-align: left !important; */
    }
    .custom-first-card {
        padding: 0 16px;
    }
}

.is-required {
    margin-left: 5px;
    padding: 5px 8px;
    color: #ffffff;
    font-size: 9px;
    font-weight: 100;
    border-radius: 10px;
    background: #e80000;
}

.btn-login {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-width: 230px;
    height: 60px;
    background: #ffd500;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #1a1a1a;
}

.btn-line-login {
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-width: 230px;
    height: 60px;
    background: #00c300;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #FFFFFF;
    transition: color 0.15s ease-in-out;
}

.btn-line-login:hover {
    color: #393939;
}

.btn-line-login > img {
    background: #ffffff;
    border-radius: 5px;
    margin-right: 5px;
}
.custom-social {
    padding: 15px 16px;
}

.btn-close.close-modal {
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
}
