html, body, .intro{
    height: 100% !important;
}

#landing-login-btn {
    background-color: #ae4bae;
    border: none;
}

body{
    font-family: 'Open Sans', sans-serif;
    min-width: 320px;
}

#main-content{
    text-align: center;
    color: #6828BE;
}


#heading{
    font-size: 70px;
    font-weight: 700;
}

#info-body{
    font-size: 40px;
    max-width: 921px;
    display: inline-block;
    margin-top: 5%;
}

.custom-btn{
    text-decoration: none;
    height: 50px;
    font-size: 22px;
    border-radius: 0px;
    min-width: 180px;
    visibility: visible;
    background-color: #6828BE;
    border: #6828BE;
    color: #fff;
    padding: 12px 24px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    margin: auto;
    text-align: center;
    margin: 50px auto;
}
        
#landing-image {
  display: inline-block;
}

.error-flag{
   background-color: #eca3a3 !important;
}

@keyframes rotation {
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #039FC6;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  
    display: none;
    position: fixed;
    left: 50%;
    top: 30%;
    z-index: 100000;
    background: none;
    margin-left: -60px;
}

#services-provided a{
    height: 67px;
    width: 170px;
    font-size: 22px;
}