﻿body {
    background-color: #009999;
}

.divCentered {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.errores {
    left: 0;
    bottom: 0;
    width: 100%;
    position: fixed;
}

.collapsible {
    background-color: #d80027;
    color: white;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: justify;
    outline: none;
    font-size: 10px;
}

    .active, .collapsible:hover {
        background-color: #B00020;
    }

.content {
    padding: 0 9px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.mensajeRecuperarContra {
    font-weight: bold;
    margin-top: 12px;
    text-align: center;
}

.mensajeCodigoRecuperacion2 {
    font-weight: bold;
    margin-top: -10px;
    text-align: center;
}

.mensajeCodigoRecuperacion3 {
    font-weight: bold;
    margin-top: -15px;
    text-align: center;
}

.mensajeCodigoRecuperacion {
    text-align: center;
    font-size: medium;
    margin-bottom: 15px;
}