body {
    background-color: #1c2331;
    font-family: Arial, sans-serif;
    color: white;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 0;
}

header {
    background-color: #2c3e50;
    padding: 20px;
    text-align: center;
}

.logo {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

main {
    padding: 20px;
}

.container {
    max-width: 400px;
    margin: 0 auto;
}

.form-container {
    background-color: #2c3e50;
    border-radius: 8px;
    padding: 20px;
}

.form-section {
    margin-bottom: 20px;
}

.form-section h2 {
    background-color: #34495e;
    color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    font-size: 18px;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #ffffff;
    box-sizing: border-box;
    text-align-last: center;
}

.form-group input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.form-group label {
    color: #ffffff;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}


.form-group select {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #ffffff;
    color: #777777;
    text-align-last: center;
}

.form-group input::placeholder {
    text-align: center;
}

.btn-primary {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #3498db;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #2980b9;
}

.forgot-password {
    margin-top: 10px;
    text-align: center;
}

.forgot-password a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.forgot-password a:hover {
    text-decoration: underline;
}
