html, body {
  background: transparent url(../images2/fundo-principal.jpg) no-repeat center center fixed; 
  background-size: 100%;
}
.form-signin-wrapper {
  position: relative;
  max-width: 60%;
  margin: 0px auto;
  margin-top:12em;
  background-color: #fff;
}
.form-signin {
  margin-top:1rem;
  background-color: #fff;
  padding: 15px 0;
}
.form-signin .btn {
  margin-top: 1rem;
}
.form-signin a {
  color: #333;
}
label {
  font-weight: normal;
}
header {
  color: #009EE1;
  font-size: 1.5em;
  padding:.5em 1em;
  background-color: #ebebec;
}
h2 {
  margin:0;
  font-size:24px;
  padding-top:5px;
  text-transform: uppercase;
}

.form-content {
  padding:1rem 3rem;
}
.cores-rodape {
  height: 5px;
}
.cor {
  height: 5px;
}
.titulo-login {
  font-size: 1.8em;
  font-weight: normal;
}
.logo-gridnet {
  position: relative;
  text-align: center;
  padding: 5em 1em;
}
.logo-app {
  text-align: right;
  font-size: 2.4em;
  margin-bottom: 0;
  margin-top:0;
}
@media (max-width: 991px) {
   header h2, header h2.logo-app {
    text-align: center;
   }
}
@media (max-width: 767px) {
   .logo-gridnet {
    padding-top:0;
    padding-bottom:1rem;
   }
   .logo-gridnet .img-responsive {
    display: inline;
   }
 }


.message {
    background: #d6f0fc url(../images/skin/information.png) 25px 50% no-repeat;
    border: 1px solid #94aaff;
    color: #1021ba;
    margin: 0 0 15px;
    padding: 5px 5px 5px 54px;
    line-height: 25px;
    font-size: 15px;
}


div.error {
    border: 1px solid #9E0B0F;
    color: #9E0B0F;
    margin: 0 0 15px;
    padding: 5px 0 5px 54px;
    background: url("../images/skin/exclamation.png") no-repeat scroll 25px 9px #fff3f3;
    line-height: 25px;
    text-align:left;
    font-size: 15px;
}

div.errors {
    border: 1px solid #9E0B0F;
    color: #9E0B0F;
    margin: 0 0 15px;
    padding: 10px 0px 5px 0;
    background: #fff3f3;
    line-height: 16px;
    text-align:left;
    font-size: 15px;
}
div.errors ul {
    list-style: none;
    padding-left: 15px;
}
div.errors li {
    background: url(../images/skin/exclamation.png) 0px -1px no-repeat;
    line-height: 16px;
    padding-left: 30px;
    padding-bottom:2px;
    text-align:left;
}

div.warn {
    background: url("../images/skin/exclamation-yellow.png") no-repeat scroll 25px 9px lightyellow;
    border: 1px solid #fcfc3d;
    line-height: 25px;
    margin: 0 0 15px;
    padding: 5px 0 5px 54px;
    font-weight:bold;
    text-align:left;
    font-size: 15px;
}

input:focus {
    background-color: #fcfcd4;
}