.form-control,
.form-select,
.form-check-input,
.form-check,
.btn,
.card,
.img,
.iframe {
  border-radius: 20px;
}

.login-gradient,
.share-gradient {
  background: linear-gradient(90deg, #0d6efd 66%, rgba(244, 246, 247) 34%);
}

.body-gradient,
.menu-gradient {
  background: linear-gradient(#0d6efd 175px, rgba(244, 246, 247) 175px) no-repeat;
  height: 100vh;
}

.nav-item>a:hover {
  color: #0d6efd;
}

.nav-item>a {
  color: #000000;
}

@media (max-width: 575.98px) {
  .col-left {
    display: none;
  }

  .login-gradient,
  .share-gradient {
    background: linear-gradient(#0d6efd 175px, rgba(244, 246, 247) 175px) no-repeat;
  }

  .menu-gradient {
    background: linear-gradient(#0d6efd 175px, rgba(244, 246, 247) 175px) no-repeat;
  }

  .split {
    margin-bottom: 15px;
  }

}