body{
    margin: 0;
    padding: 0;
}

div#contenedor{
    width: 100%;
    height: auto;
    background:;
    display: flex;
    justify-content: center;
    
}

div#contenedor-form{
    width: 30%;
    height: auto;
}

@media only screen  
    and (max-device-width : 991px){ 
div#contenedor-form{
    width: 85%;
    height: auto;
}
  }
  
@media only screen  
    and (max-device-width : 991px){ 
.responsive-padding{
    padding-top:60px;
	font-size:30px;
	padding-bottom:20px;
}
  }  


div#logo-frigo{
    width: 100%;
    height: 110px;
    display: flex;
    background:;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;

}

div#logo-frigo img{
    height: 110px;
}


div#recuperar-cuenta a{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    color: #01a8ec;
    background: ;
}

div#text-datos{
    width: 100%;
    height: auto;
    background: #;
    display: flex;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    color: #696969;
    background: ;
    justify-content: center;    
}
div#text-datos input[type="text"]{
    width: 98%;
    height: 40px;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    padding: 0px 0px 0px 10px;
	color:#696969;
	font-size:14px;
}


div#text-datos input[type="password"]{
    width: 98%;
    height: 40px;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    padding: 0px 0px 0px 10px;
	color:#696969;
	font-size:14px;
}


div#text-datos input[type="submit"]{
    width: 101.5%;
    height: 50px;
    margin-top: 40px;
    border-radius: 4px;
    border:none;
    background: #01a8ec;
    color: #fff;
    transition: all 0.3s;
    font-size: 16px;
}

div#text-datos input[type="submit"]:hover{
    background: #2db3e9;
    cursor: pointer;
    transition: all 0.3s;
    
}


div#contacto-img{
    width: 100%;
    height: 150px;
    background:;
    display: flex;
    justify-content: center;
    
}

div#contacto-img img{
    height: 120px;
    
}

div#derechos-reservados{
    width: 100%;
    height: auto;
    background: ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

div#derechos-reservados p{
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-size: 12px;
    
}
div#derechos-reservados a{
    text-decoration: none;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-size: 14px;
    color: #01a8ec;
}
div#administrador{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    color: #01a8ec;
}