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


body.style_0 {
  background:#1abc9c;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  body.style_0 {
    background:#1abc9c;
  }
}

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

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