body {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Ubuntu', sans-serif;
    font-size: 1rem;
    height: 100vh;
    margin: 0;
  }
  
section {
    padding: 14px;
    color: white;
    background: #242d60;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    align-items: center;
}

label {
    display: block;
    margin-bottom: 14px;
}

input {
    margin-top: 4px;
    height: 24px;
    width: 200px;
    border: 0;
    border-radius: 4px;
    font-size: 1rem;
}

button {
    height: 28px;
    background: #556cd6;
    color: white;
    width: 100%;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 14px;
    margin-bottom: 14px;
}

#msjerror {
    color:red;
    background: white;
    font-size: 14px;
    padding: 4px;
    border-radius: 4px;
}
