/*Login page*/
.login-section {
  background: #F5FAFF !important;
  vertical-align: middle;
}

.login-section main {
  height: 75vh;
  padding-top: 15%;
}

.login-section footer {
   background: #F5FAFF !important;
   height: 25vh;
}

.login-section .login-card {
  background: #fff;
  height: 100%;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(18, 21, 154, 0.10);  
}

.login-section .login-card:hover {
  box-shadow: 0px 15px 40px 2px rgba(18, 21, 154, 0.15);
}

.login-section .login-card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.login-section .login-card a {
  background-color: #FFFFFF;
  font-family: "Stag San", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  fill: #1E2956;
  color: #1E2956;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #1E2956;
  border-radius: 20px 20px 20px 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.login-section .login-card a:hover {
  background-color: #1E2956;
  color: #FFFFFF;
  border-color: #1E2956;
}