
/* --- BOX ICON SOCIAL --- */
.box50 {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

/* --- LOGIN SECTION --- */
.login-container {
    max-width: 900px;
    margin: 50px auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.login-form {
    padding: 40px;
}
.login-right {
    background: #FF8C00; 
    color: white;
    padding: 40px;
}
.login-right ul li {
    list-style: none;
}

/* --- BUTTONS --- */
.btn-login {
    width: 100%;
    background: #FF8C00; 
    border: none;
    color: white;
}
.btn-login:hover {
    background: #e67e00; 
}

.social-login .btn {
    width: 48%;
}

.breadcrumb li a {
    text-decoration: none;
}

.main {
    padding-bottom: 350px;
}

/* Nút bấm Đăng nhập văn bản trắng */
.btn.btn-login.text-white {
    background-color: #fd7e14; /* Màu cam đặc trưng Bootstrap */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn.btn-login.text-white:hover {
    background-color: #e67e00; /* Màu cam đậm hơn khi di chuột */
}

/* --- CÁC NÚT OUTLINE --- */
.btn.btn-outline-success {
    background-color: #fd7e14; 
    color: white;
    border: 1px solid #fd7e14;
}
.btn.btn-outline-success:hover {
    background-color: white;
    color: #fd7e14;
    border: 1px solid #fd7e14;
}

/* --- HIỆU ỨNG ẢNH --- */
.img-thumbnail {
    transition: transform 0.3s ease-in-out;
}
.img-thumbnail:hover {
    transform: scale(0.9);
}

/* Thêm class để dùng cho thanh menu ngang trong HTML */
.bg-cam-store {
    background-color: #FF8C00 !important;
}