@charset "UTF-8";

body {
  background: linear-gradient(145deg, #edf3fb 0%, #e6eef9 100%);
}

.form-container {
  background: #fff;
  border: 1px solid #dce7f5;
  border-radius: 1rem;
  padding: 25px;
  box-shadow: 0 0.5rem 1.3rem rgba(16, 37, 68, 0.1);
  max-width: 400px;
  width: 100%;
}

.login-page {
  background: linear-gradient(140deg, #edf3fb 0%, #e6eef9 100%);
}

.login-container {
  max-width: 420px;
}

#news-description {
  height: 200px;
}

.news-card-column {
  max-width: 400px;
}

.news-card-item .card-img-top {
  max-height: 200px;
  object-fit: cover;
}

.presentation-add-song-button {
  max-width: 30%;
}

.presentation-submit-button {
  padding-top: 6px;
}

.presentation-action-button {
  width: 62px;
  height: 38px;
}

h1 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #15315a;
  font-weight: 700;
  margin-bottom: 25px;
}

.form-control,
.form-select {
  min-height: 42px;
  border-radius: 0.6rem;
  border-color: #c9d7ea;
}

.form-control:focus,
.form-select:focus {
  border-color: #7baaf7;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.password-field-wrapper {
  position: relative;
}

i.show-password {
  font-size: 1.15rem;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #55729a;
}

.form-container .btn-lg,
.login-container .btn-lg {
  min-height: 46px;
}

@media (min-width: 768px) {
  .form-container {
    padding: 2rem;
  }
}

.musician-form-page main,
.registerMusician-page main {
  padding: 0 1.25rem;
}

.musician-form-page .form-container,
.registerMusician-page .form-container {
  max-width: 1000px;
}

.presentation-card {
  border: 1px solid #dce7f5;
}

.presentation-card .card-title {
  color: #15315a;
}
