body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-image: url('res/images/6.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.login {
    width: 100%;
    height: 34px;
    height: calc(2.5rem + 2px);
    background-color: #695CFE;
    border: none;
    border-radius: 5px;
    color: white;
}

.login:hover {
    color: white;
    background-color: #8b80fe;
}

.login-field {
    width: 350px;
    height:350px;
}

.form-floating {
    position: relative;
}

#togglePassword {
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
}