@import url("main.css");

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:  rgb(243, 243, 243);
}
html,
body {
  height: 100%!important;
}

.form-signin {
  width: 100%;
  max-width: 350px;
  padding: 15px;
  margin: auto;
  background-color: rgb(243, 243, 243)!important;
  /* border-radius: 10px; */
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */

  /* animation-duration: 1s;
  animation-name: slidein; */
}

@keyframes slidein {
  0% {opacity: 0;}
  20% {opacity: 0.20;}
  40% {opacity: 0.40;}
  60% {opacity: 0.60;}
  80% {opacity: 0.80;}
  100% {opacity: 1;}
}

.form-signin > h4 {
      color: rgba(2,34,110);
      font-weight: 800!important;
}
.form-signin > img {
     width:75%;
}

.aa-danger{
  color: #661a1a;
  font-size: 12px;
}
