body {
    font-family:'Anton', sans-serif;
    background-color: #eae7e7;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: auto;
}

.container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 15 15 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 450px;
    flex-direction: column;
    border-color: yellow;
    border: #f52d1a;

}
.logo {
    max-width: 30%;
    height: auto;
    margin-left: 5%; /* Ajusta el margen según tus necesidades */
}

.image-container {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(241, 36, 36) 0%, rgb(243, 79, 42) 100%);
    text-align: center; /* Centra el contenido horizontalmente */
}


h2 {
    text-align: center;
}

.form-group {
    margin-bottom: 15px;
}

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

input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

}

}
.error-message {
    color: rgb(220, 3, 3);
    text-align: center;
    margin-top: 10px;
    font-family:'Anton', sans-serif;
    margin-left: auto;
    

    display:flex;
opacity:0.85;
font-size: 14px;  
z-index:5;
}

.success-message {
    color: green;
    text-align: center;
    margin-top: 5px;
    font-family:'Anton', sans-serif;
}


.form-group {
    margin-bottom: 15px;
}
.error-message, .success-message {
    text-align: center;
    margin-top: 10px;
    font-family: 'Anton', sans-serif;
    opacity: 0.85;
    font-size: 14px;
    z-index: 5;
}

.error-message {
    color: rgb(220, 3, 3);
}

.success-message {
    color: green;
}

.form-group {
    margin-bottom: 15px;
}
.logo {
    width: 100px;
    height: auto; /* Maintains the aspect ratio */
}
