.login-container, .register-container{
    min-height: 80vh !important;
    min-width: 50vw;
}

.login-form {
    color: var(--primary);
    margin: auto;
    width: 80%;
    font-weight: bold;
}

.login-form a{
    text-decoration: none;
    color: var(--primary) !important;
}

.login-form a:hover{
    text-decoration: underline;
}

.welcome-title h1{
    font: normal normal bold 30px/50px Poppins;
    height: 50px;
}
.welcome-title h6 {
    font-weight: 350;
    font-size: 14px;
}

#password_instruction {
    border: none;
    background: transparent;
}

#password_instruction:focus-visible{
    outline: 0 !important;
}

.password_instructions {
    opacity: 1 !important;
}
.password_instructions > .tooltip-inner{
    max-width: 400px;
    text-align: left;
    background: var(--secondary);
    color: var(--white);
}

