#loginfora {
    display: none;
	top: 0px;
    z-index: 9;
    position: fixed;
    background: #000000cc;
    width: 100%;
    height: 100%;
}
#login {
    display: none;
    z-index: 9;
    position: fixed;
    width: 100%;
    background: #fff;
    max-width: 400px;
    top: 0px;
    padding: 20px;
    overflow: auto;
}

#login div.separacao {
    display: table;
    float: left;
    width: 100%;
    height: 30px;
    position: relative;
    margin-bottom: 20px;
}
#login div.separacao hr {
    position: absolute;
    width: calc((100% - 30px)/2);
    float: left;
    border-color: #6d6d6d;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
}
#login div.separacao hr:last-child {
    left: initial;
    right: 0px;
}

#login div.separacao span {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
}
.cancelardiv {
    float: right;
    margin-top: 0px;
    width: 24px;
    height: 24px;
    border: 1px solid #0172B6;
    background: url("../images/fechar.png") no-repeat scroll 0 0 transparent;
    background-position: center;
    padding: 0px;
}

.cancelardiv:hover {
    background: url("../images/fechar_hover.png") no-repeat scroll 0 0 #0172B6;
    background-position: center;
}
#loginfora .contacte-nos.footer-static-block {
    background: #fff;
    width: 100%;
    max-width: 640px;
    height: fit-content;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 20px;
}
#loginfora .contacte-nos.footer-static-block h3 {
    color: #000;
    text-align: center;
}
#loginfora .contacte-nos.footer-static-block h3 .cancelardiv {
    margin-top: 4px;
}

#loginfora .contacte-nos.footer-static-block input, #loginfora .contacte-nos.footer-static-block textarea {
    color: #000;
}

div.erro_confirmacao_email {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #ff0000e6;
    color: #fff;
    margin: 0px;
    text-align: center;
    z-index: 999999;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}
div.erro_confirmacao_email div {
    display: table;
    left: 0px;
    right: 0px;
    margin: auto;
}
div.erro_confirmacao_email form {
    display: table;
    float: left;
}
div.erro_confirmacao_email p {
    float: left;
    margin: 0px;
    margin-right: 5px;
}
div.erro_confirmacao_email button {
    padding: 0px;
    background: transparent;
    border: 0px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

#loginfora div.retangulo {
	position: relative;
	width: 40px;
	height: 100%;
	white-space: nowrap;
	display: flex;
	align-items: center;
	margin: auto;
}
#loginfora div.retangulo div.barra {
	height: 35px;
	width: 15%;
	margin-left: 3px;
	-webkit-animation: sk-wave 1.2s infinite ease-in-out;
	animation: sk-wave 1.2s infinite ease-in-out;
	background: #0172B6;
}
#loginfora div.retangulo div.barra:nth-child(1) {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
	margin-left: 0px;
}
#loginfora div.retangulo div.barra:nth-child(2) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
#loginfora div.retangulo div.barra:nth-child(3) {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
#loginfora div.retangulo div.barra:nth-child(4) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
@-webkit-keyframes sk-wave { 
	0%,40%,100% {
		-webkit-transform: scaleY(0.4);
		transform:scaleY(0.4);
	}
	20% {
		-webkit-transform:scaleY(1);transform:scaleY(1);
	}
}