*{
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
    padding:0;
    margin:0;
    
}

html, body{
    margin: 0;
    padding: 0;
    margin:0;
    padding:0;
    width:100%;
    height: 100%;
    min-height:100%;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    font-family: sans-serif;
    overflow: hidden;
}



.botao{
    padding-top: 45px;
    padding-left: 40px;
}

#tutorial{
    width: 200px;
    border:none;
    outline: none;
    height: 50px;
    color: #ffffff;
    background: #25BCCD;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 3px 3px 3px rgb(170, 170, 170);
    font-weight: bold;

}

.left {
    max-width: 700px;
    margin-top: 110px;
    margin-left: 43px;
    position:fixed; 
    bottom: -20px;
    z-index: 999;
    pointer-events: none;
}

.efeito {
    position: fixed;;
    top: 50px;
    right: 80px;
    z-index: -1; 
    width: 430px; 
    height: auto;
}



.login {
         
    width: 450px;
    padding: 75px 30px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    text-align: center;
}



.bv {
    font-size: 24px; 
    font-weight: bold;
    color: #606060; 
    margin-bottom: 10px;
}

.txt {
    font-size: 16px; 
    color: #606060; 
    margin-bottom: 20px;
}

    

img{
    width:75%;
     position: relative;
     padding-bottom: 25px;
     margin-bottom: -10px;
     max-width: 400px;
     
}
 
.login img{
   
    margin-left: auto;
    margin-right: auto;
}

.login input{
    width: 100%;
    margin-bottom: 19px;
    
}
.input-field {
    width: 100%;
    height: 48px;
    padding: 10px;
    border: 2px solid #25BCCD;
  
}

.login input[type = "text"], input[type="password"]
{
    border-color: #25BCCD;
    background: transparent;
    outline: none;
    height: 50px;
    font-size: 16px;
    border-radius: 9px;
} 

input::placeholder{
    font-size: 14px;
    opacity: 0.5;
}

.login input[type="submit"]{
    border:none;
    outline: none;
    height: 50px;
    color: #fff;
    background: #25BCCD;
    font-size: 14px;
    border-radius: 9px;
    margin-top: -6px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 3px;
    cursor: pointer;
    box-shadow: 3px 3px 3px rgb(170, 170, 170);
    z-index: -1; 
}

form a {
    font-size: 14px;
    color: #25BCCD;
    text-align: center;
    text-decoration: none;
}

.login a:hover{
    text-decoration: underline;
}

#contact-footer {
    display: inline-flex;
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
}

.contacts {
    width: 75%;
    display: flex;
    margin-top: 15px;
    justify-content: space-around;
}

.contacts a {
    margin: 0 15px; 
    display: flex; 
}

.contacts a img {
    width: 100%;
}



footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    background-color: #E43414;
    color: white;
    text-align: center;
    padding: 10px 20px; 
    z-index: 1; 
}


footer p {
    margin: 0; 
    font-size: 14px; 
    line-height: 1.5;
    margin-top: 5px;
}


footer a:hover {
    text-decoration: underline;
}


iframe#manual-window{
    padding:2em 4em;
}

#manual-window{

        position:fixed;
        background-color:rgba(0,0,0,0.5);
        z-index:3000;
        height:100%;
        width:100%;
        top:100%;
        bottom:0;
        left:0;
        right:0;
        padding:5% 20%;
        
}

/* Tablet ViewPOrt*/

@media (max-width: 1567px) { 

    .login{
        
        width: 350px;
        padding: 30px 20px;
        background: #fff;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        position: absolute;
        top: 50%;
        left: 75%;
        transform: translate(-50%, -50%);
        text-align: center;
        
    } 

    .left {
        max-width: 500px;
        margin-top: 100px;
        margin-left: 53px;
        bottom: -20px;
        position: absolute;
    }

    .efeito {
        position: absolute;
        top: 50px;
        right: 80px;
        z-index: -1; 
        width: 330px; 
        height: auto;
    }

    h1{
        font-size: 70px; 
    }

    
    
}

@media (max-width: 1200px) {
    html, body {
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    
    .login {
        width: 90%;
        padding: 20px;
        top: 40%;
        left: 50%;
        position: relative;
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 10px;
        text-align: center;
    }

    .left, .efeito {
        display: none; 
    }
    

    footer {
        padding: 5px 10px;
        font-size: 10px;
    }


    footer p {
        font-size: 12px; 
        line-height: 1.4;
    }

    #tutorial {
        display: none; 
    }

    footer { 
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 45px;
        background-color: #E43414;
        color: white;
        text-align: center;
        padding: 5px 10px;
        font-size: 10px;

    }    
}

@media (max-width: 800px) {
    html, body {
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    
    .login {
        width: 90%;
        padding: 20px;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 10px;
        text-align: center;
    }

    .left, .efeito {
        display: none; 
    }
    

    footer {
        padding: 5px 10px;
        font-size: 10px;
    }


    footer p {
        font-size: 12px; 
        line-height: 1.4;
    }

    #tutorial {
        display: none; 
    }

    footer { 
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 45px;
        background-color: #E43414;
        color: white;
        text-align: center;
        padding: 5px 10px;
        font-size: 10px;

    }    
}
