.login-page {
    width: 100%;
    height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
}

a {
    text-decoration: none;
}

.form-right i {
    font-size: 100px;
}

#password {
    border-top-right-radius: var(--bs-border-radius) !important; /* 0.375rem */
    border-bottom-right-radius: var(--bs-border-radius) !important; /* 0.375rem */
}

.password-toggle-icon {
    position: absolute;
    right: 10px;
    transform: translateY(+50%);
    cursor: pointer;
}

.logo-img {
    display: inline-block;
    max-width: 100%;
}

.cprt {
    bottom: 0px;
    font-weight: bold;
    padding: 5px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #000;
}

.cprt a {
    text-decoration: none;
    color: inherit;
    color: #fff;
    font-size: 14px;
}
