:root{
    --roxo:#8a3fbf;
    --branco: #ffff;
    --verde: #00E280;
    --azul: #20455d;
}
*{
        font-family: Arial, sans-serif;
      }
body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0%;
    padding: 0%;
    height: 100vh;
    
    
}
#cont-img{
    background-color: #3d1059;
    align-content: center;
    display: flex;
    width: 300px;
}
section{
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.50turn,#6a0dad,#7a0fc7, #6a0dad);
}
#regra-login{
    display: flex;
    width: 1000px;
    height: 500px;
    border-radius: 20px;
    background-color: white;
    overflow: hidden;
}
#img-login{
    display: flex;
    margin: 30px;
    flex-direction: row;
    align-items: center;
    height: 400px;
    width: 300px;
    object-fit: contain;
    z-index: 999;
}
#img-login-celular{
    opacity: 0;
    height: 0%;
}

#detalhe-login{
    position: relative;
    height: 101%;
    left: -130px;
    top: -2px;
    z-index: 1;
}

form{
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
input[type="text"], input[type="password"]{
    width: 200px;
    margin: 5px;
    padding: 10px;
    border: 2px solid #8a3fbf;
    border-radius: 4px;
}
input:focus {
    border-color: #00E280;
    outline: none;
}

#Entrar{
    background-color: var(--verde);
    color: white;
    border: none;
    padding: 10px;
    width: 218px;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
#Entrar:hover {
    transform: scale(0.95);
    color: black;
}
#coruja-login{
    position: relative;
    background-color: red;
    height: 0%;
    width: 0%;
    top: -17px;
    z-index: 1;
}
 #vix{
        display: none;
    }

h2{
    color: white;
}
#btn-home{
    position: relative;
    color: #8a3fbf;
    left: -20px;
    height:30px;
    bottom: -15px;
    font-size: 28px;
    z-index: 999;
}
.input-container {
    position: relative;
    width: 100%;
    left: -218px;
    top: -30px;
    z-index: 999;
}
.input-container input {
    width: 100%; /* espaço para o botão */
}

.input-container .toggle-password {
    position: absolute;
    right: 20px;
    bottom: -18px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    z-index: 999;
}
#esc-senha{
    color: black;
    text-decoration: none;
    padding-top: 20px;
    padding-right:60px;
}
#esc-senha:hover{
    color: #00E280;
}


@media (max-width: 1100px){
    #cont-img{
        display: none;
    }
    section{
        height: 100%;
        width: 100%;
        justify-content: center;
    }
    #regra-login{
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 400px;
        width: 100%;
        margin: 20px;
        padding: 20px;
        height: 90%;
        justify-content: center;
        z-index: 1;
    }
    #btn-home{
        left: 180px;
        top: -650px;
        font-size: 40px;  
        
    }
    #form{
        background-color: transparent;
    }
    #vix{
        display: block;
        height: 250px;
        width: 250px;
        padding: 20px;
    }
    #esc-senha{
        color: white;
    }
    input[type="text"], input[type="password"] {
        max-width: 250px;
        width: 100%;
        padding: 15px;
        margin: 10px;
    }
    #Entrar{
        max-width: 305px;
        width: 87%;
        padding: 15px;
    }
    form{
        max-width: 320px;
        width: 100%;
        margin: 10px;
    }
    .input-container {
    left: -5px;
    top: -38px;
}
    #esc-senha{
        color: black;
        max-width: 220px;
        width: 100%;
        margin-left: 10px;
    }
}





