h1 { font-size: 32px; }

.rstpl-copyright-position { background-color: #015aae; }

a:hover { color: #015aae; }

/* decrease left and right padding of the buttons */
.btn.btn-primary { padding: 10px; }
.btn { background: #015aae; padding: 10px; color: #fff !important; }

/* remove the strange diagonal lines around the "go top" chevron and place the chevron UP to the right */
.rstpl-go-top a:before { background-image: none; }
.rstpl-go-top a:after { background-image: none; }
.rstpl-go-top { left: 80% }

/* decrease the min-width of the input fields from 300 to 200px */
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .uneditable-input { min-width: 175px; }

@media (max-width: 767px) {
  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .uneditable-input { min-width: 100px; }
}

#column-right .rstpl-login a.btn, #column-left .rstpl-login a.btn { display: none; }
