body {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: "Hind", sans-serif;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1-px;
  text-decoration: none;

}

.header{
  position: relative;
  padding: -50px -50px;
}


.topnav {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  text-align:center;
}


.topnav a {
  float: center;
  color: #888888;
  text-align: center;
  padding: 44px 20px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  color: black;
}

.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flags {
  width: 200px;
  height: 32px;
  float: right;
}
.flags ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.flags ul li {
  display: block;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  transition: all 0.5s;
}

.container {
  position: relative;
  display: flex;
  width: 600px;
  margin: 30px auto 0;
  height: 320px;
  background-color: #749adb;
  top: 50%;
  margin-top: -300px;
  transition: all 0.5s;
  flex-flow: row nowrap;
  display: flex;
}


.btn, .info-btn {
  display: block;
  border: none;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background-color: #990000;
}

.info-btn {
  padding: 10px 10px
}
.btn:hover {
  opacity: 0.7;
}
.btn, input {
  padding: 10px 15px;
}
input {
  margin: 0 auto 15px;
  display: block;
  width: 220px;
}
.container-info {
  font-size: 0;
}
.info-item {
  text-align: center;
  width: 300px;
  height: 320px;
  display: inline-block;
  color: #fff;
}
.info-item p {
  font-size: 20px;
  margin: 20px;
}

.container h3{
  color: #162441;
  margin: 30px;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}

.info-item .btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.info-item .table-cell {
  padding-right: 35px;
}
.info-item:nth-child(2) .table-cell {
  padding-left: 35px;
  padding-right: 0;
}
.container-form {
  overflow: hidden;
  position: absolute;
  left: 30px;
  top: -30px;
  width: 305px;
  height: 380px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.container-form .btn {
  margin-top: 30px;
}
.form-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.7s;
}
.form-item.sign-up {
  position: absolute;
  left: -100%;
  opacity: 0;
}
.container.log-in .container-form {
  left: 265px;
}
.container.log-in .container-form .form-item.sign-up {
  left: 0;
  opacity: 1;
}
.container.log-in .container-form .form-item.log-in {
  top: -100%;
  opacity: 0;
}

* {
  box-sizing: border-box;
  padding: 0;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 26%;
  background-color: #c5c9c9;
  color: white;
  text-align: left;
  padding: -10px;
  padding-left: 2%;
  margin: -10px;
  text-decoration: none;
}

.column {
  float: left;
  width: 25%;
  padding: 10px;
  padding-left: -30px;
  font-size: 12px;
  text-decoration: none;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.errorMessage {
  color: red;
  font-size: 0.7em;
  padding: 1em;
  text-align: center;
}

.errorMessage a {
  color: #888888;
}

.errorMessage a:hover {
  color: black;
}
