.form-signin{
    width: 100%;
    height: 100%;
    display: flex;
    justify-self: center;
    max-width: 230px;
    max-height: 250px;
    padding: 15px;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-floating{
    margin-bottom: 5%;
}