/* ===== Chung ===== */
body {
    margin: 0px;
    font-family: Arial;
}

/* ===== TOP BAR ===== */
#top {
    width: 100%;
    height: 48px;
    background-color: #E8590C;
}
#top-content {
    width: 80%;
    margin: 0px auto;
}
#top-left {
    width: 70%;
    height: 48px;
    background-color: #E8590C;
    float: left;
    line-height: 48px;
    color: white;
}

/* ===== KHU VỰC FORM ===== */
.form-area {
    width: 100%;
    background-color: #ccc;
    padding: 60px 0;
}
.login-box {
    width: 420px;
    background-color: white;
    margin: 0px auto;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
}
.login-title {
    background-color: #E8590C;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    padding: 20px 0;
}
.login-body {
    padding: 28px 32px 32px;
}

/* Nhóm field */
.form-group {
    margin-bottom: 16px;
}
.form-group label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}
.required {
    color: red;
}
.form-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
}

/* Radio chọn tư cách */
.radio-text {
    font-size: 13px;
    margin-right: 20px;
}

/* Checkbox ghi nhớ */
.remember-label {
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
}

/* Nút đăng nhập */
.login-link {
    text-decoration: none;
}
.btn-login {
    width: 100%;
    padding: 12px;
    background-color: #E8590C;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

/* Dòng quên mật khẩu / đăng ký */
.form-footer {
    text-align: center;
    margin-top: 16px;
    font-size: 13px;
    color: #777;
}
.form-footer a {
    text-decoration: none;
    color: red;
}

/* ===== FOOTER ===== */
#footer {
    width: 100%;
    height: 300px;
    background-color: #E8590C;
}
