/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Personalização do container de registro */


#tutor-registration-wrap {
	
    max-width: 800px !important; /* Largura maior - ajuste conforme necessário */
    margin: 30px auto;
    padding: 40px 20px !important; /* Padding top/bottom de 40px */
    box-sizing: border-box;
}

/* Sistema de Grid para Forms */
.tutor-form-row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -10px 20px -10px; /* Margem negativa para compensar o padding */
}

.tutor-form-col-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 10px !important;
    box-sizing: border-box;
}

.tutor-form-col-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 10px !important;
    box-sizing: border-box;
}

.tutor-form-group {
    margin-bottom: 20px;
    width: 100%;
}

/* Responsividade - Mobile */
@media (max-width: 768px) {
    .tutor-form-col-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    #tutor-registration-wrap {
        max-width: 100% !important;
        padding: 20px 15px !important;
    }
}

/* Ajustes para campos específicos */
.tutor-password-strength-checker {
    width: 100%;
}

.tutor-form-wrap {
    width: 100%;
}

/* Espaçamento adicional do topo */
.tutor-template-segment.tutor-login-wrap {
    padding-top: 60px !important; /* Adiciona espaço do cabeçalho */
}
