* {
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background-color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
}

img {
  max-width: 100%;
}

a {
  color: #275e7c;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.btn {
  height: 48px;
  padding: 0 20px;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  background-color: #f11e24;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 48px;
}

.btn:hover {
  opacity: 0.8;
}

.wrapper {
  min-height: 100vh;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
}

.enter-logo {
  width: 100%;
  max-width: 600px;
}

.login {
  margin: 64px 0;
}