body {
    min-height: 900px;
    position: relative;
}

.margin-limit {
    margin-top: 100px;
}

.login-view__logo {
    border-bottom: 1px solid #d8d8d8;
    height: 90px;
    position: absolute;
    top: 0;
    z-index: 0;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    padding-left: 20px;
    padding-top: 5px;
    box-sizing: border-box;
    text-align: left;
    z-index: 1;
}

.login-view__logo img {
    width: 175px;
    height: 80px;
}

.dialog-box {
    border-radius: 0px;
    width: 100%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    color: #000;
    padding: 4rem 2rem 2.5rem;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    position: relative;
    padding: 4rem 2rem 2.5rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill{
  /* border: none; */
  /* -webkit-text-fill-color: #000; */
  /* background-color: red; */
  /* -webkit-box-shadow: 0 0 0px 1000px #000 inset; */
  transition: background-color 5000s ease-in-out 0s;
}

/* modify input elemts */
input {
    box-shadow: none !important;;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px !important;
    background-color: rgb(232, 240, 254) !important;
    padding: 8px !important;
    text-indent: 0px;
    /* line-height: 70px !important; */
    font-family: arial;
}

input::placeholder {
    font-family: arial;
}

button {
    border-radius: 2px !important;
    background-color: #2071b5 !important;
    padding: 12px 8px !important;
    box-shadow: none !important;
    font-weight: 500 !important;
    margin-right: unset !important;
    margin-left: auto !important;
    display: block !important;
    font-size: 18px !important;
}

.buttons {
    text-align: center !important;
}

.intro {
    margin-bottom: 2em;
}

.intro h2 {
    font-weight: bold;
}

:focus, a:focus {
    border: none !important;
}
button:focus {
  border: solid #000 1x !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19) !important;
}

.backWelcome {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.pwreset {
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
}
.newaccount {
    font-size: 16px;
    margin-top: 5px;
    text-align: left;
}

/* Footer */
.hak-footer {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #cfd5d9;
    padding-left: 42px;
}

.hak-footer__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #4d4d4d;
}

.hak-footer__content a {
    color: inherit;
    margin-right: 3rem;
}

.hak-footer__content a:last-of-type {
    margin: 0;
}

#loadOverlay{
    display: none;
}
