﻿body {
    background-color: #dcd9d9;
    font-family: Verdana;
    text-align: center;
}
/* Styling the Form */
form {
    background-color: #fff;
    max-width: 800px;
    margin: 50px auto;
    padding: 30px 20px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
}
/* Styling .form-control */
.form-control {
    text-align: left;
    margin-bottom: 25px;
}

.banner {
    width: 100%;
    height: 120px; /* chiều cao banner */
    background-image: url('img/bgh1-800.png'); /* đường dẫn ảnh */
    background-size: auto; /* ảnh phủ đầy khung */
    background-position: center; /* căn giữa ảnh */
    background-repeat: no-repeat; /* không lặp ảnh */
    border-bottom: 3px solid #36d708; /* đường gạch ngăn cách */

    display: flex;
    justify-content: center; /* canh giữa theo chiều ngang */
    align-items: flex-end; /* canh chữ xuống đáy */
    padding-bottom: 10px;
}

.auto-style1 {
    font-size: large;
}

.auto-style2 {
    color: #FF0066;
    font-size: large;
}

.auto-style3 {
    color: #00CC00;
}
