div#logo-cadastro {
    width: 35vw;
    height: 17.5vw;
}

h2#title-cadastro {
    width: 100%;
    margin: 15px 0 5px 0 !important;
    font-size: 16px !important;
}

p#subtitle-cadastro {
    margin: 0 auto 15px !important;
}

div#form-cadastro,
#testimonial-cadastro {
    width: 100% !important;
}

div#popup-cadastro input, div#popup-cadastro textarea, div#popup-cadastro select {
    font-size: 14px !important;
}

div#popup-cadastro .dx-popup-content {
    height: fit-content !important;
    min-height: 100vh !important;
}

div#popup-cadastro :not(.dx-invalid-message).dx-overlay-wrapper {
    position: relative !important;
    transform: none !important;
}

div#popup-cadastro .dx-overlay-content.dx-popup-fullscreen.dx-resizable {
    position: relative;
}

div.dx-selectbox-popup-wrapper .dx-scrollable-container {
     overflow-y: auto !important; 
}

div.dx-selectbox-popup-wrapper .dx-overlay-content {
    overflow: hidden !important;
}

/*div#popup-cadastro .dx-overlay-content.dx-popup-fullscreen.dx-resizable,
div#popup-cadastro .dx-overlay-wrapper,
div#popup-cadastro {
    overflow: auto;
}*/

