:root{
    --bgr-body: #f6f8fb;
}

body{
    height: 100dvh;
    background: var(--bgr-body);
}

.page{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form{
    min-width: 300px;
    max-width: 480px;
}

.logo{
    height: 5rem;
}
.logo img{
    height: 5rem;
}

.card-body{
    padding: 35px;
}
.card-body h2{
    font-size: 20px;
    font-weight: 600;
}

input{
    height: 3rem;
}
input::placeholder{
    --bs-secondary-color: var(--avatar-bacground);

}
















