*{
    font-family: Arial, Helvetica, sans-serif;
}

header{
    display: flex;
    position: relative;
    width: 100vw;
    height: 15vh;
    justify-content: center;
}
header img{
    position: absolute;
    top: 0;
    width: auto;
    height: 85%;
    margin: 8px;
}

.ola{
    text-align: center;
    font-size: 19pt;
    margin-top: 3vh;
}
.form-login{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85%;
}
.login{
    display: flex;
    flex-direction: column;
    position: relative;
    margin: auto;
    margin-top: 6vh;
    width: 40vw;
    padding: 30px;  
    background-color: #F6F6F6;
    justify-content: center;
    align-items: center;
    border-radius: 10px; 
}
.imagem-login-cadeado{
    width: 45px;
    margin-bottom: 14px;
}
.login-senha{
    padding: 13px;
    margin-bottom: 23px;
    width: 88%;
}

.botao-enviar{
    padding: 13px;
    background-color: #505253;
    color: white;
    border-radius: 6px;
    margin: auto;
    width: 50%;
    cursor: pointer;
}

@media screen and (max-width: 500px){
    .botao-enviar{
        width: 100px;
    }
}

.olho-senha{
    position: absolute;
    right: 17%;
    top: 180px;
    width: 25px;
    cursor: pointer;
}

@media screen and (max-width: 435px){
    .olho-senha{
        right: 19%;
    }
}

.box_login{
    background-color: rgb(247, 247, 247);
    width: 850px;
}

.erro{
    position: absolute;
    bottom: 8px;
}

.botao-redireciona-ao-cursista img{
    position: absolute;
    right: 7px;
    bottom: 1px;
    width: 50px;
    height: 50px;
}

.botao-validar-certificado img{
    position: absolute;
    right: 40px;
    bottom: 1px;
    width: 50px;
    height: 50px; 
}
.sou-empresa{
    position: absolute;
    bottom: 8px;
    left: 15px;
    color: #9e9e9e;
}

.imagem-validacao_certificado{
    width: 100px;
    height: 100px;
    margin-bottom: 14px;
}