﻿@import url(http://meyerweb.com/eric/tools/css/reset/reset.css);
@import url(http://weloveiconfonts.com/api/?family=fontawesome);
body {
    height: 100%;
    /*background: #232323;*/
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-repeat: no-repeat;
}

@media only screen and (min-device-width: 992px) {
    body {
      background:url(../img/FONDO-LESA1.png) !important;
      color: #606468;
      font: 87.5%/1.5em 'Open Sans', sans-serif;
      margin: 0;
    }

    #form1 {
        margin: 0 auto;
        text-align: center;
    }
    #login {
        width: 280px;
    }


    /* ---------- LOGIN ---------- */

    #login form span:not(#lblMsg) {
      background-color: #d0d0d0;
      border-radius: 3px 0px 0px 3px;
      color: #444343;
      display: block;
      float: left;
      height: 50px;
      line-height: 50px;
      text-align: center;
      width: 50px;
    }

    #login form input {
      height: 50px;
    }

    #login form input[type="text"], input[type="password"] {
      background-color: white;
      border-radius: 0px 3px 3px 0px;
      color: #606468;
      margin-bottom: 1em;
      padding: 0 16px;
      width: 230px;
    }

    #login form input[type="submit"] {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      background-color: white;
      color: #606468;
      font-weight: bold;
      margin-bottom: 2em;
      text-transform: uppercase;
      width: 280px;
    }

    #login form input[type="submit"]:hover {
      background-color: #606468;
      color: white;
    }

    #login > p {
      text-align: center;
    }

    #login > p span {
      padding-left: 5px;
    }

}

@media only screen and (max-device-width: 992px) and (min-device-width: 765px){
    body {
      background:url(../img/FONDO-LESA1.png) !important;
      color: #606468;
      font: 87.5%/1.5em 'Open Sans', sans-serif;
      margin: 0;
    }

    #login {
        width: 280px;
    }

    .clearfix img {
        margin-left: 5%;
    }
    /* ---------- LOGIN ---------- */

    #login form span:not(#lblMsg) {
      background-color: #d0d0d0;
      border-radius: 3px 0px 0px 3px;
      color: #444343;
      display: block;
      float: left;
      height: 50px;
      line-height: 50px;
      text-align: center;
      width: 50px;
    }

    #login form input {
      height: 50px;
    }

    #login form input[type="text"], input[type="password"] {
      background-color: white;
      border-radius: 0px 3px 3px 0px;
      color: #606468;
      margin-bottom: 1em;
      padding: 0 16px;
      width: 230px;
    }

    #login form input[type="submit"] {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      background-color: white;
      color: #606468;
      font-weight: bold;
      margin-bottom: 2em;
      text-transform: uppercase;
      width: 280px;
    }

    #login form input[type="submit"]:hover {
      background-color: #606468;
      color: white;
    }

    #login > p {
      text-align: center;
    }

    #login > p span {
      padding-left: 5px;
    }
}

@media only screen and (max-device-width: 765px){
    body {
      background: #222931 !important;
      color: #606468;
      font: 87.5%/1.5em 'Open Sans', sans-serif;
      margin: 0;
    }

    #login {
        width: 280px;
        zoom: 2;
    }

    .clearfix #Image1 {
        margin-left: 5%;
    }

    #Image2 {
        height: 178px !important;
        width: 285px !important;
    }
    /* ---------- LOGIN ---------- */

    #login form span:not(#lblMsg) {
      background-color: #d0d0d0;
      border-radius: 3px 0px 0px 3px;
      color: #444343;
      display: block;
      float: left;
      height: 50px;
      line-height: 50px;
      text-align: center;
      width: 50px;
    }

    #login form input {
      height: 50px;
    }

    #login form input[type="text"], input[type="password"] {
      background-color: white;
      border-radius: 0px 3px 3px 0px;
      color: #606468;
      margin-bottom: 1em;
      padding: 0 16px;
      width: 230px;
    }

    #login form input[type="submit"] {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      background-color: white;
      color: #606468;
      font-weight: bold;
      margin-bottom: 2em;
      text-transform: uppercase;
      width: 280px;
    }

    #login form input[type="submit"]:hover {
      background-color: #606468;
      color: white;
    }

    #login > p {
      text-align: center;
    }

    #login > p span {
      padding-left: 5px;
    }
}
