
#form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
}

.logo-container a {
    text-decoration: none;
    color: #000;
}

.form-group {
    margin-bottom: 0.5rem;
}

.note-label {
    font-weight: 600;
}

label.text-secondary {
    color: #6c757d;
}

input.form-control {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.submit-btn-container {
    display: flex;
    justify-content: flex-end;
}

.logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}