.form-login,
.form-register {
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
}

.header {
    background-color: #096831;
    color: #FFF;
    text-align: center;
    padding: 20px;
}

.header h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-login form,
.form-register form {
    padding: 20px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.required {
    color: #e74c3c;
}

.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 16px;
    background: #fff;
    transition: border-color 0.3s ease;
}

.input-with-icon svg {
    margin-right: 12px;
    color: #666;
    flex-shrink: 0;
}

.input-with-icon input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    color: #333;
    background: transparent;
}

.input-with-icon input::placeholder {
    color: #999;
}

.toggle-password-eye {
    cursor: pointer;
    margin-left: 8px;
    color: #666;
    transition: color 0.3s ease;
}

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

.error {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

.submit-btn {
    width: 100%;
    background: #096831;
    color: #FFF;
    border: none;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.submit-btn:hover {
    background: linear-gradient(45deg, #ddcd5d, #dab157, #d99051);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.form-footer {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.form-footer a {
    color: #096831;
    font-weight: 500;
}

.form-footer a:hover {
    color: #ed9945;
}

.alert {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.alert-danger {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.alert-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.login-with-google{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid rgb(204, 204, 204);
    padding: 8px 15px;
    margin-bottom: 20px;
}

.login-with-google svg{
    width: 24px;
    height: 24px;
}

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

.save-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.save-forgot .luu-tk input { 
    margin-right: 5px;
}

.save-forgot .luu-tk {
    margin-bottom: 0;
}

.hoac {
    margin: 8px 0px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 24px;
}

.hoac .line {
    width: 100%;
    height: 1px;
    background-color: rgb(242, 242, 242);
}

.hoac .text {
    position: absolute;
    top: 0px;
    left: calc(50% - 24px);
    height: 24px;
    width: 49px;
    padding: 4px 8px;
    background-color: rgb(255, 255, 255);
    color: rgb(153, 153, 153);
    font-size: 14px;
}

.auth-breadcrumb {
    background-color: #f8f8f8;
    padding: 10px 0;
}

.company {
    display: none;
}