@charset "utf-8";

@import url(../css2.css);

reg-form-container[id="ae40fe10-e933-4e43-94d1-5c1f0d6d0000"] > reg-form-plus { --reg-form-background-padding: 32px; --reg-form-checkbox-color: rgba(102,102,102,1); --reg-form-button-weight: 700; --reg-form-verify-button-text-color-hover: rgba(0,0,0,1); --reg-form-title-size: 22px; --reg-form-button-color: rgba(13,25,133,1); --reg-form-field-border-color-focus: rgba(0,0,0,0.40); --reg-form-button-height: 60px; --reg-form-subtitle-width: 100%; --reg-form-button-size: 20px; --reg-form-general-font-family: "Inter"; --reg-form-field-column-gap: 16px; --reg-form-checkbox-color-checked: rgba(0,0,0,1); --reg-form-checkbox-size: 14px; --reg-form-button-color-active: rgba(13,25,133,1); --reg-form-checkbox-weight: 400; --reg-form-button-border-radius: 100px; --reg-form-checkbox-label-color: rgba(0,0,0,1); --reg-form-background-shadow-blur: 25px; --reg-form-button-shadow-color: rgba(0,0,0,0.10); --reg-form-field-row-gap: 4px; --reg-form-button-text-color: rgba(255,255,255,1); --reg-form-field-background-color: rgba(0,0,0,0); --reg-form-button-border-color: rgba(0,0,0,0); --reg-form-subtitle-weight: 500; --reg-form-subtitle-size: 18px; --reg-form-background-border-radius: 4px; --reg-form-country-list-text-color: rgba(0,0,0,1); --reg-form-title-weight: 700; --reg-form-subtitle-color: rgba(0,0,0,0.70); --reg-form-field-column: 1; --reg-form-field-border-color-hover: rgba(0,0,0,0.40); --reg-form-field-border-width: 1px; --reg-form-field-border-color: rgba(0,0,0,0.20); --reg-form-title-color: rgba(10,5,5,1); --reg-form-button-shadow-blur: 25px; --reg-form-field-color: rgba(0,0,0,1); --reg-form-field-border-radius: 4px; --reg-form-background-border-color: rgba(0,0,0,1); --reg-form-verify-button-text-color: rgba(0,0,0,0.60); --reg-form-field-placeholder-color: rgba(0,0,0,0.60); --reg-form-background-border-width: 2px; --reg-form-checkboxes-privacy-terms-link-color: rgba(26,13,171,1); --reg-form-field-height: 50px; --reg-form-button-color-hover: rgba(37,48,145,1); --reg-form-background-background-color: rgba(255,255,255,1); --reg-form-button-border-width: 0px; --reg-form-title-width: 100%; --reg-form-checkbox-circle-color: rgba(0,0,0,0.12); --reg-form-background-shadow-color: rgba(0,0,0,0.10); }

.reg-form-container-loader { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 400px; background-color: white; }

.reg-form-container-loader::before { content: ""; width: 50px; height: 50px; border-width: 7px; border-style: solid; border-color: rgb(0, 154, 255) rgb(156, 153, 153) rgb(156, 153, 153); border-image: initial; border-radius: 50%; animation: 1.5s linear 0s infinite normal none running spin; }

@keyframes spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
