/*  */
body
{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #0f2236 0%, #1a3353 50%, #1f4068 100%);
}

/*  */
.login-wrap
{
  width: 100%;
  max-width: 420px;
  padding: 0 16px;
}
