.main__container {
  max-height: inherit;
  margin-left: 0;
  border-top: none;
  position: relative;
  display: flex;
  flex-direction: column;
}

.main::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  height: 364px;
  left: 0;
  right: 0;
  background: linear-gradient(#fff 0%, #e1edf4 100%);
  z-index: -1;
}

.login__wrapper {
  display: flex;
  flex: 1 1 auto;
}
.login {
  margin: 0 auto;
  align-self: center;
  justify-self: center;
  display: flex;
}

.login__image {
  margin-right: 32px;
}

.login__text-wrapper {
  min-width: 360px;
  padding-top: 30px;
  /* width: 100%; */
}

.login__ver {
  margin: 0 0 0 20px;
  font-size: 14px;
  color: #CCCCCC;
}

.login__text-wrapper .custom-input + .custom-input {
  margin-top: 10px;
}

.login__password-reminder {
  font-size: 12px;
  margin-top: 12px;
}

.login__password-reminder a {
  color: #355F7C;
}

.login__button-group {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.login__button-group.no-reminder {
  margin-top: 80px;
}

.login__button-group.right-only {
  justify-content: flex-end;
}

.login-footer {
  display: flex;
  padding: 20px 20px 10px;
}

.login-footer__list {
  display: flex;
  font-size: 14px;
}
.login-footer__list li {
  margin-right: 10px;
}
.login-footer__list a {
  color: #55555A;
}

.login-footer__copy {
  flex: 1 1 auto;
  text-align: right;
  color: #55555A;
  margin: 0;
  font-size: 14px;
}

.login__password {
  position: relative;
}
.login__passwordIcon {
  position: absolute;
  top: calc(50% - 6px);
  right: 1px;
  width: 42px;
  display: block;
  top: 1px;
  bottom: 1px;
  background: #fff;
  padding-left: 10px;
}
.login__passwordIcon img {
  width: 22px;
  height: auto;
  vertical-align: -3px;
}

.welcom-heading {
  font-size: 18px;
  color: #355F7C;
  margin-bottom: 50px;
}
.welcom-heading .user-name {
  display: inline-block;
  margin: 0 1em;
}