@import "base.css";

/* CSP Compliance Utility Classes */
.w-500 {
    width: 500px;
}

.w-500-h-60 {
    width: 500px;
    height: 60px;
}

/* Login input field styles - shared with Login page */
.impri-login-input-logo {
    margin-left: 10px;
    background-color: white;
}

.impri-login-input-field {
    margin-left: 20px;
    width: 100%;
}

.impri-login-input-field input {
    height: 40px;
    width: 100%;
    font-size: 18px;
    border: none;
    outline-width: 0;
}

.impri-login-input-field input::placeholder {
    font-size: 14px;
}

.impri-find-password-input {
    margin-bottom: 20px;
    height: 40px;
    width: 90%;
    border: 1px solid var(--imprimed-outline-color);
    display: flex;
    align-items: center;
}

.find-password-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.find-password-input-container{
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.find-password-input-container label {
    width: 90%;
    margin-bottom: 10px;
}

#impri-find-password-submit {
    width: 90%;
}

#impri-find-password-submit input[type="button"] {
    width: 100%;
    height: 40px;
    border: none;
    color: white;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    background: var(--imprimed-pioneer-navy);
}

#impri-find-password-submit input[type="button"]:hover {
    cursor: pointer;
    background-color: var(--imprimed-pioneer-navy-hover);
}



