.container {
    margin-bottom: 8px;
    word-break: break-word; /* Ngắt từ khi cần thiết */
}

.bg-color {
    background-color: none;
}

.bg-image {
    background-image: url(../images/Baner4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.9); /* Giảm độ sáng xuống 90% */
}

.col-md-5 {
    color: white;
    word-break: break-word; /* Ngắt từ khi cần thiết */
}

.button-color {
    color: white;
    background-color: black;
    border-radius: 5px;
    padding: 10px 10px;
}

.d-block {
    display: block !important;
    width: 100%;
}

.see-all-margin {
    text-align: right;
    color: orange;
}

.margin-down {
    margin-bottom: 20px;
}

.alignment-cat {
    text-align: center;
}

.line-up {
    height: 10px;
    width: 300px;
    border-radius: 6px;
    background-image: linear-gradient(45deg, rgb(251, 255, 22), rgb(255, 102, 0));
    margin: 0 auto;
}

.box {
    box-shadow: 5px 5px 15px grey;
    padding: 15px 200px;
    border-radius: 0px 10px 0px 30px;
    margin-right: 20px;
    margin-top: 40px;
}

.hotline-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #f00;
    color: white;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    z-index: 1000;
}

.hotline-fixed a {
    color: white;
    text-decoration: none;
}

body {
    background-color: #007bff; /* Màu nền xanh cho toàn bộ trang */
    font-family: Arial, sans-serif;
}

.registration-form-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    word-break: break-word; /* Ngắt từ khi cần thiết */
}

.form-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    word-break: break-word; /* Ngắt từ khi cần thiết */
}

.registration-form {
    display: flex;
    flex-direction: column;
}

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

.form-group label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #555;
}

.form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s ease;
    word-break: break-word; /* Ngắt từ khi cần thiết */
}

.form-control:focus {
    border-color: #0056b3;
}

footer {
    color: orchid;
    text-align: center;
    word-break: break-word; /* Ngắt từ khi cần thiết */
}
