body {
  background-color: rgb(54, 52, 53);
  font: 400 1em/1.38 Helvetica;
  color: rgb(173, 173, 173);
}

.email {
  display: block;
  position: absolute;
  top: 23px;
  left: 5.3653370984%;
  z-index: 7;
  width: 226px;
  height: 27px;
  padding: 0 10px;
  border: 1px solid rgb(54, 52, 53);
  border-radius: 4px;
  background-color: rgb(54, 52, 53);
  font-size: 0.813em;
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
  color: rgb(173, 173, 173);
}

.forgot {
  display: block;
  float: left;
  clear: both;
  width: 62.258953168%;
  height: 21px;
  margin: 16px 0 0 5.3676%;
  border-radius: 3px;
  background-color: rgba(222, 222, 222, 0);
  font-size: 0.813em;
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
  color: rgb(54, 52, 53);
}

.forgot:active,
.forgot:focus,
.forgot:hover {
  color: #ffffff;
}

.login {
  display: block;
  float: left;
  width: 95px;
  height: 67px;
  margin: 23px 0 0 4.66598%;
  border-radius: 3px;
  background: url('../images/login-arrow.png') rgba(222, 222, 222, 0);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.38;
  text-align: center;
  color: rgb(0, 0, 0);
}

.login:hover {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: none;
  box-shadow: 0 0 5px rgb(41, 170, 227);
}

.login:active,
.login:focus {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: none;
  box-shadow: 0 2px 5px rgb(41, 170, 227);
}

.loginform {
  position: absolute;
  top: 0;
  right: 6.5%;
  z-index: 8;
  width: 383px;
  height: 152px;
  border-right: 10px solid rgb(54, 52, 53);
  border-bottom: 10px solid rgb(54, 52, 53);
  border-left: 10px solid rgb(54, 52, 53);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: rgb(173, 173, 173);
}

.logo {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 5.75%;
  width: 41.665625%;
  height: auto;
  margin: auto 0;
  overflow: hidden;
}

.password {
  display: block;
  position: relative;
  float: left;
  z-index: 6;
  width: 226px;
  height: 27px;
  margin: 63px 0 0 5.35899%;
  padding: 0 10px;
  border: 1px solid rgb(54, 52, 53);
  border-radius: 4px;
  background-color: rgb(54, 52, 53);
  font-size: 0.813em;
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
  color: rgb(173, 173, 173);
}

.email:active,
.email:focus,
.email:hover,
.password:active,
.password:focus,
.password:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(41, 170, 227);
}

.right {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 526px;
  min-width: 528px;
  height: 209px;
  margin: auto 0;
  border-radius: 30px;
  background-color: rgba(54, 52, 53, 0.7);
}

.subtitle {
  position: absolute;
  top: 113px;
  left: 6.5068855932%;
  z-index: 2;
  width: 89.0836864406%;
  min-height: 18px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.38;
  color: rgb(173, 173, 173);
}

.title {
  position: absolute;
  top: 26px;
  left: 6.5068855932%;
  z-index: 1;
  min-height: 18px;
  font-size: 4.813em;
  font-weight: 400;
  line-height: 1.38;
  color: rgb(255, 255, 255);
}

.title span {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: rgb(41, 170, 227);
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

@media(max-width: 500px) {
  body {
    font-size: 0.813em;
  }

  .loginform {
    left: 0;
    right: 0;
    min-width: 383px;
    margin-right: auto;
    margin-left: auto;
  }

  .loginform .email {
    font-size: 1em;
  }

  .loginform .forgot {
    font-size: 1em;
  }

  .loginform .login {
    font-size: 1.231em;
  }

  .loginform .password {
    position: relative;
    z-index: 6;
    font-size: 1em;
  }

  .logo {
    top: auto;
    bottom: 10px;
    height: auto;
  }

  .right {
    top: auto;
    bottom: 10px;
    right: 10%;
    width: 350px;
    min-width: 350px;
    height: 127px;
    border-radius: 16px;
  }

  .right .subtitle {
    top: 62px;
    left: 6.5714285714%;
    width: 86.2857142857%;
    font-size: 13px;
  }

  .right .title {
    top: 0;
    font-size: 3.769em;
  }
}