/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


body.style_0 {
  background:#d27154 url(../img/pattern_3.svg) no-repeat center left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  body.style_0 {
    background: #d27154;
  }
}

.container {
	margin-left: 80px;
	margin-top: 50px;
}

label {
  color: white;
  margin-bottom: 8px;
  margin-top: 8px;
}


/* overwrite template defaults in style.css */

.main_title_1 {
  text-align: left !important;
}
.main_title_1 img {
  display: block !important;
}
