
@import "http://fonts.googleapis.com/css?family=Raleway";
/*----------------------------------------------
CSS settings for HTML div Exact Center
------------------------------------------------*/
#abc {
width:100%;
height:100%;
opacity:.95;
top:0;
left:0;
display:none;
position:fixed;
background-color:rgba(49, 49, 49, 0.75);
overflow:auto
}
img#close {
cursor:pointer;
display: block;
float: right;
height: 40px;
width: 40px;
padding:10px;
}
div#popupContact {
position:absolute;
width: 100%;
top:17%;
}
form {
background-image:url(resources/images/PopUp_Background.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
max-width:70%;
height: 100%;
padding: 20px;
margin: auto;
/*border:2px solid gray;*/
border-radius:10px;
/*background-color:#fff*/
}
p {
margin-top:30px
}
h2#title{
background-color:#1a1a1a;
padding: 20px;
margin:auto;
text-align:center;
border-radius:10px 10px 0 0
}
hr {
margin:auto;
border:0;
border-top:1px solid #ccc
}
input[type=text] {
width:100%;
padding:5px;
border:1px solid #ccc;
font-size:16px;
background-color: lightgray;
color: black;
border: 4px solid #b9ab81;
}
#name {
background-image:url(../images/name.jpg);
background-repeat:no-repeat;
background-position:5px 7px
}
#email {
background-image:url(../images/email.png);
background-repeat:no-repeat;
background-position:5px 7px
}
#phone {
margin-bottom: 30px;
}
textarea {
background-image:url(../images/msg.png);
background-repeat:no-repeat;
background-position:5px 7px;
width:100%;
height:95px;
padding:10px;
resize:none;
margin-top:30px;
border:1px solid #ccc;
font-size:16px;
color: black;
margin-bottom:30px;
}
#submit {
text-decoration:none;
width:100%;
text-align:center;
display:block;
background-color:#45106a;
color:#fff;
border:1px solid #FFF;
padding:10px 0;
font-size:20px;
cursor:pointer;
border-radius:5px
}
span {
color:red;
font-weight:700
}
button {
width:10%;
height:45px;
border-radius:3px;
background-color:#cd853f;
color:#fff;
font-size:18px;
cursor:pointer
}
.buttonEnviar {
	background-color: #b9ab81;
	width: 100%;
}