/* ================================================= */
/* GLOBAL STYLES & LAYOUT */
/* ================================================= */

/* Thiết lập giới hạn nội dung */
.limiter {
    width: 100%;
    margin: 0 auto;
}

/* Container chính bao bọc toàn màn hình */
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #f2f2f2; /* Màu nền nhẹ */
}

/* Khung bọc form đăng ký/đăng nhập */
.wrap-login100 {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 77px 55px 33px 55px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1); /* Hiệu ứng đổ bóng nhẹ */
}

/* Tiêu đề form */
.login100-form-title {
    display: block;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 49px;
}

/* ================================================= */
/* INPUT FIELDS */
/* ================================================= */

/* Khung bọc mỗi input */
.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 23px;
}

/* Style cho input */
.input100 {
    font-size: 16px;
    color: #333333;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px 0 38px; /* Padding bên trái để chứa icon */
    border: none;
    outline: none;
}

/* Icon (symbol) bên trong input */
.symbol-input100 {
    font-size: 15px;
    color: #999999;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 100%;
    padding-left: 5px;
}
/* ================================================= */
/* UTILITY CLASSES */
/* ================================================= */

/* Padding Top */
.p-t-12 { padding-top: 12px; }
.p-t-136 { padding-top: 136px; }

/* Margin Left */
.m-l-5 { margin-left: 5px; }

/* Text Styles */
.txt1 {
    font-size: 13px;
    color: #666666;
    line-height: 1.5;
}
.txt2 {
    font-size: 13px;
    color: #6a0dad; /* Màu liên kết */
    line-height: 1.5;
    text-decoration: none;
    transition: all 0.4s;
}
.txt2:hover {
    color: #4b0082;
    text-decoration: underline;
}

/* Định dạng chung cho thông báo lỗi Blade */
.text-center {
    text-align: center;
}

/* Hiệu ứng focus (focus-input100) */
/* Cần JavaScript để quản lý class 'focus-input100' hoặc