@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans');

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

header{
    height: 50px;
    padding: 5px;
    background: blue;
    font-size: 10px;
    color: #fff;
    transform: translateY(-20px);
    
}

#btn-menu{
     display: none;
}

header label{

   
    display: none;
}

.icon-user{
    
    padding: 10px;
}

h1{
    display: flex;
    justify-content: flex-start;

}

h2{
    display: flex;
    justify-content: center;
    transform: translateX(-75px) translateY(-35px);
}

nav, .menu{
    
    display: flex;
    justify-content: flex-end;
}

.menu {
    z-index: 100;
}

.menu ul {
    
    display: flex;
    list-style: none;
   
}
.menu ul ul {
    display: none;
}

.menu a{
    display: block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-family:sans-serif;
    font-size: 15px;
    justify-content: center;
    transform: translateY(-70px);
}
.menu a:hover{
    background: rgba(55,255,255,0.3);
    border-radius: 3px;
    
}

.menu a span{
    margin-left: 10px;
    
}

.menu ul li:hover ul{
    display: block;
    position: absolute;
}

.copy {
    color: beige;
}

body{
   background-color: #94b7c9;
}

footer{
    padding-bottom: 5px;
    text-align: justify;
    font-size: 14px;
}

footer p {
    font-size-adjust: auto;
    
}
    
.contenedor  {
        box-sizing: border-box;
        padding: 0px 0px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
.formulario{
    margin-top: 3%;
    box-sizing: border-box;
    width: 265px;
    margin-left:  auto;
    margin-right: auto;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.3);
    border: 1px solid;
}
.usuarios , .pass, .botonlog {
    position: relative;
    margin-bottom: 20px;
  margin-top: 5px;
    
    }


@media screen and (max-width: 760px) and (min-width: 600px) {

body{
        background-color: #94b7c9;
    }    
    
.contenedor  {
        box-sizing: border-box;
        padding: 0px 0px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
.formulario{
    margin-top: 3%;
    box-sizing: border-box;
    width: 265px;
    margin-left:  auto;
    margin-right: auto;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.3);
    border: 1px solid;
}
.usuarios , .pass, .botonlog {
    position: relative;
    margin-bottom: 20px;
  margin-top: 5px;
    
    }

}

@media screen and (max-width: 599px)  {


body{
        background-color: #94b7c9;
    }    
    
.contenedor  {
        box-sizing: border-box;
        padding: 0px 0px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
.formulario{
    margin-top: 3%;
    box-sizing: border-box;
    width: 265px;
    margin-left:  auto;
    margin-right: auto;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.3);
    border: 1px solid;
}
.usuarios , .pass, .botonlog {
    position: relative;
    margin-bottom: 20px;
  margin-top: 5px;
    
    }
}
