html, body, .intro{
    height: 100% !important;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: -0.01em;
    min-width: 320px;
    line-height: 1.42857143;
}

#landing-login-btn {
    background-color: #ae4bae;
    border: none;
}

#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;
  animation: rotation 1s infinite linear;
}

.error-flag{
   background-color: #eca3a3 !important;
}

#cta-btn{
    width: 180px;
    margin: 5px auto;
    color: #fff;
}

#cta-btn:hover{
    color: #fff;
}

.page-section{
    font-size: 26px;
    font-weight: 200;
    line-height: 1.5;
    /*text-align: justify;*/
}

.subHeading{
    font-size: 24px;
}

.how-to-section{
    font-size: 26px;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
}

.how-to-section i{
    font-size: 7em;
}

.how-to-section ul li i{
    font-size: 1em;
}

.subject-section i, .subject-section span{
    font-size: 2em;
}

.subject-section-item{
   padding: 15px 5px;
}

.section-head {
    font-size: 18px;
    text-align: center;
    margin-bottom: 70px;
}

section {
    padding: 100px 0;
}

.section-blue {
    background-color: #EDEAF7;
}

@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;
}

.underline {
    display: inline-block;
    width: 160px;
    height: 1px;
    margin-top: 21px;
    border-top: 4px solid #BF00E5;
}

.benefit-group{
  border-radius: 30px !important;
  border: 2px solid #BF00E5;
  margin: auto;
  margin-bottom: 1em;
  padding: 1em;
  max-width: 640px;
  min-width: 635px;
}

.my-bg-purple{
  background-color: #EDEAF7 !important;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@media screen and (min-width:1500px){
    .landing-image{
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:1500px){
    .landing-image{
        width: auto;
        height: 100%;
    }
}

@media screen and (max-width:768px){   
  .benefit-group{
    max-width: 640px;
    min-width: unset;
  }
}

@media screen and (max-width:480px){   
    .page-section{
        text-align: center;
    }
}
