html, body {
  font-family: 'Lato', sans-serif !important;
  background-color: #b3bdbe;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  color:#ffffff;
}
h1{
  font-family: 'Tangerine', cursive;
  color:#FF9D0B;/*#31b296;*/
  font-size: 4.4em !important;
  font-weight: bolder;
  text-align: center;
}

h3{
  font-family: 'Playfair Display', serif;
}

h2{
  font-family: 'Playfair Display', serif;
  color:#ffffff;
  font-size: 2.4em;
  font-weight: bolder;
}
.outer-wrapper {
  position: relative;
  z-index: 2;
}

#imagenfondo {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#head{
margin-top: 105px;
}
#titulo{
  margin-left: 110px;
}
#texto{
  margin-left: 110px;
}
#loginbox{
  position:absolute;
  background: rgba(50, 50, 50, 0.5);
  top: 0%;
  right: 10%;
  width: 275px; 
  height: 315px;
}
#color{
  background-color: #FF9D0B;
  color: #fff;
  width: 213px; 
  height: 37px; 
  margin-left: 12px; 
  margin-top: 30px; 
  padding-left: 37px; 
  padding-top: 5px; 
  font-size: 1.4em;
}
input
{
    box-sizing: border-box;
    font-size: 16px;
    height: 34px;
    line-height: 20px;
    width: 249px;
    background-color: #fff;
    border: 1px solid #cacaca;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 2px;
    color: #7d7d7d;
    display: inline-block;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 25px;
    padding: 4px 6px;
    vertical-align: middle;
}
input[type=submit]
{
    background-color: #FF9D0B;
    color: #fff;
    width: 247px; 
    height: 37px; 
    margin-left: 12px; 
    margin-top: 10px; 
    font-size: 1.4em;
    border: medium none;
    color: #ffffff;
    font-weight: normal;
}

#sasas{
  width: 172px; margin-left: 290px; margin-top: 34px;
}
/* celulares */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  html {background-color: #eee;}
  input {width: 80%;margin-left:10%;}
  #imagenfondo {opacity: 0.5;}
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3){
  html {background-color: #eee;}
  input {width: 80%;margin-left:10%;}
  #imagenfondo {opacity: 0.5;} 
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) { 
  html {background-color: #eee;}
  input {width: 80%;margin-left:10%;}
  #imagenfondo {opacity: 0.5;} 
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) { 
  html {background-color: #eee;}
  input {width: 80%;margin-left:10%;}
  #imagenfondo {opacity: 0.5;} 
}