/*
    Created on : 20 mag 2021, 11:29:02
    Author     : alberto
*/
html, body {
  height: 100%; }

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover; }

.form-signin {
  width: 100%;
  max-width: 550px;
  padding: 1rem;
  margin: auto; }
  .form-signin .checkbox {
    font-weight: 400; }
  .form-signin .form-floating:focus-within {
    z-index: 2; }
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .form-signin p {
    font-size: 0.8rem; }
  .form-signin ._registrati {
    font-size: 1.4rem; }

.form-register {
  width: 100%;
  max-width: 450px;
  padding: 1rem;
  margin: auto; }
  .form-register ._rpwd {
    color: #ff0033;
    visibility: hidden;
    font-size: 0.8rem; }

.card {
  background-color: rgba(255, 255, 255, 0.7); }
  .card .card-body {
    border-radius: 20px !important; }
