html {
  height: 100%;
  overflow: auto;
}

body {
  height: 100%;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  width: 100%;
  margin: 0;
}

.page__login {
  height: 100%;
  background: #f60;
  background: url(../images/bg.png) 50% 0,-webkit-linear-gradient(bottom right,#86d14e,#f60);
  background: url(../images/bg.png) 50% 0,linear-gradient(to top left,#86d14e,#f60);
  background-size: cover;
}

.page__wrapper {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1280px;
  text-align: center;
}

img {
	margin-top: 120px;
}

h1 {
  color: white;
  font-size: 39px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.2;
  white-space: normal;
  margin-top: 120px;
}

p {
  color: white;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  width: 30%;
  margin: 15px auto 0 auto;
}


@media (max-width: 1000px) {
  p {
    width: 50%;
  }

  @media (max-width: 800px) {
  p {
    width: 65%;
  }

  @media (max-width: 600px) {
  p {
    width: 80%;
  }