* {
  box-sizing: border-box;
}

body {
  background: #f9f9f9;
  color: #777;
  font-family: proxima-nova,Arial,Helvetica,sans-serif;
}

#header {
  display: none;
}

#content {
  background: #f9f9f9;
}

.hide {
  display: none;
}

.login-bg-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -5;
}

.widget {
  background: #fff;
  box-shadow: 0 2px 0 rgba(175,175,175,.12);
  margin: 100px auto 0;
  min-width: 300px;
  text-align: center;
  width: 400px;
}

.widget .container {
  border: 1px solid #ddd;
  padding: 40px;
}

.widget .header img {
  margin-bottom: 20px;
  max-height: 40px;
  max-width: 200px;
}

.widget .illustration img {
  margin-bottom: 15px;
  margin-top: 20px;
  max-width: 100px;
}

.widget .illustration .error-code {
  color: #e34843;
  font-size: 72px;
  font-weight: 900;
}

.widget .content h2 {
  color: #5e5e5e;
  font-size: 26px;
  font-weight: 600;
}

.widget .o-form-explain {
  word-wrap: break-word;
  color: #777;
  font-size: medium;
  line-height: 1.5;
  padding: 0 10px;
}

.widget .button {
  background: linear-gradient(#fefefe,#f9f9f9),#f9f9f9;
  border: 1px solid #c3c3c3;
  border-bottom-color: #bebebe;
  border-radius: 3px;
  color: #5e5e5e;
  display: block;
  font-size: 14px;
  height: 50px;
  line-height: 48px;
  margin-top: 30px;
  padding: 0 15px;
  width: 100%;
}

.widget a {
  color: #0074b3;
}

.widget a.non-link {
  color: inherit;
}

.widget a:active,
.widget a:link,
.widget a:visited {
  text-decoration: none;
}

.widget .footer {
  font-size: 13px;
  margin-top: 30px;
}

.widget .footer .technical-details {
  margin-bottom: 0;
}

@media (max-width:600px) {
  #content,
  body {
    background: #fff;
  }

  .widget {
    box-shadow: none;
    margin: 50px auto 0;
  }

  .widget,
  .widget .container {
    border: 0;
  }
}