/* create by edprado: contato@suporteonlineremoto.com.br */

@font-face {
    font-family: 'museo';
    src: local('museo'), local('museo'), url(fonts/museo700-regular.ttf) format('truetype');
    font-style: normal;
  font-weight: 700;
  font-display: swap;  
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: museo;
}

.container {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.login-box {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    margin-top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-box img.logo {
    width: 200px;
    margin-bottom: 20px;
}

.login-box h2 {
    color: #4CAF50;
    margin-bottom: 20px;
}

.login-box p {
    margin: 10px 0;
}

.blocologin {
padding: 3% 1% 3% 1%;
#box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
border-radius: 5px;
border: 1px solid #DCDCDC;
#width: 100%;
align-items: center;
text-align: center;
}

.button {
    width: 80%;
    padding: 15px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.8em;
    color: #fff;
    font-family: museo;
}

.button.trabalhador {
    background-color: #007bff;
}

.button.empresa {
    background-color: #28a745;
}

.button.contabilidade {
    background-color: #ff8300;
}

.button.cadastrar {
    background-color: #28a745;
}

.image-box {
    width: 100vw;
    height: 100vh;
}

.background-image {
    width: 97%;
    height: 100%;
    float: right;
    object-fit: cover;
}




/* seção para oculdar as divs dos forms */
.sectionloginsist {
display: none;
}

.sectionloginsist:target {
display: block;
}

/* Seção padrão visível no carregamento */
#iniciologinsist-carregar {
display: block;
}
/* Oculta a seção padrão se qualquer outra seção for alvo */
.sectionloginsist:target ~ #iniciologinsist-carregar {
display: none;
}
/* Adicionalmente, oculta todas as seções exceto a alvo */
.sectionloginsist:target ~ .sectionloginsist {
display: none;
}
.sectionloginsist:target {
display: block;
}

/* final da seção para oculdar as divs dos forms */




.testeform {

position: relative;
            top: 25%;
            left: 50%;

    width: 100%;
    max-width: 500px;
    #margin-top: 50%;
    
    #flex-direction: column;
    align-items: center;
    justify-content: center;
}








/* form colaborador */

.login-form{
 background-color: #fff;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    min-width: 380px;
    margin-top: 50%;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blocologinform {
padding: 3% 1% 3% 1%;
#box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
border-radius: 5px;
border: 1px solid #DCDCDC;
width: 100%;
align-items: center;
text-align: center;
}

.login-form img.logo {
    width: 200px;
    margin-bottom: 20px;
}    

.login-form h2 {
    margin-bottom: 20px;
    font-size: 1em;
    color: #2C3E50;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
    margin-left: 50px;
}

.form-group input {
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    #margin-left: 20px;
}

.buttonfrm1 {
    width: 80%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.8em;
    margin-top: 10px;
}

.buttonfrm1:hover {
    background-color: #45a049;
}

.forgot-password {
    margin-top: 10px;
    padding-bottom: 20px;
}

.forgot-password a {
    color: #3498db;
    text-decoration: none;
}

.forgot-password a:hover {
    text-decoration: underline;
}

/* fim form colaborador */






@media screen and (max-width: 1200px) {
    .container {
        flex-direction: column;
    }
    .login-box {
        width: 90%;
        max-width: none;
    }
    .image-box {
        width: 100%;
        height: 50%;
    }
    
    .login-form {
    width: 80%;
    max-width: none;
    }
    
    .login-box {
    width: 80%;
    max-width: none;
    }

}

@media screen and (max-width: 768px) {
    html {
        margin: 0% 0% 0% 0%;
    }
    
    body {
        margin: 0% 0% 0% 0%;
    }
    
    .container {
        flex-direction: column;
    }
    .login-box {
        width: 90%;
        max-width: none;
    }
    .image-box {
        width: 100%;
        height: 50%;
    }
    
    .login-form {
    width: 90%;
    max-width: none;
    }
    
    .login-box {
    width: 90%;
    max-width: none;
    }

    .button {
        width: 90%;
    }
}
