
        h1 {
                margin-left: 8%;
                color: #58c190;
            }
            
        body {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
            background-color: #58c190; /* Cor de fundo do lado esquerdo */
        }

        .container {
            display: flex;
            height: 100vh;
        }

        .left-side {
            flex: 6;
            background-color: #58c190; /* Cor de fundo do lado esquerdo */
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 20px;
        }

        .title {
            text-align: center;
            font-size: 24px;
            margin-top: 20px;
        }

        .footer {
            text-align: center;
            margin-bottom: 20px;
        }

        .right-side {
            flex: 4;
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #login-form {
            width: 80%;
            max-width: 400px;
            padding: 20px;
            background-color: #f2f2f2;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }

        #login-form input {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        #login-form button {
            width: 100%;
            padding: 10px;
            background-color: #3498db;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        
        .signin-form {
            padding: 30px;
            border-radius: 10px;
            max-width: 400px;
            width: 100%;
        }
        
        .signin-form .form-group {
            margin-bottom: 20px;
        }
        
        .signin-form .form-control {
                padding: 15px;
                width: 22vw;
                height: 2vh;
                background-color: rgb(215 215 215 / 10%);
                color: #333;
                border-width: 1px;
                border-color: red;
                border-right: none;
                border-top: none;
                border-left: none;
                border-color: #58c190;
            }
        
        .signin-form .form-control::placeholder {
            color: #aaa;
        }
        
        .signin-form .toggle-password {
            color: #333;
            cursor: pointer;
            position: absolute;
            top: 50%;
            right: 68px;
            transform: translateY(-50%);
        }
        
         .toggle-password {
                    color: #333;
                    cursor: pointer;
                    position: absolute;
                    top: 50%;
                    right: 68px;
                    transform: translateY(-50%);
                }
            
            #img_topo {
                max-width: 30%;
                animation: rubberBand;
                animation-duration: 1s!important;
            }
            
        
        .signin-form .submit {
            background-color: #00f355b3;
            color: #fff; /* Cor do texto do botão */
            font-weight: 600;
            width: 10vw;
            border: none;
            border-radius: 5px;
            padding: 15px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .signin-form .submit:hover {
            background-color: #00a339b3; /* Cor do botão ao passar o mouse */
        }
        
        #foto_topo {
                height: 64vh;
                text-align: center;
                align-items: center;
                display: flex;
                justify-content: center;
            }
            
            button.eye-button {
                background: none;
                border: none;
                font-size: 1.4vw;
                color: #878787;
            }
            
            .footer{
                animation: flash;
                animation-duration: 3s!important;
            }
