.main-background {
  width: 100%;
  height: 100%;
  background-color: #2D2D2D;
}

.signin-container {
  max-width: 450px;
  height: auto;
}

.vertical-center {
  margin: 0;
  position: relative;
  top: 30%;
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  margin: auto;
}

.round-border {
  border-radius: 10px;
}

.main-logo {
  width: 60%;
}

.signin-header {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
}

#signindata:hover {
  cursor: pointer;
  text-decoration: underline;
}
