body {
  background: url(../img/game-website-horizontal.png) center center fixed;
  background-size: cover;
}

a:link, a:visited, a:active, a:focus {
  text-decoration: none;
  color: grey;
}

a:hover {
  color: #df0099 !important;
}

main {
  display: flex;
  place-items: center;
}

.login-container {
  height: 60em;
  width: 40em !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4em 0 0 0;
}
.login-container .image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38%;
  background: url(../img/game-website-horizontal.png) center center;
  background-size: cover;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 2px 2px 30px 5px black;
}
.login-container .image-row .discimg {
  display: inherit;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 80%;
  margin: 90px 0 10px 0;
}
.login-container .login-form-row {
  background-color: white;
  width: 100%;
  height: 55%;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 2px 2px 30px 5px black;
  text-align: center;
}
.login-container .login-form-row h4 {
  margin-top: 1em;
  height: 1em;
  margin-bottom: 0 !important;
}
.login-container .login-form-row form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.login-container .login-form-row form input {
  background-color: #fce3f4;
  border: 1px solid #e31ca4;
  width: 100%;
  border-radius: 43px;
}
.login-container .login-form-row form input[type=submit] {
  background-color: #df0099;
  width: 20%;
  border-radius: 43px;
  color: white;
}
.login-container .login-form-row form #language {
  background-color: #fce3f4;
  border: 1px solid #df0099;
  border-radius: 5px;
  padding: 4px 5px;
}

.footerC {
  display: flex;
  height: 17vh !important;
  align-items: flex-end;
  background-color: rgba(46, 0, 31, 0.6);
}
.footerC .euroimg {
  display: inherit;
  height: 120px;
  width: 200px;
  margin-left: 1em;
  margin-bottom: 1em;
}
.footerC .euroimgwrap {
  display: inherit;
  height: inherit;
  margin-left: 1em;
  padding-top: 1.75em;
  margin-right: 1.5em;
}
.footerC .flexfoot {
  display: flex;
  flex-direction: column;
  height: inherit;
  width: 40%;
  padding-top: 1em;
}
.footerC .flexfoot div {
  display: inherit;
  align-items: flex-start;
}
.footerC .flexfoot div .footertxtER {
  display: inherit;
  justify-content: flex-start;
  align-items: flex-start;
  color: #ffffff;
  font-size: 30px;
  flex-direction: column;
  margin-bottom: -10px;
}
.footerC .flexfoot div .footerCode {
  display: inherit;
  font-size: 15px;
  align-items: flex-end;
  margin-left: 25px;
  color: #ffffff;
}
.footerC .flexfoot .footertxt {
  display: inherit;
  color: #ffffff;
  width: 80%;
  margin-top: 1.7em;
}
.footerC .poweredinnovation {
  display: inherit;
  align-items: center;
  padding-left: 440px;
  color: #df0099;
  height: 100%;
  font-size: 30px;
}/*# sourceMappingURL=register.css.map */