html { min-height: 100%; }
body {
  min-height: 100%;
  background: url(https://101cloud.eu/media/101cloud-background.svg) #4772d7;
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 60px 0;
  margin: 0;
  @media (max-width: 650px) {
    padding: 0;
  }
}
.header .logo {
  text-align: center;
  img {
    max-width: 250px !important;
    max-height: 125px !important;
  }
}
.container {
  margin-top: 0;
  margin-bottom: 0;
}
.wrap {
  box-shadow: none;
  border-radius: 16px;
  border: none;
  outline: 10px solid color-mix(#fff, transparent 70%) !important;
  @media (max-width: 650px) {
    min-height: 100vh;
    border-radius: 0;
  }
}
footer {
  display: none;
}


a {
  color: #4772d7;
  text-decoration-color: #c6d5fb;
}
a:hover {
  color: #333;
}
label {
  cursor: pointer;
  color: #444;
}

input:focus {
    border-color: #4772d7;
  }

.button {
  background: #4772d7;
}
.button:hover {
  background: #3a63c4;
}
.button.button-outline {
  border: 1px solid #4772d7;
  color: #4772d7;
}
.button.button-outline:hover {
  border-color: #3a63c4;
  background-color: #3a63c4;
}