html, body {
    height: 100%;
}
.p_error{
  font-family: Arial;
}
.text{
  color: #001a7a;
  justify-content: center;
  text-align:center;
}
.card_alert{
  display: none;
  text-align: center;
}
/* .login-page{
  background-position: center center;
  background-repeat: repeat;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  filter: brightness(0.7); 
    
} */
body {
  padding-top: 0px;
  padding-bottom: 0;
  background-color: #eee;
}
.form-signin label, .btn, a {
  font-family: "VAG-Rounded","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.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="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#app-name {
    text-align: center;
}
#app-name img {
     width:110px;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -40px;
}
#footer {
    height: 40px;
    text-align: center;
}
#footer p {
  padding-top: 10px;
}

@media screen and (max-width: 680px) {
    #app-name {
        margin: 0;
    }
    #app-name img {
        display: block;
        margin: auto;
    }
    body {
      padding-top: 0;
      padding-bottom: 0;
    }
}

.tipc {
  margin: 1px 1px 1px 1px;
  width: 100%;
}

.tiptext{
  visibility: hidden;
  width: 300px;
  background-color: #001a7b;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 6px 0;
  position: absolute;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  align-self: center;
}

.tipc:hover .tiptext{
  visibility: visible;
}