.btn-primary {
    margin-top: 3vh;
    width: 100%;
    background-color: #006044;
    color: #ffffff;
    border: none;
    height: 50px;
}

.btn-primary:hover {
    background-color: #1b5a136c
}

.btn:active {
    --bs-btn-active-bg: #1a7d0d6c;
}

.white-icon {
    background-color: #ffffff;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #ced4da;
}

.input-form {
    padding-left: 0px;
    border-width: 1px 0px 1px 0px;
}

.btn-eye-password {
    background-color: white;
    border-width: 1px 1px 1px 0px !important;
    border-color: #ced4da;
}

.btn-eye-password:hover {
    background-color: white;
    border-width: 1px 1px 1px 0px !important;
    border-color: #ced4da;
}

.btn-eye-password:active {
    background-color: white !important;
    border-color: #ced4da !important;
    border-width: 1px 1px 1px 0px !important;
}

.input-form-password:focus {
    border-right-width: 0;
}

.form-label {
    font-weight: 500 !important;
}

.input-form {
    height: 45px;
    border-right-width: thin;
}

.input-form:active {
    border-color: #ced4da !important;
}

.input-form:focus {
    border-color: #ced4da !important;
}

.form-control:active {
    border-color: #ced4da;
}

.form-control:hover {
    border-color: #ced4da;
}