/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7/jan/2020, 9:42:05
    Author     : tiago.mogas
*/

body {
    background-image: url(../imagens/contacts/ondas.jpg);                
}

#loginBackground{
    display: block;
    position: relative;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;                
}

#caixa{
    display:block; 
    margin:auto;
}

#contacts{
    position: absolute; 
    width:100%; 
    top:5%; 
    text-align: center
}

#lineTop{
    position: absolute; 
    width: 90%; 
    top: 8.5%; 
    left: 5%;
}

#line{
    display:block; 
    margin:auto; 
    width: 100%; 
    height: auto;
}

#phoneDiv{
    position: absolute; 
    width: 60%; 
    top: 12%; 
    left: 20%;
}

.caixaTexto{
    display:block; 
    margin:auto; 
    width: 100%; 
    height: auto;
}

.contactText{
    display: flex; 
    position: absolute; 
    top: 0%; 
    width: 100%; 
    height: 100%; 
    align-items: center; 
    justify-content: center; 
    color: black;
}

#faxDiv{
    position: absolute; 
    width: 60%; 
    top: 18%; 
    left: 20%;
}

#emailDiv{
    position: absolute; 
    width: 60%; 
    top: 24%; 
    left: 20%;
}

#gpsDiv{
    position: absolute; 
    width: 60%; 
    top: 36%; 
    left: 20%;
}

#moradaDiv{
    position: absolute;
    width: 60%; 
    top: 42%; 
    left: 20%;
}

#localidadeDiv{
    position: absolute; 
    width: 60%; 
    top: 48%; 
    left: 20%;
}

#postDiv{
    position: absolute; 
    width: 60%; 
    top: 54%; 
    left: 20%;
}

#mapDiv{
    position: absolute; 
    width: 90%; 
    height: 35%; 
    top: 60%; 
    left: 5%;
}