/* login page */
.custom-input-label {
    width: 100%;
}

.custom-password-label {
    width: 100%;
}

.custom-registration-reset-password-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.custom-label-link a {
    color: var(--custom-text-color);
    font-size: 16px;
}

.custom-input-control {
    width: 100%;
    transition: all 0.4s;
}

.custom-forget-password {
    float: left;
}
