    body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.container {
    background-color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

h1 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.error-message {
    position: relative;
    color: #e74c3c;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
}

input[type='text'], input[type='password'] {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

h5{
  position: absolute;
  margin-left: -1%;
  margin-bottom: 230px;
  font-size: 11.4px;
  font-weight: bold;
  text-align: center;
  color : red;
}

select {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

input[type='submit'] {
    background-color: hsl(38, 71%, 56%);
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

a{
    color: hsl(38, 71%, 56%);
}

*:visited{
 color: hsl(38, 71%, 56%);
 cursor: pointer;
}

body {
    background-color: #EFF2F3;
}

#logo {
    position: relative;
    max-height: 100px;
    display: inline-block;
    margin-bottom: 0    0px;
}
