.section-lien-he .mobile-only {
	display: none;
}
.section-lien-he .box-form {
    background-image: url("/eportal-sct-hcm-theme/images/background_search.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    border-radius: 8px;
    padding-bottom: 5px;
}
.section-lien-he .box-form .lien-he-title {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
    margin-top: 10px;
    margin-bottom: 20px;
}
.section-lien-he .box-form .mobile-display {
	display: none;
}
.section-lien-he .box-form .table {
	margin-bottom: 0;
}
.section-lien-he .box-form .table td {
    background: transparent;
    border:none;
}

.section-lien-he .box-form input.field,
.section-lien-he .box-form .form-control {
    border-radius: 8px;
    font-size: 15px;
}
.section-lien-he .box-form input.field,
.section-lien-he .box-form input.form-control {
    height: 46px;
}
.section-lien-he .box-form button.btn {
    height: 46px;
}
.section-lien-he .box-form .btn.btn-primary {
    width: 100%;
    background-color: #1C98D8;
    color: #fff;
    border: none;
    font-size: 20px;
}

.section-lien-he .box-form .taglib-captcha {
    margin: 0;
}
.section-lien-he .box-form .taglib-captcha img.captcha {
    float: left !important;
    height: 46px;
    background: white;
}
.section-lien-he .box-form .taglib-captcha span.refresh {
    float: left !important;
}
.section-lien-he .box-form .taglib-captcha .control-group.input-text-wrapper {
    float: left !important;
    width: calc(100% - 154px) !important;
}
.section-lien-he .box-form .taglib-captcha .control-label {
    display: none;
}