body {
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.main_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    background-color: #ffffff;
    background-image: url('../images/bg_login.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.menu_container h1 {
    text-align: center;
    font-weight: bold;
}

.header_container {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 6rem;
    background-color: #ffffff;
    padding-left: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.environment {
    color: #ff0000;
    font-weight: bold;
    margin-right: 1rem;
}

.footer_container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 6rem;
    background-color: #ffffff;
    margin-top: 2rem;
    padding-top: 1rem;
    color: #000000;
    text-align: center;
    font-size: 13px;
}

.footer_content {
    border-right: 1px solid black;
}

.footer_content:nth-last-child(1) {
    border: none;
}

.footer_content {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
}

.menu_container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30rem;
    max-width: 100%;
    height: auto;
    background-color: #006f9f;
    border-radius: 30px;
    padding: 2rem 1rem 3rem 1rem;
    text-align: center;
}

.white_container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25rem;
    max-width: 100%;
    height: auto;
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 1rem;
    color: #000000;
}

.divisor_rojo {
    display: flex;
    width: 2rem;
    height: .8rem;
    background-color: #e71823;
    border-radius: 25px;
}

form input,
select {
    width: 18rem;
    max-width: 100%;
    height: .8rem;
    border-radius: 50px;
    border: 1px solid #dfe0e0;
    padding: 1rem;
    font-size: 18px;
}

form input:focus,
select:focus {
    outline: none;
}

form select {
    width: 18rem;
}

form button,
.button_menu {
    width: 12rem;
    height: 2rem;
    max-width: 100%;
    border-radius: 50px;
    background-color: #e71823;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.button_registrarse {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0rem 0 2rem 0;
    max-width: 100%;
    border-radius: 50px;
    background-color: #19afea;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: .5rem 2rem .5rem 2rem;
}

.button_registrarse:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #16a0d6;
}

.login-text {
    color: #979ca0;
    margin-bottom: 1rem;
}

.olvide_clave {
    margin-top: 1rem;
}

.olvide_clave a {
    text-decoration: none;
    color: #dbde7b;
}

.olvide_clave a:vistited {
    text-decoration: none;
    color: #dbde7b;
}

.button_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    text-decoration: none;
    width: 18rem;
    max-width: 100%;
}

.button_menu:visited {
    color: #ffffff;
}

.error_login {
    border-radius: 25px;
    color: white;
    background: #e71823;
    width: 18rem;
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    text-align: center;
}

.menu_botones {
    display: flex;
    justify-content: flex-end;
    width: 25rem;
    max-width: 100%;
}

.boton_salir {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: .1rem;
    border-radius: 25px;
    color: #ffffff;
    background: #ffffff;
    margin-bottom: .5rem;
    margin-right: .1rem;
    padding: 1rem;
    text-align: center;
}

.boton_container {
    display: flex;
    width: 90%;
    justify-content: flex-end;
}

.boton_atras {
    background-color: #ffffff;
    border-radius: 50px;
    padding: .3rem .5rem .3rem .5rem;
    margin-top: 1rem;
}

a:hover {
    text-decoration: none;
}

.boton_salir a {
    color: #04afdb;
    text-decoration: none;
}

.productor_datos {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25rem;
    max-width: 100%;
    height: .1rem;
    border-radius: 25px;
    color: #ffffff;
    background: #ffffff;
    margin-bottom: .5rem;
    margin-right: .1rem;
    padding: 1rem;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .footer_container {
        flex-direction: column;
        height: auto;
    }
    .footer_content {
        border: none;
        padding: .5rem 0 .5rem 0;
    }
    .productor_datos {
        height: auto;
    }
    .datos {
        display: flex;
        flex-direction: column;
    }
}