html,
body {
  height: 100%;
    font-size: 16px;
    background-color: #F7FAFC;
    font-family: 'Inter', sans-serif;
}
* {
    box-sizing: border-box;
}
p {
    font-size: 16px;
    line-height: 150%;
}

.form-signin {
  width: 100%;
    padding: 48px 28px 28px 28px;
  margin: auto;
}

.form-signin .card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-inline: auto;
    background-color: white;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    width: fit-content;
    max-width: 400px;
}

.form-signin .card .input,
.form-signin .card .textarea {
    font-size: 16px;
    line-height: 1.5;
    box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
    max-width: 100%;
    width: 100%;
    background-color: #F7FAFC;
    border: 2px solid #cbd5e0;
    border-radius: 8px;
    color: #1a202c;
    padding-bottom: calc(0.5em - 1px);
    padding-left: calc(0.75em - 1px);
    padding-right: calc(0.75em - 1px);
    padding-top: calc(0.5em - 1px);
    position: relative;
    display: inline-flex;
    box-sizing: border-box;
}
.form-signin .card .input:focus,
.form-signin .card .textarea:focus {
    border-color:#66afe9;
    outline:0;
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}
.form-signin .card .button-log-in {
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    background-color: #38A169;
    border-color: #38A169;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    cursor: pointer;
    justify-content: center;
    padding: 12px 16px;
    line-height: 1;
    align-items: center;
    position: relative;
    width: 100%;
    height: 40px;
}

.form-signin .card .button-log-in:hover {
    border-color: #25855A;
    background-color: #25855A;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.form-signin h1 {
    margin: 0 0 14px 0;
    border-bottom: none;
    background: none;
    font-size: 20px;
    font-weight: 600;
    color: black;
}
.form-signin .card .label-for-input {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 4px 0;
    padding: unset;
}

.form-signin .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    font-family: 'Inter', sans-serif;
}


.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin .btn-dark {
    background-color: #38a169 !important;
    border-color: #38a169 !important;
    color: #fff !important;
}
.form-signin .btn-dark:hover {
    background-color: #25855a !important;
    border-color: #25855a !important;
    color: #fff !important;
}

.link-forgot-password,
.link-cancel,
.link-feide,
.link-support,
.link-login-again {
    color: #25855A;
    cursor: pointer;
    text-decoration: none;
}
.link-forgot-password:hover,
.link-cancel:hover,
.link-feide:hover,
.link-support:hover,
.link-login-again:hover {
    color: #1C4532;
    text-decoration: underline;
}

.btn-link {
  font-weight: 700;
  color: #8EC73F !important;
}