body, html {
    height: 100%;
    font-family: 'Pluto Sans DPD Regular';
    color: #414042;
}
.fill-height {
    position: relative;
    min-height: 100%;
    height:100vh;
}

.dpd-logo {
    background-image: url('../logo/dpd_logo.svg');
    background-repeat: no-repeat;
    height: 22vh;
    background-position: center center;
}

.forget-password-label {
    text-align: right;
}

.password-button {
    background-color: #dc0032;
    border-color: #dc0032;
}

.password-button:hover {
    background-color: #414042;
    border-color: #414042;
}

.password-button:disabled {
    background-color: #cac4be;
    border-color: #cac4be;
}

.margin-left-min {
    margin-left: 2%;
}

.eye-icon {
    color: #414042;
    font-size: xx-large;
}
