body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f4f4f4;
    margin-top: 100px;
}

.container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 600px;
    text-align: center;
}

h2 {
    margin-bottom: 40px;
}

.form-group {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.form-group label {
    width: 200px;
    text-align: left;
}

.form-group input,
.form-group select {
    width: calc(70% - 130px);
    padding: 5px;
}

.checkbox-group {
    margin-bottom: 15px;
    text-align: left;
}

.checkbox-group label {
    display: flex;
    align-items: center;
}

button {
    padding: 10px 20px;
    background-color: green;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: rgb(111, 210, 111);
}

p {
text-align: left;}
.header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #f8f9fa;
    padding: 10px 20px;
    border-bottom: 1px solid #dee2e6;
    position: relative;
    right: -1182px;
    margin-bottom: 900px;
}


.header .login-link {
    font-size: 16px;
    color: #007bff;
    text-decoration: none;
}

.header .login-link:hover {
    text-decoration: underline;
}
.alert-danger{
background-color: red;
}