.login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 50px 0;
}

.login-wrap {
  width: 100%;
  max-width: 420px;
  height: auto;
  padding: 30px 50px 50px 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.login-wrap > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}
.login-wrap > div h2{
    margin: 0 0 0.625rem;
    font-size: 1.875rem;
    font-size: 1.5em;
    font-weight: 500;
}

.login-sub-txt {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #417ed0;
}

form {
  margin-top: 30px;
}

.login-wrap .input-wrap {
  min-width: 100px;
  height: 46px;
  margin-bottom: 0.625rem;
  border: 1px solid #ccc;
}

.login-wrap .input-wrap input {
  width: 100%;
  height: 100%;
  padding-left: 12px;
}

.login-btn  {
  padding: 14px;
}
