.ff-login-layout {
    min-height: 100vh;
    background-color: var(--blue-infinity-color);
    background-size: cover;
    background-position: center;
}

.login-subtitle img {
    width: 120px;
    height: auto;
}

.ff-login-layout .transparent-input {
    background-color: transparent;
    color: var(--off-white-future-color);
    border: 1px solid rgba(255, 255, 255);
    border-radius: 25px;
}

.ff-login-layout .transparent-input::placeholder {
    color: rgba(255, 255, 255);
    font-size: smaller;
}