/* Login CSS */

#content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: stretch;
    height:100%;
    width:100%;
}

.div-logo {
    display:flex;
    flex-direction: column;
    flex-wrap:nowrap;
    margin-top:5rem;
    font-size: 3rem;
    color: #000000;
}

#spacer {
    flex: 1;
}

input {
    font-style: normal;
    font-weight: 500 !important;
    border: 1px solid var(--ns-border-color-hard) !important;
    font-size: 1.5rem !important;
    border-radius: 14px !important;
}

.btn-primary {
    width: 100%;
    background: #000000 !important;
    border: 1px solid #000000 !important;
    font-size: 1rem !important;
    height: 3rem;
    bottom: 0;
    font-weight: 500;
    border-radius: 14px !important;
}

#sign-in-button{
    margin-bottom:3rem;
}

.progress {
  display: flex;
  align-items: center;
  height: 0.125rem;
  background-color: white;
    margin-bottom:1rem;
}
