.center {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
  }

.login {
    width: 450px;
}

.background {
    background: linear-gradient(to bottom, #343a40 0%, #4B82E7 100%);
}

.forms {
    background: #fff;
}