﻿/*
html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #0047ab;
  margin-bottom: 40px;
  min-height: 100%;
  overflow-x: hidden;
}
*/
.signin-body {
  background-color: #0047ab;
  margin-bottom: 40px;
  min-height: 100%;
  overflow-x: hidden;
}

.hidden-text {
  color: #0047ab;
}
.easy-web-text-right {
  font-family: Novarese;
  font-weight: normal;
  margin-left: -30px;
  color: #fff;
}
.yellow-line-left {
  border: 10px solid #fedc34;
  margin-left: -110%;
  margin-right: 125px;
  overflow-x: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}
.yellow-line-right {
  border: 10px solid #fedc34;
  margin-left: -30px;
  margin-right: -120%;
  overflow-x: hidden;
  border-radius: 5px;
}
.login-container {
  padding-top: 10px;
}
.navbar li a {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar .container-fluid {
  /*box-shadow: 1px 1px 5px #000000;*/
}
.form-signin {
  /*max-width: 330px;*/
  padding: 15px 15px 15px 15px;
  margin: 0 auto;
}
.form-signin label {
  color: #fff;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin img {
  max-width: 300px;
  max-height: 200px;
  margin-left: -113px;
}
.form-signin .login-action {
  padding-top: 0;
}
@media (max-width: 460px) {
  img {
    max-width: 190px;
    height: 90px;
    margin-left: -10px !important;
  }
  .login-container {
    padding-top: 25px;
  }
  h2 {
    font-size: 24px;
  }
  .easy-web-text-right {
    font-family: Novarese;
    font-weight: normal;
    margin-left: 0;
    color: #fff;
  }
  .yellow-line-right {
    border: 10px solid #fedc34;
    margin-left: 0;
    margin-right: -50px;
    overflow-x: hidden;
    border-radius: 5px;
  }
    .footer {
        position: absolute;
        width: 100%;
        bottom: 0;
        /* Set the fixed height of the footer here */
        height: 40px;
        margin-left: -15px;
        margin-right: -15px;
        background-color: #3a3a3a;
        color: #7d7d7d;
        padding-top: 10px;
        font-size: 10px;
        text-align: center
    }
}
.footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 40px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #3a3a3a;
  color: #7d7d7d;
  padding-top: 10px;
  text-align:center
}
/*# sourceMappingURL=login.css.map */