*{
    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-image:url("BGGradient.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    font-family: sans-serif;
}


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

#tutorial{
    width: 200px;
    border:none;
    outline: none;
    height: 33px;
    color: #ffffff;
    background: #003764;
    font-size: 14px;
    border-radius: 9px;
    cursor: pointer;
    box-shadow: 3px 3px 3px rgb(53, 53, 53);

}

.left {
    padding-top: 340px;
    padding-bottom: 150px;
    max-width: 1050px;
    margin: 0 auto;
    margin-bottom: 50px;
}

h1{
    font-weight: 400;
    font-size: 94px;
    line-height: 91px;
    color:#fff;
    max-width: 593px;
    
}

h2{
    color: #fff;
}

h1, h2{
    text-shadow: black 0.1em 0.1em 0.2em
}

.login{
    width:300px;
    height:370px;
    background: #fff;
    color: #000;
    top: 50%;
    left: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 40px 25px;
    border-radius: 42px;
    text-align: center;
        
}

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

.login input{
    width: 100%;
    margin-bottom: 19px;
    
}
.input-field {
    width: 100%;
    height: 48px;
    padding: 10px;
  
}

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

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

.login input[type="submit"]{
    border:none;
    outline: none;
    height: 33px;
    color: #fff;
    background: #003764;
    font-size: 14px;
    border-radius: 9px;
    margin-top: -6px;
    width: 100%;
    margin-bottom: 3px;
    cursor: pointer;
    
}

form a {
    font-size: 12px;
    color: #003764;
    text-align: center;
    margin-top: 15px;
    text-decoration: none;
    padding-bottom: 15px;
}

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

#contact-footer{
    display: inline-flex;
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
}
.contacts{
    width: 55%;
    display: flex;
    margin-top: 15px;
    
}
.contacts a{
    width: 50%;
}

.contacts a img{
    width: 100%;
}

footer{
    background-color: transparent;
    font-size: 15px;
    color: #003764;
    font-weight: bold;
    background-color: #ffffff;
    bottom: 0px;
    position: absolute;
    height: 50px;
    padding-left: 50px;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    border-top:3px solid #ff0505
    /*justify-content: center;
    width: 100%;*/
}



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:300px;
        height:370px;
        margin-top:unset;
        top: 50%;
        position: absolute;
        color: #000;
        left: 80%;
        text-align: center;
        background: #fff;
        
    } 
    .left{
        padding-top: 290px;
        padding-left: 94px;
    }

    h1{
        font-size: 70px; 
    }
    
}

@media (max-width: 800px) {
    .login{
        width:270px;
        height:300px;
        margin-top:unset;
        top: 50%;
        position: absolute;
        color: #000;
        left: 50%;
        text-align: center;
        background: #fff;
               
    } 

    .left{
        display: none;
    }

    #contact-footer{
        display: none;
    }
   
    footer {
        padding-left: 0px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    #tutorial{
        display: none;
    }

   

    .login input{
        margin-bottom: 15px;
        
    }
}