.login div,
.login p {
  width: 100%;
}
body.container {
  padding-top: 4em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.back {
  width: 100vh;
  height: 100vh;
  position: fixed;

  background-image: url(/images/login/image_login.svg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  background-position: right 70% bottom 10%;
}

@media screen and (min-width: 576px) {
  .back {
    background-position: right 17% bottom 10%;
  }
}

@media screen and (min-width: 810px) {
  .back {
    background-position: right 81% bottom 10%;
  }
}
@media screen and (min-width: 1200px) {
  .back {
    background-position: right 48% bottom 10%;
  }
}

.login {
  display: block !important;

  padding: 18px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 343px;
  max-height: 500px;
  border-radius: 3px;
  background-color: #f2f2f2;
  border-top: 10px solid #0063a7;

  top: calc(50% - 25px) !important;
  left: 50% !important;
  position: fixed;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-height: 595px) {
  .login {
    top: 20px !important;
    bottom: 32px !important;
    left: 50%;

    position: fixed !important;
    transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);

    overflow-y: auto;
  }
}

.login .login-logo-wrapper {
  text-align: center;
  width: 100%;
}
.login .login-header {
  width: 100%;
  margin-top: 31px;

  font-family: Helvetica Neue;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
}
.login .login-instruction {
  width: 100%;
  margin-top: 20px;

  font-family: Helvetica Neue;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
}
.login .notification-msg-wrapper,
.login .error-msg-wrapper {
  text-align: center;
}

.login .notification-msg-wrapper > p,
.login .error-msg-wrapper > p {
  margin-bottom: 0 !important;
  font-size: 15px;
  word-break: keep-all;
}

.login-form {
  width: 100%;
}
.form-group label {
  font-family: Helvetica Neue;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
}

input {
  font-size: 16px !important;
}

.input-user-id-wrapper.form-group {
  margin-bottom: unset !important;
}

.input-user-id {
  height: 44px !important;
  background-color: #e0e0e0 !important;
  border: transparent !important;
  border-radius: 3px !important;
  box-shadow: none;
}

.input-password-container {
  position: relative;

  display: flex;
  flex-direction: row;
  background-color: #e0e0e0;
  border: transparent;
  border-radius: 3px;
  box-shadow: none;
}
.input-password {
  height: 44px !important;
  background-color: #e0e0e0 !important;
  border: transparent !important;
  border-radius: 3px !important;
  box-shadow: none;
}

.password-mask {
  background-color: unset;
  width: 18px;
  height: 18px;
  background-color: unset;
  position: absolute;
  top: 14px;
  cursor: pointer;
  right: 14px;
}
.password-mask-icon {
  width: 18px;
  display: none;
}
.password-mask-icon.show {
  width: 18px;
  display: block;
}

.forgot-password-btn-wrapper {
  text-align: center;
}
.forgot-password-btn {
  width: 115px;
  height: 15px;
  padding: 0;

  background-color: unset;

  color: #0080ff !important;

  font-family: Helvetica Neue;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  outline: none !important;
}
.forgot-password-btn:hover {
  color: #3399ff !important;
  text-decoration: none;
  cursor: pointer;
}

.sign-in-btn {
  height: 44px;
  width: 307px;

  border-radius: 3px;
  background-color: #0080ff !important;
  color: #f2f2f2;

  border: transparent;

  font-family: Helvetica Neue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}
.sign-in-btn:hover {
  background-color: #3399ff !important;
}
.sign-in-btn:disabled {
  background-color: #0080ff !important;
  opacity: 0.5;
}

.modal-open .modal-backdrop {
  background-color: transparent;
}

#notification-contact .modal-dialog {
  width: calc(99%);
  top: calc(50% - 25px);
  left: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);

  height: 262px;
  min-height: 262px;
  max-width: 450px;

  margin: 0;
}

#notification-contact .modal-content {
  background: #363940;
  color: white;

  min-height: 262px;
  max-width: 450px;
  border-radius: 6px;
  margin: 0 auto;
}
#notification-contact .modal-footer,
#notification-contact .modal-header {
  border: none;
}

#notification-contact .modal-header .modal-title {
  font-family: Helvetica Neue;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

#notification-contact .modal-body {
  font-family: Helvetica Neue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

#notification-contact .close-notification-btn {
  height: 44px;
  width: 102px;

  border-radius: 3px;
  background-color: #0080ff !important;
  color: #f2f2f2;

  border: transparent;

  font-family: Helvetica Neue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}
#notification-contact .close-notification-btn:hover {
  background-color: #3399ff !important;
}

.copyright {
  color: #f2f2f2;
  width: 247px;
  height: 33px;

  font-family: Helvetica Neue;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0 auto;
  bottom: 40px;

  position: fixed;
  left: 50%;

  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);

  display: flex;
  align-items: center;
}

@media screen and (max-height: 595px) {
  .copyright {
    width: 437px !important;
    height: 17px !important;

    bottom: 10px !important;
  }
}

@media screen and (min-width: 810px) {
  .copyright {
    width: 343px;
    height: 33px;

    bottom: 66px;
  }
}

input::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
  visibility: hidden;
  display: none !important;
  pointer-events: none;
}

input::-ms-reveal {
  display: none;
}
