﻿.login-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: left;
}

.login-separator::after {
    position: absolute;
    right: -1px;
    content: "";
    width: 40%;
    height: 100%;
    background-color: white;
    clip-path: polygon(100% 0, 70% 100%, 100% 100%);
}

.login-forgot-password {
    text-decoration: underline;
}

.login-text-color {
    color: #0C2340
}

.login-button-submit {
    background-color: #0C2340;
    color: white;
}

    .login-button-submit:hover {
        color: white;
        background-color: #061120;
    }

.text-center {
    text-align: center;
}

.step-logo-img {
    margin-bottom: 6px;
}

.estep-nav {
    background-color: #0C2340;
}
