.Kilian2-styles-module--wrap--110aF {
        margin: 5rem auto -4rem;
    }
    .Kilian2-styles-module--wrap--110aF {
    position: relative;
    padding: 1rem;
    max-width: 750px;
    color: #0a1530;
    margin: 2rem 1rem;
    z-index: 1;
}
    .Kilian2-styles-module--wrap--110aF:before {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 99%;
        height: 99%;
        border-radius: 1rem;
        /* background: linear-gradient(to right bottom, #72c6ef, #004e8f); */
        transform: rotate(4deg);
        transform-origin: 40% 70%;
        box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, .15), 0 50px 100px -20px rgba(50, 50, 93, .3), 0 30px 60px -30px rgba(0, 0, 0, .5), -10px 10px 60px -10px rgba(103, 178, 111, .3);
    }

        .Kilian2-styles-module--bg--1Bu3- {
        box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, .15), 0 50px 100px -20px rgba(50, 50, 93, .3), 0 30px 60px -30px rgba(0, 0, 0, .5), -10px 10px 60px -10px rgba(103, 178, 111, .3);
        background: #fff;
        border-radius: 1rem;
        padding: 3rem 3rem 2rem;
    }
    .Kilian2-styles-module--bg--1Bu3- {
    position: relative;
    z-index: 1;
}

.form-loader {
  margin-top: 15px;
  text-align: center;
}

.loader-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #d64a65;
  border-top: 4px solid #00000000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto 10px;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

.form-message {
  margin-top: 10px;
  font-weight: 600;
}
input.error {
  border-color: #ef4444 !important;
}
label.error {
  color: #ef4444;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}