
main{
    /*background: rgb(209, 209, 209);*/
    display: flex;
    flex-direction: column;
    align-items: center;

    background-image: url("../fondo.jpg");
    background-size: cover;
}

form{
    background: rgb(239, 251, 255);
    margin: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 600px;
    border-radius: 10px;
    border: 1px solid lightblue;
}
form h1{
    font-size: 20px;
    text-align: center;
}

.cCampoText{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px;
}
.cCampoText label{
    padding-right: 8px; 
    min-width: 100px;
}
.cCampoText input{
    max-width: 180px;
    font-size: 25px;
    font-weight: bold;
}

.cCampoBoton
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}
.cCampoBoton button{
    font-size: 18px;
    text-align: center;
    min-width: 150px;
    background: rgba(113,206,239,1);
    background: linear-gradient(to bottom, rgba(183,222,237,1) 0%, rgba(145,228,255,1) 49%, rgba(55,194,237,1) 51%, rgba(183,222,237,1) 100%);
    padding: 8px;
    border: 1px solid lightskyblue;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 50, 0.5);
}

/*========== Certificado ==========*/
.cCertificado{
    width: calc(100% - 40px);
    padding-top: 5px;
    padding-bottom: 30px;
    background-image: url("backcertif.jpg");
    background-size: cover;
    font-size: 22px;
    text-shadow: 0px 0px 10px white;
}
.cCertificado h1{
    color: rgb(28, 110, 148);
    text-align: center;
    font-size: 28px;
}
.cCertificado .cEtiqueta{
    padding-right: 15px;
    min-width: 145px;
    text-align: right;
    font-size: 18px;
}