*{
    margin: 0;
    padding: 0;;
}
body{
    min-width: 920px;
    min-height: 100vh;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(fundo.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 70vw auto;
    background-position: center;
    background-color: #f0f0f0;
}
.fundo2{
    position:fixed;
    top: 100px;
    left: 0px;
}
.fundo2 img{
    min-width: 920px;
    width: 100vw;
    height: auto;
}
.login{
    position: fixed;
    padding: 20px 30px 20px 30px;
    min-width: 200px;
    height: 16vh;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(41,127,140, 0.7);
    border-radius: 5px;
    border-bottom: 2px solid #195058;
    border-left:  2px solid #195058;
    border-top: 1px solid #38aec0;
    border-right:  1px solid #38aec0;
}
form [type=password], form [type=email]{
    width: 25vw;
    font-size: 1.2em;
    border: none;
    border-bottom: 1px solid #297f8c;
    margin: 10px 0px 10px 0px;
    text-align: center;
    padding: 5px 0px 5px 0px;
}
form [type=submit]{
    padding: 5px 10px 5px 10px;
    color:aliceblue;
    background-color: #297f8c;
    border-left: 2px solid #195058;
    border-bottom: 2px solid #195058;
    border-top: 1px solid #195058;
    border-right: 1px solid #195058;
    font-size: 18px;
    border-radius: 2px;
}
form [type=submit]:hover{
    background-color: aliceblue;
    border-bottom: 1px solid #38aec0;
    border-left: 1px solid #38aec0;
    border-top: 2px solid #38aec0;
    border-right: 2px solid #38aec0;
    color:#297f8c;
    font-size: 18px;
    border-radius: 2px;
}
.cab{
    position: fixed;
    top: 0px;
    height: 0px;
    min-width: 920px;
    min-height: 50px;
    width: 100vw;
    height: 10vh;
    background-color: #297f8c;
}
.cab img{
    position: fixed;
    top: -13%;
    width: auto;
    height: 36vh;
    min-height: 150px;
}
.whats{
    position: fixed;
    right: -20px;
    bottom: 10px;
}
.whats img{
    width: 10vw;
    height: auto;
}