.dashboard__aside {
  background: url('/img/menu-bg.jpg');
  background-size: cover;
}

.signup__logo {
  padding-top: 20px;
}

.signin__title {
  padding-top: 0;
}

.dashboard__buy__form {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.form__field {
}

.form__field label {
  font-size: 14px;
  font-weight: 400;
  color: #7f7f7f!important;
  margin-bottom: 10px;
}

@media (max-width: 770px) {
  .form__field {
    max-width: 100%;
  }
}