@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal; }
/****************  Mixins  ****************/
body {
  margin: 0;
  font: normal 13px 'Open Sans', sans-serif;
  line-height: 18px;
  color: #333333;
  background: #35404f; }
  body.error {
    background-image: url("../img/error-bg.jpg");
    background-size: cover; }
  body.forgot-pwd {
    background-color: #2a303e; }
  body.login {
    background-color: #2a303e; }
  body.lock-screen {
    background-color: #47b7c0; }

a {
  color: #1a1a1a;
  text-decoration: none; }
  a:hover {
    color: #000000;
    text-decoration: underline; }
  a:focus {
    outline: none;
    text-decoration: none;
    color: #000000; }

#login-wrapper {
  width: 500px;
  background-color: white;
  margin: 40px auto 20px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 0 20px 0; }

#login_header {
  margin: 0 20px;
  text-align: center; }
#login_header img.logoLogin {
  max-width: 200px;
  text-align: center;
  margin: 0 auto 5px auto; }
#login_header img.logoEmpresa {
  max-width: 200px;
  text-align: center;
  margin: 0 auto 5px auto; }

h5 {
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  font-weight: 500; }

.form-block {
  position: relative; }
  .form-block i {
    position: absolute;
    right: 15px;
    top: 13px;
    color: #4d4d4d;
    font-size: 16px; }

#inputs {
  margin: 0 20px;
  position: relative; }

input[type=text], input[type=password], input[type=email] {
  width: 100%;
  height: 42px;
  position: relative;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px; }

input[type=text], input[type=password], input[type=email] {
  border: thin solid #bed2e5;
  color: #000000;
  font-size: 13px; }

input[type=text]:hover, input[type=password]:hover, input[type=email]:hover {
  border: thin solid #3a86c8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
  border: thin solid #9ab8d7;
  border-left: thin solid #e84f4c;
  outline: none; }

input[type=submit] {
  color: #ffffff;
  font-size: 18px;
  background-color: #3B5998;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  padding: 15px; }
  input[type=submit]:hover {
    background-color: #4568b2;
    color: #ffffff; }
  input[type=submit]:focus {
    outline: none;
    border: 0; }

#login_footer {
  margin: 0 20px; }
  #login_footer p {
    margin: 0;
    font-size: 12px; }
  #login_footer a {
    color: #e84f4c; }

.lockscreen-wrapper {
  padding: 150px 0 20px 0;
  text-align: center;
  color: #ffffff;
  width: 70%;
  margin: auto; }
  .lockscreen-wrapper .avatar {
    position: relative;
    margin: auto;
    width: 90px; }
    .lockscreen-wrapper .avatar img {
      padding: 3px;
      border: 3px solid rgba(255, 255, 255, 0.2);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      width: 78px; }
    .lockscreen-wrapper .avatar .lock {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 32px;
      height: 32px;
      background: #e84f4c;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
      .lockscreen-wrapper .avatar .lock i {
        color: #ffffff;
        line-height: 32px; }
  .lockscreen-wrapper h3 {
    margin: 0 0 30px 0; }
  .lockscreen-wrapper h5 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 14px; }
  .lockscreen-wrapper a i {
    vertical-align: middle; }

.subscribe-form {
  margin: 10px auto 10px auto;
  height: 52px;
  text-align: center;
  width: 300px;
  position: relative; }
  .subscribe-form input.subscribe-email {
    width: 300px;
    height: 52px;
    padding: 13px 5px 11px 20px;
    float: left;
    font-size: 16px;
    line-height: 52px;
    border: 0;
    color: #000000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .subscribe-form .subscribe-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    border: none;
    height: 48px;
    width: 70px;
    text-align: center;
    color: #ffffff;
    background-color: #e84f4c;
    -webkit-border-radius: 10px 30px 30px 10px;
    -moz-border-radius: 10px 30px 30px 10px;
    border-radius: 10px 30px 30px 10px; }
    .subscribe-form .subscribe-btn:hover, .subscribe-form .subscribe-btn:focus {
      background-color: #e53935;
      outline: none;
      cursor: pointer; }
    .subscribe-form .subscribe-btn i {
      font-size: 21px;
      vertical-align: middle;
      line-height: 48px; }

.error-container {
  text-align: center;
  width: 300px;
  height: 300px;
  margin: 150px auto 20px auto; }
  .error-container h1 {
    font-size: 132px;
    color: #ffffff;
    line-height: 132px;
    margin: 0 0 10px 0; }
    .error-container h1 i {
      font-size: 140px; }
  .error-container p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 50px 0;
    text-align: center;
    text-shadow: 0 0 3px #000000; }
  .error-container .btn {
    font-size: 16px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #ffeb3b;
    color: #000000;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    margin: auto;
    padding: 20px 32px;
    width: 120px;
    text-decoration: none; }
    .error-container .btn:hover {
      background: #ffd45b; }

.alert {
  padding: 15px 15px 15px 45px;
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
.alert i {
  margin-right: 10px;
  font-size: 21px;
  vertical-align: middle;
  position: absolute;
  left: 15px;
  top: 14px; }
.alert.no-margin {
  margin: 0; }
.alert.alert-transparent {
  background-color: transparent; }
.alert.alert-transparent.alert-success {
  color: #009688; }
.alert.alert-transparent.alert-info {
  color: #0c5f88; }
.alert.alert-transparent.alert-danger {
  color: #bb4d4b; }
.alert.alert-transparent.alert-warning {
  color: #e3b442; }

.alert-success {
  color: #ffffff;
  background-color: #009688;
  border-color: #009688; }
.alert-success.light {
  color: #009688;
  border-color: #009688;
  background-color: #e3fffc; }

.alert-info {
  color: #ffffff;
  background-color: #0c5f88;
  border-color: #0c5f88; }
.alert-info.light {
  color: #0c5f88;
  border-color: #1080b7;
  background-color: #ccebfa; }

.alert-warning {
  color: #ffffff;
  background-color: #e3b442;
  border-color: #e3b442; }
.alert-warning.light {
  color: #a67d19;
  border-color: #edce85;
  background-color: #faf2dd; }

.alert-danger {
  color: #ffffff;
  background-color: #bb4d4b;
  border-color: #bb4d4b; }
.alert-danger.light {
  color: #bb4d4b;
  border-color: #d08483;
  background-color: #faf2f2; }

.alert-borderd {
  background: transparent;
  color: #4d4d4d; }


.boxInicio{
   width: 95%;
   height: 450px;
   width: 450px;
   min-height: 450px;
   display: inline-block;
   margin: 10px
 }

.boxInicioLg{
  width: 100%;
  height: 450px;
  min-height: 450px;
  display: inline-block;
  margin: 10px
}

.loginBox{
  border: 1px solid lightgrey;
  height: 327px;
  margin-top: 10px;
  padding-top: 0;
}

.bannerBox{
  width: 100%;
  height: 450px;

}

.bannerText{
  height: 100px;
  border-top: 6px solid white;
  background-color: #014c50;
  display: none;
}

.footer {
  border-top: 1px solid lightgrey;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px;
}

.loginText {
  font-size: 14px;
  font-family: Helvetica, Arial, Sans-serif;
  padding: 30px;
  color: #666;
  text-transform: uppercase;
}

.boxEsqueciSenha{
  color: #666;
  margin-top: -10px;
  font-family: Helvetica, Arial, Sans-serif;
}

.oculto{
  display: none;
}
/*# sourceMappingURL=login.css.map */
