
.seqursign-contact-card {
    background-color: #071727;
    background-image: linear-gradient(to right, #071727, #4b176e, #0f9b92, #071727);
    width: 100%;
    height: 100%;
    padding: 0 0 113px;
    display: flex;
    justify-content: center;
}

#card-logn-2 {
    width: 30rem;
    margin-top: 0px;
}

.login-card-spacing {
    margin-bottom: 40px;
}

.contact-subheading {
    width: 699px;
    height: 22px;
    flex-grow: 0;
    margin-top: 2%;
    margin-left: 15%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0d253c;
  }

  .Divider {
    width: 570px;
    height: 1px;
    margin-top: 2%;
    margin-bottom: 16px;
    flex-grow: 0;
    background-color: rgba(13, 37, 60, 0.3);
  }

  .font-props {
    color: white;
    font-family: 'Montserrat', sans-serif !important;
  }

  .send-button{
    background-color: #4b176e;
    margin-top: 5%;
    margin-left: 40%;
    width: auto;
    flex-grow: 0;
  }

  .captcha-css {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
    margin-left: 40%;
    width: auto;
    flex-grow: 0;
}

@media only screen and (max-width: 1200px){
    .send-button, .captcha-css {
        height: auto;
        margin-bottom: 0;
        margin-left: 0;
    }
    .send-button , .captcha-css{
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 992px){
   
      .contact-subheading{
        width: 100%;
        height: auto;
        margin-left: 0;
        text-align: center;
    }.send-button, .captcha-css {
        height: auto;
        width: 100%;
        flex-wrap: nowrap;
        margin-bottom: 0;
        margin-left: 0;
      }
      .send-button .captcha-css{
        width: 100%;
        max-width: 100%;
        flex: unset;
      }
  }

  @media only screen and (max-width: 720px){
    
    .contact-subheading{
        width: 100%;
        height: auto;
        margin-left: 0;
        text-align: center;
    }.send-button, .captcha-css {
        height: auto;
        width: 100%;
        flex-wrap: nowrap;
        margin-bottom: 0;
        margin-left: 0;
      }
      .send-button .captcha-css{
        width: 100%;
        max-width: 100%;
        flex: unset;
      }
  }
  
   
    