.login {
  padding-top: 160px;
  height: 76%;
}
@media only screen and (max-width: 767px) {
  .login {
    padding-top: 60px;
  }
}
.login .login-form .login-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.login .login-form .login-form-wrap .login-form-contents {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 10px;
}
@media only screen and (max-width: 767px) {
  .login .login-form .login-form-wrap .login-form-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.login .login-form .login-form-wrap .login-form-contents label {
  width: 132px;
  text-align: right;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .login .login-form .login-form-wrap .login-form-contents label {
    width: 90%;
    text-align: left;
  }
}
.login .login-form .login-form-wrap .login-form-contents input {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .login .login-form .login-form-wrap .login-form-contents input {
    width: 80%;
  }
}
.login .login-form .login-form-wrap .login-form-contents .btn-login {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 8px 0px;
  width: 244px;
}
@media only screen and (max-width: 767px) {
  .login .login-form .login-form-wrap .login-form-contents .btn-login {
    width: 244px;
  }
}
.login .login-form .login-form-wrap .login-form-contents .login-form-err-msg {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .login .login-form .login-form-wrap .login-form-contents .login-form-err-msg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}