body, html, main {
  height: 100%;
}
.registration {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  background-size: cover!important;
  background-color: #4975ff;
}
.registration .sidebar {
  align-items: center;
  align-self: flex-start;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-width: 400px;
  max-width: 400px;
  opacity: .85;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .registration .sidebar {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

.registration .sidebar form {
  width: 90%;
}
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
}
.registration .logo {
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
  text-align: center;
  color: #fff;
}
.registration .action button {
  width: calc(100% - 3rem);
  margin-top: 1.5rem;
}
.btn, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #e53d2f;
  text-align: center;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  cursor: pointer;
}
.btn-large:hover, .btn:hover {
  background-color: #111b25;
}
.input-field input:focus + label {
  color: #e53d2f !important;
}
 /* label underline focus color */
.row .input-field input:focus {
  border-bottom: 1px solid #e53d2f !important;
  box-shadow: 0 1px 0 0 #e53d2f !important
}
.material-icons.active {
  color: #e53d2f !important;
}

.logo__icon {
  max-width: 80%;
}