.logintitle {
  margin-top: 60px;
}

@media (max-width: 599px) {
  .logintitle {
    padding: 0 10px;
  }
}

.logintitle h1 {
  font-size: 3.6rem;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  text-align: center;
}

@media (max-width: 599px) {
  .logintitle h1 {
    font-size: 3rem;
  }
}

.logintitle p {
  font-size: 1.4rem;
  margin-top: 20px;
  text-align: center;
}

.content {
  width: 400px;
  margin: 60px auto 0;
  border: 1px solid #707070;
}

@media (max-width: 599px) {
  .content {
    width: auto;
    margin: 60px 40px 0;
  }
}

.content form {
  padding: 40px;
}

.content form .mailadd label, .content form .pass label ,
.content form .mailadd label span, .content form .pass label span {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.content form .mailadd input, .content form .pass input {
  outline: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 40px;
  text-indent: 0.5em;
  background-color: #F5F5F5;
  border: none;
}

.content form .pass {
  margin-top: 30px;
}

.content form button {
  margin-top: 30px;
  background-color: #121212;
  border: none;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 36px;
}

.link{
  text-align: center;
  margin-top: 30px;
}

.link .new_entry span, .link .forget span {
  display: inline-block;
  color: #0A4BFA;
  text-align: center;
  font-size: 1.3rem;
}
/*# sourceMappingURL=style_login.css.map */