html, body {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
}

html, body {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.back {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
}

.form {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 1;
    background: rgba(255, 255, 255, 0.9); /* Fondo blanco con transparencia */
    border-radius: 20px;
    border: 3px solid rgba(255, 255, 255, 0.9); /* Borde con transparencia */
    width: 600px;
    height: 250px;
    margin: auto;
    color: black; /* Color del texto dentro del contenedor blanco */
}

.displayIBlock {
    display: inline-block;
}

.w30 {
    width: 26%;
    margin: 0 2%;
    min-width: 100px;
}

.w60 {
    width: 56%;
    margin: 0 2%;
}

.h100 {
    height: 100%;
}

.left {
    background: url("images/imagar.png") center no-repeat;
    background-size: 100%;
}

.right {
    font-size: 15px;
    color: rgb(70, 5, 5);
}

.vMiddle {
    vertical-align: middle;
}

.footer-classic {
    background: rgba(255, 255, 255, 0.6); /* Fondo del footer más transparente */
    border-top: 1px solid #e7e7e7;
    text-align: center;
    padding: 1em 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-classic ul {
    list-style: none;
    padding: 0;
}

.footer-classic ul li {
    padding: 0.5em 0;
}

.footer-classic .rights {
    margin: 0;
    font-size: 14px;
    text-align: center;
}

.centered-content {
    text-align: center;
}

.devider {
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    margin: 1em 0;
}


h1 {
    color: #000;
    font-size: 33px;
}
p {
    font-size: 15px;
}
.back {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    left: 0px;
    top: 0px;
}
.form {
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, .9);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px solid #fff;
    width: 600px;
    height: 250px;
    margin-left: -303px;
    margin-top: -128px;
    left: 50%;
    top: 50%;
}
.displayIBlock {
    display: inline-block;
}
.w30 {
    width: 26%;
    margin: 0% 2%;
    min-width: 100px;
}
.w60 {
    width: 56%;
    margin: 0% 2%;
    text-align: center;
}
.h100 {
    height: 100%;
}
.left {
    background: url("../images/imagar.png") center no-repeat;
    background-size: 100%;
}
.right {
    font-family: Helvetica, Arial, sans;
    font-size: 12px;
    color: rgb(70, 5, 5);
}
.vMiddle {
    vertical-align: middle;
}
