body {
    background: url("/assets/media/background/white_bg_city.png") no-repeat center center fixed;
    background-size: 100%, cover;
    background-repeat: no-repeat;
    background-position: bottom, center; 
    height: 100vh;
}


#kt_sign_up_form input[type="text"]:not([name="name"]):not([name="password"]):not([name="password_confirmation"]),
#kt_sign_up_form select,
#kt_sign_up_form .form-select,
#kt_sign_up_form textarea {
    text-transform: uppercase;
}


.g-recaptcha {
    display: inline-block !important;
}