body  {
  font-family: 'Roboto', sans-serif;
  background-image: url("../../images/index/bg.jpg");
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.column {
  float: left;
  width: 90%;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 300px) {
  .Login {
    font-size: 25px;
  }

}