.elementor-107 .elementor-element.elementor-element-f54f103{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:5%;--padding-bottom:5%;--padding-left:0%;--padding-right:0%;}.elementor-107 .elementor-element.elementor-element-f54f103:not(.elementor-motion-effects-element-type-background), .elementor-107 .elementor-element.elementor-element-f54f103 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#070707;background-image:url("https://payment.getnuva.com/wp-content/uploads/2024/10/Register-Desktop.jpg");}.elementor-107 .elementor-element.elementor-element-2b0bf17{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:30px 30px 30px 30px;--padding-top:2%;--padding-bottom:2%;--padding-left:0%;--padding-right:0%;}.elementor-107 .elementor-element.elementor-element-2b0bf17:not(.elementor-motion-effects-element-type-background), .elementor-107 .elementor-element.elementor-element-2b0bf17 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCFCFC;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-107 .elementor-element.elementor-element-4aec4a6{--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;}.elementor-107 .elementor-element.elementor-element-4aec4a6:not(.elementor-motion-effects-element-type-background), .elementor-107 .elementor-element.elementor-element-4aec4a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor4 );}.elementor-107 .elementor-element.elementor-element-564f8ae2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-107 .elementor-element.elementor-element-7a18a502.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-107 .elementor-element.elementor-element-4aec4a6{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(min-width:768px){.elementor-107 .elementor-element.elementor-element-2b0bf17{--width:550px;}}/* Start custom CSS for html, class: .elementor-element-2c7c87d *//* Applying Archivo font and body styles */
body {
    font-family: 'Archivo', sans-serif;
    background: linear-gradient(to bottom, #f0f0f0, #d4d4d4);
    margin: 0;
    padding: 0;
    
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    width: 100%;
    max-width: 400px;
    padding: 25px;
    background-color: transparent; /* Background is now transparent */
    border: none; /* Removed the border */
    box-shadow: none; /* Removed the box-shadow */
}

h2 {
    text-align: center;
    color: #333;
}

label {
    display: block;
    margin-bottom: 8px;
    color: #242424;
    font-size: 15px; /* Slightly smaller font size */
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #D9D9D9; /* Border color */
    background-color: #F9F9F9; /* Input background color */
    border-radius: 5px;
    box-sizing: border-box;
}

input::placeholder {
    color: #888;
}

/* Wrapper for the password field and the eye icon */
.password-wrapper {
    position: relative; /* To position the icon inside the input field */
}

.password-wrapper input {
    width: 100%; /* Full width for the input */
    padding-right: 50px; /* Extra space for the eye icon so it doesn't overlap with text */
}

/* Eye icon adjustments */
.toggle-password {
    position: absolute;
    top: 50%; 
    right: 20px; 
    transform: translateY(-130%); 
    cursor: pointer; 
    width: 14px; 
}

/* Button styles */
button {
    width: 100%;
    padding: 14px;
    background-color: #CA4DE8;
    border: solid 1px #CA4DE8;
    border-radius: 30px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s ease;
}

button:hover {
    background-color: transparent;
    color: #A83CCB;
    border: solid 1px #A83CCB;
    cursor: pointer;
}

/* Password requirement text */
.password-requirements {
    margin-top: -10px;
    margin-bottom: 15px;
    color: #888;
    font-size: 11px; /* Smaller font for password requirements */
    list-style-type: none;
}

.password-requirements {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 10px;
}

.password-requirements li {
    margin-bottom: 4px;
    font-size: 11px;
    color: #888;
}


.terms {
    display: inline-block;
    align-items: center; /* Aligns the toggle and text vertically */
    margin-bottom: 20px;
    font-size: 14px;
    color: #070707;
    width: 80%; /* Ensures the text takes up the full width */
}

#terms {
    display: none;
    
}

.switch {
    display: inline-block;
    align-items: center; /* Aligns the toggle and text vertically */
    margin-bottom: 25px;
    font-size: 5px;
    width: 20%; /* Ensures the text takes up the full width */
    
}

/* Smaller toggle switch, taking up about 10% of the form width */
.terms-wrapper .switch {
    
    margin-right: 10px; /* Small space between toggle and text */
    align-items: center;
    flex-shrink: 0; /* Prevents shrinking */
    width: 45px; /* Width adjusted for smaller size */
    height: 24px; /* Height adjusted for a more compact toggle */
    position: relative;
}

/* The track of the toggle switch */
.switch .slider {
    position: absolute;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; /* Default background color */
    border-radius: 34px; /* Rounded edges for the slider */
    transition: 0.4s; /* Smooth transition */
}

/* The knob (or "handle") inside the toggle */
.switch .slider:before {
    position: absolute;
    content: "";
    height: 20px; /* Size of the handle */
    width: 20px;  /* Same size to make it perfectly round */
    left: 2px;    /* Position it on the left */
    bottom: 2px;  /* Position it slightly above the bottom edge */
    background-color: white;
    border-radius: 50%; /* Fully rounded handle */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Light shadow for effect */
    transition: 0.4s; /* Smooth transition for moving the handle */
}

/* When the toggle is checked, change the background and move the handle */
input:checked + .slider {
    background-color: #CA4DE8; /* Color when active */
}

input:checked + .slider:before {
    transform: translateX(20px); /* Moves the handle to the right */
}

/* Rounded slider (used for round appearance) */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Ensures the label text takes up the remaining space */
.terms-wrapper label {
    margin-left: 0; /* No margin between the toggle and text */
    flex: 1; /* Label takes up the remaining space */
    line-height: 1.5;
}

/* Links maintaining branding color */
.terms-wrapper a {
    color: #CA4DE8; /* Branding color */
    text-decoration: none;
}

.terms-wrapper a:hover {
    text-decoration: underline;
}

/* Smaller font for login link */
.login-link {
    text-align: center;
    margin-top: 15px;
    font-size: 11px; /* Smaller font for "Already have an account?" */
}

.login-link a {
    color: #CA4DE8;
    text-decoration: none;
}

.login-link a:hover {
    text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a18a502 */#footer-text {
   color: white; 
   font-family: archivo;
   text-align: center;
   margin: 1px;
}/* End custom CSS */