﻿* {
    margin:0;
    padding:0;
    font-family:sans-serif;
    box-sizing:border-box;
}  



/*body {
    background:#DEDEDE;
    display:flexbox;
    min-height:100vh;
}*/

.box-header {
    min-height:100px;
}

.Conlog{
    margin:auto;
    width:50%;
    max-width:500px;
    min-height:400px;
    background:#eaeaea;
    /*background:url("../../Images/Fondo-SIID.png") no-repeat;*/
    background-size: 100% 100%;
    /*padding:30px;*/
    border: 1px solid rgba(0,0,0,0.2);
    border-radius:10px;
    box-shadow: 0 8px 10px rgba(0,0,0,0.7);
}

.titLog {
    text-align:center;
    font-family:'Poor Richard';
    font-size: 56px;
    margin-top:2px;
    margin-bottom:60px;
    color: #3356a4;
}

.labelLog {
    position:relative;
    display:block;
    padding:10px;
    width:100%;
    margin: 30px 0;
    font-size: 12px;
    border-radius: 10px;
}
    .labelLog:hover::after {
        background: #3356a4;
    }

.btn-Log {
    position:relative;
    display: block;
    border-radius:10px;
    margin:20px 0;
    width: 100%;
    height: 40px;
    background:#3356a4;
    /*background-color: transparent;*/
    text-decoration: none;
    /*background:#04ba0d;*/
    line-height: 15px;
    text-align: center;
    font-size: 18px;
    color:white;
    border-radius: 6px;
    /*color: #600;*/
    cursor: pointer;
    box-shadow: 0 8px 10px rgba(0,0,0,0.7);
}