body, html {
  font-family: 'Source Sans Pro', sans-serif;
  color: #4A4A4A;
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

.error {
  color: #f05648; }

.success {
  color: #1cd590; }

footer p.version {
  font-size: 12px; }

.sidebar {
  width: 280px;
  position: fixed;
  z-index: 105;
  top: 0;
  bottom: 0;
  left: 0; }

.content-wrapper {
  margin-left: 280px;
  background-color: #f8f8fb;
  height: 100vh; }

.content-wrapper .header {
  background-color: #f2f2f5;
  padding: 30px 0; }

.content-wrapper .content {
  padding: 30px 0; }

.artwork {
  min-height: 100vh;
  padding-top: 120px;
  background-color: #9be1f6; }

.artwork h1 {
  font-size: 65px;
  font-weight: 400; }

.artwork h1 span {
  color: #fe4565; }

.login {
  padding-top: 120px; }

.login .form-control {
  background-color: #f3f3f4;
  border-color: #f3f3f4;
  transition: all ease 0.4s; }

.login .form-control:hover,
.login .form-control:active,
.login .form-control:focus {
  background-color: #ffffff;
  transition: all ease 0.4s; }

.login .resetPasswordForm {
  display: none; }

/*# sourceMappingURL=style.css.map */
