
.wrp{
width:1536px;
max-width:100%;
margin-left:auto;
margin-right:auto;
clear:both;
margin-top:20px;
height:100px;
text-align:center;
font-size:0;
}

   /*Continut contact.css - Pt pagina Contact */

.bigtitle{
	font-size:30px;
	color: #1D4379;
	font-family: 'Exo 2', sans-serif;
}
.formular{
	margin-bottom:40px;
	width:60% !important;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
}
.inputs{
	width:101%;
	margin-left:auto;
	margin-right:auto;
}
.tarea{
	width:101%;
	margin-left:auto;
	margin-right:auto;
}
.contactsubtitle{
	font-size:25px;
	color: #1D4379;
	font-family: 'Exo 2', sans-serif;
}
.input1-settings{
	margin-left:0!important;

}
input[name='name'] {
    background-image: url('images/nume.png');
    background-repeat: no-repeat;
	-moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
	background-position: 7px center;
	padding-left:35px;
}
input[name='email'] {
    background-image: url('images/email.png');
    background-repeat: no-repeat;
	-moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
	background-position: 7px center;
	padding-left:35px;	
}
input[name='telefon'] {
    background-image: url('images/phone.png');
    background-repeat: no-repeat;
	-moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
	background-position: 7px center;
	padding-left:35px;
}
.input2-settings{background-image: url(images/name.png);}
.input3-settings{margin-right:0!important;background-image: url(images/name.png);}
.input1-settings,.input2-settings,.input3-settings{
	margin: 0px 1%;
    width: 32%;
	box-sizing:border-box;
	border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
	line-height: 25px;
	font-size:18px;
	color: #1D4379;
	padding:0.261%;
	box-sizing:border-box;
	
}
::-webkit-input-placeholder {
   color: #1D4379;
   opacity:0.8;
   font-style: italic;
}

:-moz-placeholder { 
   color: #1D4379; 
   opacity:0.8;
   font-style: italic;
}

::-moz-placeholder {  
   color: #1D4379; 
   opacity:0.8;
   font-style: italic;
}

:-ms-input-placeholder {  
   color: #1D4379;  
   opacity:0.8;
   font-style: italic;
}
.intregmesajul{
	width:100%;
	line-height: 25px;
	font-size:18px;
	color: #1D4379;
	margin-top:20px;
	border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
	padding:0.261%;
	box-sizing:border-box;
}
.contact{
	text-align:center;
	clear:both;
}
.element{
	display: inline-block;
	font-size:35px;
	position:relative;
	margin:0 2.5%;
	padding:20px;
	border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
	cursor:pointer;
}

.form-container {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.fs-form {
  display: flex;
  flex-direction: column;
}

.fs-field {
  margin-bottom: 15px;
}

.fs-label {
  font-weight: bold;
  margin-bottom: 5px;
}

.fs-input,
.fs-textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.fs-textarea {
  resize: vertical;
  height: 120px;
}

.fs-button-group {
  text-align: center;
}

.fs-button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.fs-button:hover {
  background-color: #0056b3;
}

