body {
    background-color: #202124;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* login */
.header-image-login {
    position: absolute;
    top: 0;
    width: 100%;
    height: 310px;
    padding: 0px;
    margin: 0px;
    margin-left: -5px;
}


.highlight-login {
    color: #FF5757;
}

/* inicio */

.header-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    padding: 0px;
    margin: 0px;
    margin-left: -10px;
}

.container {
    border: 1px solid #8F8E8E;
    padding: 20px;
    text-align: center;
    margin-top: 80px;
}

h1, h2, p {
    margin: 10px 0;
}

.highlight {
    color: #EEB00D;
}

.form-group {
    margin: 15px 0;
}

label, small {
    display: block;
    margin-bottom: 5px;
    color: white;
    font-size: 12px;
}

input, select {
    width: 100%;
    padding: 8px;
    background-color: #4A4A4C;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 15px;
    margin-bottom: 10px;
}

button {
    background-color: #FF5757;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 11px;
    width: 200px;
}

button:hover {
    background-color: #e04c4c;
}


.text-12{
    font-size: 12px;
}
.text-14{
    font-size: 14px;
}