.dangki{
    background-color: #F4F7F9; /* Thay đổi: Xám nhạt/Trắng nhạt */
    color: #1E4162; /* Thay đổi: Navy Blue */
    width: 40%;
    height: auto;
    top: 10%;
    left: 30%;
    z-index: 2;
    border-radius: 30px;
    padding: 50px 70px ;
    margin-bottom: 70px;
    margin-top: 70px;
    margin-left: 390px ;
}

.dangki h1{
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 1px;
    font-size: 35px;
    font-weight: bold;
}

form > input{
    display: block;
    width:100%;
    padding: 10px 5px;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #1E4162; /* Thay đổi: Navy Blue */
    margin: 5px;
    background-color: transparent;
}

form > input:focus {
    outline: none;
}

form > label{
    font-weight: bold;
    font-size: 20px;
}

.c-term{
    margin-top: 24px;
    color: #444;
}

.c-btn{
    margin-top: 10px;
    text-align: center;
    justify-content: space-around;
    font-size: 18px;
}

.c-btn button{
    background-color: #1E4162; /* Thay đổi: Navy Blue */
    border-radius: 20px;
    border: none;
    padding: 10px 30px;
    color: white;
    margin: 20px;
    font-weight: 500;
    transition: all .5s ease;
}

.c-btn button:hover{
    background-color: #2A9D8F; /* Thay đổi: Xanh Mòng Két */
    border-radius: #2A9D8F; /* Thay đổi: Xanh Mòng Két */
    transition: ease 0.2s;
}

.c-btn a{
    text-decoration: transparent;
    color: #E76F51; /* Thay đổi: Cam Đất */
    font-weight: bold;
}

.ban {
    padding: 30px 0; 
    text-align: center; 
}

.ban h1 {
    font-size: 2em; 
    margin-bottom: 5px; 
}

.ban p {
    font-size: 1em;
    margin-bottom: 0;
}