*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto,"Open Sans",sans-serif';
    text-decoration: none;
    
}

.container{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto,"Open Sans",sans-serif';
    text-decoration: none;    
}

.container-bg{
    margin: 50px;
    padding: 30px;
    box-sizing: border-box;
    font: 120% sans-serif;
    color: black;
    text-decoration: none;  
    background: #fff;
    opacity: 0.6;  
}

body{
    background-image: url(../image/bg6.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.container-form{
    width: 100%;
    max-width: 700px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 50px;
    overflow: hidden;
}

.header{
    width: 100%;
    height: 140px;
    padding: 10px;
    background: #472839;
    display: flex;
    position: relative;
}

.logo-title{
    display: flex;
    margin-top: 8px;
    margin-left: 10px;
}

.logo-title img{
    width: 80px;
    height: 90px;
}

.logo-title h2{
   margin-left: 20px;
    margin-top: 30px;
    color: white;
    font-weight: 300;
}

.menu{
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;
}

.menu li{
    list-style: none;
    padding: 30px;
    padding-bottom: 27px;
    font-weight: 300;
}

.line-li{
    border-bottom: 4px solid #5584FF;
}

.menu li:hover{
    border-bottom: 4px solid #fff;
    cursor: pointer;
}

a{
    color: white;
}

/*formulario Login*/


.form{
    width: 100%;
}

.form .welcome-form{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.form .welcome-form h1{
    font-weight: 300;
    font-size: 30px;
    color: #898989;
}

.form .welcome-form h2{
    font-size: 34px;
    margin-left: 10px;
    margin-top: -4px;
    font-weight: bold;
    color: #5584FF;
}

.line-input{
    max-width: 350px;
    display: flex;
    border-bottom: 1px solid #efefef;
    margin: auto;
    margin-top: 40px;
    padding: 6px;
    position: relative;
}

.border-input{
    border-bottom: 1px solid #5584FF;
}

.line-input input{
    border-style: inset;
    outline: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    width: 100%;
    font-weight: 300;
}

.line-input label{
    font-size: 20px;
    position: relative;
    top: 2px;
    color: white;
}

.form button{
    width: 300px;
    height: 50px;
    display: block;
    margin: auto;
    position: relative;
    margin-top: 50px;
    color: white;
    background:  rgb(70, 43, 68);
    border-style: none;
    outline: 0px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.form button:hover{
    opacity: .9;
}

.form button label{
    position: relative;
    left: 0px;
    font-size: 10px;
    cursor: pointer;
}


.mensaje{
    width: 100%;
    max-width: 350px;
    margin: auto;
    margin-top: 20px;
    text-align: left;
    padding: 6px;
    color: red;
}


.active{
    border-bottom: 4px solid #5584FF;
}


/*Consulta*/


.welcome{
    width: 100%;
   max-width: 600px;
   margin: auto;
   margin-top: 100px;
   background: rgba(0,0,0,0.6);
   text-align: center;
   padding: 20px;
   }

   .welcome img{
    width: 120px;
    height: 120px;
    text-align: center;
}

.welcome h1{
    font-size: 40px;
    color: white;
    font-weight: 80;
    margin-top: 20px;
}

.welcome a{
    display: block;
    margin-top: 40px;
    font-size: 20px;
    padding: 10px;
    border: 1px solid white;
}
        
        .welcome a:hover{
            color: rgb(70, 43, 68);
            background: white;
        }

































