.form-group {
    margin-bottom: 15px;
    width: 60%
}
.form-group label {
    display: block;
    margin-bottom: 5px;
	font-size: 14px;
    font-weight: 700;
    margin-bottom: .25rem;
}
select, input[type="email"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button {
    padding: 10px 15px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
button:hover {
    background-color: #218838;
}