.contact {
  display: flex;
  justify-content: center;
}

#contact-init {
  position: relative;
  left: -30px;
  background-image: url("../img/init.png");
  background-size: 432px 348px;
  width: 432px;
  height: 348px;
  transition: left 1.5s linear;
}

#right-contact-details {
  margin-top: 102px;
  width: 50%; 
}

#right-contact-details h1 {
  font-size: 40px;
  letter-spacing: -6px;
}

#right-contact-details h2 {
  font-size: 19px;
  letter-spacing: -2px;
}

#main-details {
  margin-top: 60px;
}

#main-details > p {
  font-size: 16px;
}

#partener-label {
  font-size: 10px !important;
}

#partener, #adresa-partener {
  margin-bottom: 20px;
}

#form-contact {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

#form-contact > label {
  margin-bottom: 10px;
}

#form-contact > label {
  font-size: 22px;
  font-weight: bold;
}

input[type=text], input[type=email] {
  width: 65%;
}

input, textarea {
  padding: 8px 25px;
  background-color: #eee; 
  border: thin solid #eee;
  border-radius: 5px;
  margin-bottom: 25px !important;
}	

input::placeholder, textarea::placeholder {
  color: #6a6a6a;
}	

textarea:focus, input:focus{
  outline: none;
  background-color: rgba(216, 244, 255, 0.3);
}

input[type=submit]{
  width: 186px;	
  background-color: #757575;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;   
  font-weight: bold;
  font-size: 18px;
}

