body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

html {
	font-family: 'Barlow', sans-serif;
    color: #787878;
}
body {
  /*padding-top: 40px;
  padding-bottom: 40px;*/
  font-family: 'Barlow', sans-serif !important;
  color: #787878;
  font-weight: 300 !important;    
}

p {
  font-family: 'Barlow', sans-serif !important;
  font-weight: 300 !important;
}

.form-register {
  max-width: 550px;
  padding: 15px;
  margin: 0 auto;
}

.form-result {
  max-width: 550px;
  padding: 15px;
  margin: 0 auto;
  display: none;
}

.form-result textarea {
    font-family: monospace;
}

#gtrackingcodeplaceholder {
    display: none !important;
}


.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-bottom-color: #EED3D7;
    border-top-color: #EED3D7;
    color: #B94A48;
    font-size: 13px;
    min-height: 13px;
    line-height: 14px;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 8px;
    vertical-align: middle;
/*    width: 100% !important;*/
}

.alert {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}