html {
  height: 100%;
}

/* body {
  min-height: 100%;
  background: linear-gradient(rgba(31, 84, 157, 0.85), rgba(31, 84, 157, 0.85)), url('../images/background.png');
  background-size: 200px 200px;
  background-repeat: repeat;
} */
.body1{
  min-height: 100%;
  background: linear-gradient(rgba(31, 84, 157, 0.85), rgba(31, 84, 157, 0.85)), url('../images/background.png');
  background-size: 200px 200px;
  background-repeat: repeat;
}

.body2{
  min-height: 100%;
  background: linear-gradient(rgba(31, 84, 157, 0.85), rgba(31, 84, 157, 0.85)), url('../images/S20__+-02.png');
  background-size: 200px auto;
  background-repeat: repeat;
}

.white-box.login-box {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.white-box.login-box .bg-white {
  padding-top: 70px;
  padding-bottom: 20px;
}

.white-box.login-box .bg-primary {
  padding-top: 50px;
  padding-bottom: 50px;
}

.white-box .bg-primary .form-control {
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
  color: #FFF;
}

.white-box .bg-primary a:hover {
  color: #CBCBCB;
}

legend {
  font-size: 16px !important;
}

samp {
  font-size: 26px !important;
}

body.stop-scrolling {
  height: auto;
}

@media (min-width: 992px) {
  .white-box.login-box .bg-primary {
    box-shadow: inset 10px 1px 15px -10px rgba(0, 0, 0, 0.75);
  }
}

a.text-white:focus {
  color: #FFF;
}

#scrolldown {
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000;
}

#scrolldown .container {
  position: relative;
  width: 50px;
  height: 50px;
}

#scrolldown .chevron {
  position: absolute;
  width: 50px;
  height: 10px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  left: 0;
}

#scrolldown .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

#scrolldown .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

#scrolldown .chevron:before,
#scrolldown .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #064794;
}

#scrolldown .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

#scrolldown .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

#scrolldown .text {
  display: block;
  margin-top: 60px;
  margin-left: -35px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #064794;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.sticky{
  position: sticky;
  top: 0px;
  z-index: 1000;
  background-color: #FFF;
  height: 55px;
}

@media (max-width: 768px) {
  .sticky h1 {
    font-size: 1.3em;
  }
}
