.off-screen {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.login-button {
  border: 1px solid transparent;
  background: #008edf;
  color: #fff;
}

.surf-button {
  border: 1px solid #008edf;
  background: #fff;
  color: #008edf;
  padding: 12px 20px !important;
}

.divider {
  background-color: #e3e3e6;
  height: 1px;
  border-width: 0;
  margin-top: 64px;
  margin-bottom: 32px;
}

.wrong-password {
  color: #eb3d51;
  font-size: 0.875rem;
  margin-bottom: 16px;
  margin-top: -8px;
}

.forgot-password {
  text-decoration: none;
  color: #008edf;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-family: 'Source Sans Pro', 'Arial', sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
  cursor: pointer;
}

.forgot-password-form {
  display: flex;
  justify-content: space-between;
}
