.input-group-prepend.is-invalid {
    border-left: 1px solid #e3342f;
    border-top: 1px solid #e3342f;
    border-bottom: 1px solid #e3342f;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.input-group-prepend.is-invalid .input-group-text {
    border: none;
}

.login-background {
    background-image: url('https://ymshub-assets.s3.amazonaws.com/img/login_bg.jpeg');
}

.banner {
    background-color: #FBF719;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}
.expired-login-background {
    background-image: url('https://ymshub-assets.s3.amazonaws.com/img/login_bg.jpeg');
    height: 100vh;
}

.staging-banner {
    background-color: #ef8157;
    height: 30px;
    text-align: center;
    color: #ffff;
    padding: 3px;
}

.reset-requirements {
    margin-left: 35%;
}

@media only screen and (max-width: 760px) {
    .reset-requirements {
        margin-left: 0;
    }
}

