﻿body {
    font-family: Arial, Helvetica, sans-serif;
    color: #4C4C4C;
}

.fondo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #808080;
}

.contenedor {
    position: fixed;
    top:50%;
    left: 50%;
    width:100%;
    transform: translate(-50%,-50%);
}

.cabeceraCuenta {
    font-family: Arial;
    font-size: 20px;
    margin: 20px;
    margin-bottom: 10px;
}

.cabeceraCuenta {
    font-family: Arial;
    font-size: 20px;
    margin: 20px;
}

.datosEntrada {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0px;
    padding: 10px;
    width: 288px;
    font-size: 14px;
    
}

.margen_a {
    padding-top: 5px;
    padding-bottom: 5px;
}

a {
    color: #00B0B2;
    margin: 20px;
    font-size: 12px;
}

.aviso {
    text-align: center;
    margin: 10px 20px;
    font-size: 10px;
    color: red;
}

.cerrar {
    position: absolute;
    left:352px;
    top: -15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
    

/*REGISTRO CLIENTE*/
#registro_cliente {
    display: none;
}

.ventana_registro {
    position: relative;
    border: solid 1px white;
    width: 350px;
    height: 620px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: white;
}

.crearCuenta {
    border: none;
    margin: 10px 20px;
    padding: 10px;
    background-color: goldenrod;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
    cursor: pointer;
    width: 310px;
}

/*ACCESO CLIENTE*/
#acceso_cliente {
    display: none;
}

.ventana_acceso {
    position:relative;
    border: solid 1px white;
    width: 350px;
    height: 350px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: white;
}

.acceder {
    border: none;
    margin: 10px 20px;
    padding: 10px;
    background-color: #00B0B2;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
    cursor: pointer;
    width: 310px;
}

/*RECUPERAR CONTRASEÑA*/
#recordar_contraseña {
    display: none;
}

.ventana_contr {
    position: relative;
    border: solid 1px white;
    width: 350px;
    height: 255px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: white;
}

.texto {
    margin: 10px 20px;
    font-size: 12px;
}

.recuperar {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 10px 20px;
    padding: 10px;
    background-color: #00B0B2;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: center;
    cursor: pointer;
    width: 119px;
    float: right;
}

