body {
  background-color: #ecf0f1;
}

.loadlogo {
  margin-bottom: 20px;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #002B5C;
  color: #ffffff;
}

.loader-container {
  width: 300px;
  height: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.jumbotron {
  height: 600px;
  border-radius: 0;
  background-color: #002B5C;
  color: #ffffff;
}

form {
  color: #ffffff;
  margin: 5%;
}

.subBtn {
  border-radius: 0;
  bottom: 0;
  width: 100%;
}
small {
  color: #95a5a6;
}

.form_border {
  border: solid 1px;
  padding: 15px;
}

label {
  padding-top: 10px;
}

.shadow {
  -webkit-box-shadow: 0px 17px 28px -1px rgba(0, 0, 0, 0.86);
  -moz-box-shadow: 0px 17px 28px -1px rgba(0, 0, 0, 0.86);
  box-shadow: 0px 17px 28px -1px rgba(0, 0, 0, 0.86);
}

.form-control:focus {
  border-color: #2ecc71;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(46, 204, 113, 1.0);
}

.hidefade {
  display: none;
}

.fixedbot {
  position: fixed;
}

.vertical-center {
  min-height: 100%; /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

@media only screen and (min-device-width: 768px) {
  .jumbotron {
    height: 70%;
    margin-bottom: 100px;
  }
}
