/* .container {
    max-width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
} */

.form-container-login {
    width: 366px; /*mudar o px*/
    height: 394px;
    margin: auto;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(5px);
    border: 5px solid rgba(14, 183, 53, 1);
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}



.form {
    margin: auto;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.logininputs {
    width: 70% !important; 
}

/* label {
    padding: 0 0 5px 70px;
} */

/* .btnlogin {
    width: 70% !important;
} */

.message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 366px !important;
    background: rgba(14, 183, 53, 1);
    border-radius: 5px;
    padding: 5px 10px;
    margin: 20px auto !important;
    box-sizing: border-box; 
    color: white;  
    font-family: "Work Sans", sans-serif !important;
}
.msg-login {
    width: 366px; 
}
@media screen and (max-width: 500px) {
    .form-container-login {
        width: 85vw;
        background: rgba(0, 0, 0, 0.6);
    }

    .message {
        width: 85vw;
    }

    .logininputs {
        width: 90% !important;
        font-size: 16px;
    }

    .btnlogin {
        width: 90% !important;
    }

    label {
        padding-left: 10% !important;
    }
}






/* novo css */

.logo-bg {
    background: rgba(108, 174, 154, 0.9);
}
.form-bg {
    background-color: rgba(235, 242, 250, 0.9) !important;
}

.btn-login {
    background-color: rgba(108, 174, 154, 1) !important;
    color: white !important;
} 

.logo {
    max-width: 350px;
}

.grid-login {
    height: 80vh;
    max-width: 70vw;
}

.title {
    letter-spacing: 2px;
    font-weight: bold;
    color: #B1B1B1 !important;
}


