html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #999999 !important;
}

.lnv_tool_card {
    width: 350px;
    min-width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.title {
    color: black;
    text-align: center;
}

.btn {
    outline: black solid 1px;
}

.subtitle {
    color: black;
    text-align: center;
    margin-bottom: 1.5rem;
}

.input-group-append {
    background: white !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input-group-text {
    margin-top: 0.25rem;
    background: white !important;
    color: black !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.form-control {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border: 1px solid white !important;
    border-left: 1px solid rgb(203, 203, 203) !important;
}

.error_message_field {
    color: red;
    font-weight: 600;
}

.forgot_password {
    color: black !important;
    font-weight: 500;
}
