.elementor-20390 .elementor-element.elementor-element-8de5c64{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-20390{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-20390 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-20390 .dialog-close-button{display:flex;}#elementor-popup-modal-20390 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-20390 .elementor-element.elementor-element-8de5c64{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-9636f99 */.signup-container {
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.form-header h1 {
    padding-top: 1.25rem;
    padding-bottom: 1.20rem;
    text-align: center;
    font-size: 20px;
    color: rgb(33 69 94);
    background-color: #f7f7f7;
}

.signup-form {
    width: 100%;
    background: white;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: rgb(33 69 94);
    font-weight: 400;
}

.form-group input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgb(200 216 227);
    border-radius: 5px;
    font-size: 15px;
    box-sizing: border-box;
    background-color: white;
}

.form-group input:focus {
    outline: none;
    border-color: #3898EC;
    border-width: 2px;
}

.divider {
    border: none;
    height: 1px;
    background-color: #e2e8f0;
    margin: 25px 0;
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background-color: rgb(10 214 136);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    margin-top: 5px;
    transition: background-color 0.2s;
}

.submit-btn:hover {
    background-color: #0d0538;
}

.form-footer {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #64748b;
}

.form-footer a {
    color: #00acdc;
    text-decoration: none;
    font-weight: 400;
}

.form-footer p {
    font-size: 17px;
    color: #21455e;
}

p.terms {
    margin-top: -25px;
    font-size: 14px;
    color: #21455e96;
}

/* Error Styles */
input.error {
    border-color: red !important;
}

label.error {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8de5c64 */.elementor-popup-modal .dialog-message {
  max-width: 400px !important;
  border-radius: 12px;
}

.elementor-popup-modal .dialog-widget-content {
    border-radius: 10px;
}/* End custom CSS */