.login-page-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px; }

.login-form {
  width: 304px; }

.login-form > *:not(:first-child) {
  margin-top: 16px; }

.login-form button {
  width: 100%;
  justify-content: center;
  margin-top: 24px; }

.login-form .forgot-password {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  user-select: none; }

.buttons-holder {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 240px; }

.buttons-holder button {
  width: 100%;
  margin-bottom: 16px; }

.slogan {
  font-size: 16px;
  line-height: 28px;
  margin: 0; }

.or {
  font-size: 18px; }

.header-link-holder {
  position: relative;
  width: 668px; }

.header-link {
  position: absolute;
  right: -16px;
  bottom: 70px; }

.check {
  display: flex;
  justify-content: flex-start; }

.check.remember-me {
  padding-top: 16px; }

.check input {
  margin-right: 8px; }
