.login-form {
    padding-left: 15px;
}

.form-heading {
    margin-bottom: 45px;
    padding-left: 15px;
}
.ffl-row {
    margin-bottom: 25px;
    width: 100%;
    position: relative;
  }
.ffl-row label {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #9495AA;
    display: block;
    margin-bottom: 5px;
}
  .ffl-wrapper {
      position: relative;
      display: block;
  }

  .ffl-wrapper.captcha-wrapper {
    margin-bottom: 20px;
    margin-right: 55px;
    display: inline-block;
    vertical-align: middle;
    width: 160px;
  }

  .textarea-wrapper {
    margin-bottom: 25px;
  }

  .ffl-row .ffl-wrapper {
    width: 48%;
  }

  .ffl-row .ffl-wrapper:nth-child(odd) {
    float: left;
  }

  .ffl-row .ffl-wrapper:nth-child(even) {
    float: right;
  }
  form input,
  form select{
    width: 100%;
    height: 61px;
    line-height: 61px;
    padding: 0 20px;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    outline: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px;
    font-weight: 300;
    max-width: 500px;
    transition: all 0.1s ease-in-out;
    box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2);
  }
  input::placeholder
  {
      font-size: 14px;
      font-weight: 300;
      color: #9495AA;
  }
  input:focus{
    opacity: 1;
    background: transparent;
    box-shadow: inset -4px -4px 8px rgba(246, 248, 253, 0.5), inset 8px 8px 16px rgba(7, 3, 32, 0.1);
  }
  .toggle-password {
    position: absolute;
    top: 55%;
    right: 10%;
    color: grey;
    cursor: pointer;
  }
  .toggle-password.fa-eye-slash {
    color: #25265E;
  }
  .ffl-wrapper input:-internal-autofill-selected {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
  }
  .ffl-wrapper textarea {
    width: 100%;
    height: 100px;
    padding: 20px;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    outline: 0;
    resize: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #0000000D;
    border-radius: 10px;
    font-family: 'Manrope', 'Verdana', sans-serif;
    font-weight: 300;
  }

  .ffl-wrapper .ffl-label {
    position: absolute;
    font-size: 14px;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    top: 12px;
    left: 15px;
    padding: 2px 5px;
    color: #757575;
    border-radius: 0px;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 0s;
  }

  .captcha-wrapper .ffl-label {
    left: 50%;
    transform: translateX(-50%);
  }


  .cf-bottom {
    text-align: right;
  }

  .cf-remark {
    margin-bottom: 20px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #757575;
  }

  .cf-submit {
    margin: 20px 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }

  .cf-submit button:hover {
    background: #0f3872;
  }

  .spinner {
    display: none;
  }

  .spinner img {
    height: 48px;
  }
  .submit-link {
    background: transparent linear-gradient(270deg, #C43B3E 0%, #FF696C 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    border-radius: 20px;
    padding: 15px 0;
    width: 100%;
    max-width: 300px;
    border: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin: 5px 10px;
    white-space: nowrap;
  }
  .submit-link.disabled {
    background: transparent linear-gradient(270deg, #353233 0%, #bbb7b7 100%) 0% 0% no-repeat padding-box;
  }

form input[disabled] {
    color: #DCDAD1;
}
  @media (max-width: 1610px) {
    .login-form .ffl-row .ffl-wrapper {
        width: 75%;
    }

}
@media (max-width: 1024px) {
    .login-form .ffl-row .ffl-wrapper {
        width: 100%;
    }
    .login-form .ffl-row .ffl-wrapper input {
        max-width: 100%;
    }
}
