* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

body {
    display: flex;
    min-height: 100vh;
    padding: 16px;
    font-family: "Inter Tight", sans-serif;
    color: #111827;
}
body.register-page {
    padding: 0;
}

.hidden-pc {
    display: none !important;
}

.d-block {
    display: block !important;
}

.text-muted {
    font-size: 8px;
    font-weight: 400;
    line-height: 10.17px;
    letter-spacing: 0.05em;
    color: #fff !important;
    display: block;
    margin-top: 0px;
    text-transform: uppercase;
    text-decoration: none;
}

.container {
    display: flex;
    width: 100%;
}

.left {
    width: 50%;
    position: relative;
}

.left>img {
    width: 100%;
    height: calc(100% - 270px);
    object-fit: cover;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    background: #111827;
    padding: 56px;
    height: 270px;
    width: 100%;
    letter-spacing: -2.5px;
}

.overlay-text h1 {
    font-size: 24px;
    color: #00d084;
}

.overlay-text>p {
    margin: 0;
    margin-top: 32px;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
}

.right {
    width: 50%;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.register-page .right {
    padding: 80px 80px 20px;
}
.register-page.verify .right {
    padding-bottom: 80px;
}

.right h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 12px;
}

.right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

form label {
    display: block;
    margin-bottom: 2px;
    margin-top: 24px;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #687588;
}

form input[type="email"],
form input[type="text"],
form input[type="password"] {
    width: 100%;
    padding: 11.5px 16px;
    border-radius: 8px;
    border: 1px solid #E7EDEC;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
}

.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
}

.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 42px;
    align-items: center;
    margin-top: 24px;
}
.options label {
    margin: 0;
}
a {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1B917A;
    text-decoration: none;
}

button {
    width: 100%;
    padding: 12px;
    background-color: #17935e;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #0e7a4c;
}

.register {
    text-align: center;
    margin-top: 15px;
}

.checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #111827;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    left: 0;
    top: 1.5px;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
}

.checkbox-container input:checked~.checkmark {
    background-color: #1B917A;
    /* xanh đậm */
    border-color: #1B917A;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.btn-submit {
    border-radius: 8px;
    width: 100%;
    padding: 10px 24px;
    background: #1B917A;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}
.register-page .btn-submit {
    margin-top: 42px;
}
p.register {
    margin-top: 42px;
    color: #687588;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
}
.copywrite {
    margin-top: 132px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    color: #687588;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}
.copywrite a {
    font-weight: 400;
}
.invalid-feedback {
    margin-top: 0.25em;
    font-size: 80%;
    color: #dc3545;
}
.register-page .left {
    background-color: #111827;
    padding: 24px;
}
.register-page .overlay-text {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 30px);
}
.register-page .overlay-text h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 40px;
}
.register-page .overlay-text h2 span {
    color: #1B917A;
}
.register-page .overlay-text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
    letter-spacing: 0;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.card-header {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
}
