.section-heading {
    font-size: 2.5rem;
    background-color: #c6e7f8;
    background-image: linear-gradient(to bottom, cornflowerblue, #c6e7f8);
    padding-top: 5px;
    margin: 0;
}

.forgotpw {
    margin-top: 20px;
    display: block;
    text-align: right;
}

.input-group .fa {
    font-size: 1.5rem;
}

.modern.embossed-link {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(0, 0, 0, 0.2), inset 0 3px 2px rgba(255, 255, 255, .22), inset 0 -3px 2px rgba(0, 0, 0, .15), inset 0 20px 10px rgba(255, 255, 255, .12), 0 0 4px 1px rgba(0, 0, 0, .1), 0 3px 2px rgba(0, 0, 0, .2);
}

.footer {
    border-top: 1px solid #c6e7f8;
    color: #818a91;
    text-align: left !important;
    padding: 10px;
    right: 0;
    left: 250px;
    background-color: #c6e7f8;
}

.card {
    /* top: 2%; */
    border: 0px solid rgba(0,0,0,.125)
}
.title-card {
    text-align: center !important;
    background-color: #c6e7f8;
}
.logo {
    
}
.input-icon {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 35px;
    width: 35px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block!important;
    margin-right: 0.5rem;
    margin-bottom: 0px!important;
    outline: none;
    position: relative;
    z-index: 1000;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #40e0d0;
}

.option-input:checked::before {
    height: 35px;
    width: 35px;
    position: absolute;
    content: '✔';
    display: inline-block!important;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    font-family: 'Roboto', sans-serif ;
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block!important;
    position: relative;
    z-index: 100;
    font-family: 'Roboto', sans-serif ;
}

.option-input.radio {
    border-radius: 5%;
}

.option-input.radio::after {
    border-radius: 5%;
}

.correct::after {
    color: #0d0c77;
    content: '✔';
    display: block;
    width: 250px;
    height: 250px;
    margin: auto;
    font-size: 200px;
    text-align: center;
    line-height: 280px;
    border: 6px solid #0d0c77;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif ;
  }

  .success-msg  {
    text-align: center;
      color: #020084;
  }

  #signin {
     background-color: #373af3; 
  }
  