/* Center the login card on the page */
.container.login {
    min-height: 100svh;
    display: grid;
    place-items: center;
    padding: 24px;
}

fieldset legend {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 1000;
    text-align: center;
    font-size: 30px;
    color: #363637;
}

.users.form.content {
    border-radius: 10px;
}

.main {
    background: linear-gradient( rgba(54, 54, 55, 1), rgba(255,255,255,0.1))
    ,url('../img/landingpage-gym-image.jpg');
    background-size: cover;
}
