body {
  background-image: url('../image/APLens-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  color: #0b4786;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}

input:focus-visible {
  outline: 0px;
}

.container {
  width: 40%;
  margin-top: 10%;
  margin-left: 20%;
  padding: 2%;
  padding-top: 3%;
  height: 40%;
  text-align: left;
}

.logo {
  width: 50%;
}

.box {
  background: white;
  width: 60%;
  margin-top: 2%;
  margin-left: -5%;
  padding-bottom: 10%;
  min-width: 320px;
  box-shadow: 0px 3px 3px 0px #80808054;
  margin-top: 0;
}

.signin {
  margin: auto;
  margin-top: 5%;
  color: white;
  cursor: pointer;
  width: 235px;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  padding: 1px;
  box-shadow: 0px 3px 3px 0px #80808054;
  text-align: center;
}

.icon {
  background: white;
  width: 38px;
  height: 38px;
  float: left;
}

.icon .img {
  width: 90%;
  margin-top: 5%;
  margin-left: 5%;
}

.media {
  padding-top: 15%;
}

.dns {
  background: #2e95ff;
  color: white;
  width: 237px;
  height: 40px;
  line-height: 40px;
  margin-left: 5%;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
}

.copyright {
   padding-top: 20%;
}

@media only screen and (max-width: 600px) {
  .container {
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 5%;
    padding-top: 15%;
    height: 40%;
  }

  .logo {
    width: 70%;
    padding-bottom: 5%;
  }

  .box {
    background: white;
    width: 60%;
    margin: auto;
    padding-bottom: 10%;
    min-width: 320px;
    box-shadow: 0px 3px 3px 0px #80808054;
  }

  .media {
    margin-left: -13%;
    padding-top: 40%;
  }

  .dns {
    background: #2e95ff;
    color: white;
    width: 237px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    font-weight: 300;
    cursor: pointer;
    text-align: center;
  }
  
  .copyright {
   padding-top: 60%;
  }

}
