.text-primary,
.text-color-primary {
  color: #1a3c90 !important;
}
.btn-all {
  background-color: #1a3c90;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  height: 50px;
}
.btn-main {
  background-color: #1a3c90;
  color: #fff;
}
.mh-500 {
  min-height: 500px;
}
.knobs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}
.toggle-button {
  position: relative;
  top: calc((100% - 36px) / 2);
  width: 74px;
  height: 36px;
  overflow: hidden;
  right: 20px;
}
.toggle-button .knobs {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.toggle-button .knobs:before {
  content: "NO";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #ccc;
  border-radius: 50%;
  -webkit-transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.toggle-button .checkbox:checked + .knobs:before {
  content: "YES";
  left: 42px;
  background-color: #fff;
}
.toggle-button .checkbox:checked ~ .layer {
  background-color: #1a3c90;
}
.toggle-button .layer {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.toggle-button.r {
  border-radius: 100px;
}
.toggle-button.r .layer {
  border-radius: 100px;
}
.toggle-button.b2 {
  border-radius: 2px;
}
.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
#login .logo-img,
#sign-up .logo-img,
#forgot-password .logo-img {
  width: 50%;
  height: auto;
}
#login .float-revert,
#sign-up .float-revert,
#forgot-password .float-revert {
  float: revert;
}
#login input[type="text"],
#login input[type="email"],
#login input[type="password"],
#sign-up input[type="text"],
#sign-up input[type="email"],
#sign-up input[type="password"],
#forgot-password input[type="text"],
#forgot-password input[type="email"],
#forgot-password input[type="password"] {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #d9d9d9;
  color: #000;
}
#login input[type="text"]::-webkit-input-placeholder,
#login input[type="email"]::-webkit-input-placeholder,
#login input[type="password"]::-webkit-input-placeholder,
#sign-up input[type="text"]::-webkit-input-placeholder,
#sign-up input[type="email"]::-webkit-input-placeholder,
#sign-up input[type="password"]::-webkit-input-placeholder,
#forgot-password input[type="text"]::-webkit-input-placeholder,
#forgot-password input[type="email"]::-webkit-input-placeholder,
#forgot-password input[type="password"]::-webkit-input-placeholder {
  color: #1a3c90;
  opacity: 1;
}
#login input[type="text"]::-moz-placeholder,
#login input[type="email"]::-moz-placeholder,
#login input[type="password"]::-moz-placeholder,
#sign-up input[type="text"]::-moz-placeholder,
#sign-up input[type="email"]::-moz-placeholder,
#sign-up input[type="password"]::-moz-placeholder,
#forgot-password input[type="text"]::-moz-placeholder,
#forgot-password input[type="email"]::-moz-placeholder,
#forgot-password input[type="password"]::-moz-placeholder {
  color: #1a3c90;
  opacity: 1;
}
#login input[type="text"]:-ms-input-placeholder,
#login input[type="email"]:-ms-input-placeholder,
#login input[type="password"]:-ms-input-placeholder,
#sign-up input[type="text"]:-ms-input-placeholder,
#sign-up input[type="email"]:-ms-input-placeholder,
#sign-up input[type="password"]:-ms-input-placeholder,
#forgot-password input[type="text"]:-ms-input-placeholder,
#forgot-password input[type="email"]:-ms-input-placeholder,
#forgot-password input[type="password"]:-ms-input-placeholder {
  color: #1a3c90;
  opacity: 1;
}
#login input[type="text"]::-ms-input-placeholder,
#login input[type="email"]::-ms-input-placeholder,
#login input[type="password"]::-ms-input-placeholder,
#sign-up input[type="text"]::-ms-input-placeholder,
#sign-up input[type="email"]::-ms-input-placeholder,
#sign-up input[type="password"]::-ms-input-placeholder,
#forgot-password input[type="text"]::-ms-input-placeholder,
#forgot-password input[type="email"]::-ms-input-placeholder,
#forgot-password input[type="password"]::-ms-input-placeholder {
  color: #1a3c90;
  opacity: 1;
}
#login input[type="text"]::placeholder,
#login input[type="email"]::placeholder,
#login input[type="password"]::placeholder,
#sign-up input[type="text"]::placeholder,
#sign-up input[type="email"]::placeholder,
#sign-up input[type="password"]::placeholder,
#forgot-password input[type="text"]::placeholder,
#forgot-password input[type="email"]::placeholder,
#forgot-password input[type="password"]::placeholder {
  color: #1a3c90;
  opacity: 1;
}
#login input[type="text"]:-ms-input-placeholder,
#login input[type="email"]:-ms-input-placeholder,
#login input[type="password"]:-ms-input-placeholder,
#sign-up input[type="text"]:-ms-input-placeholder,
#sign-up input[type="email"]:-ms-input-placeholder,
#sign-up input[type="password"]:-ms-input-placeholder,
#forgot-password input[type="text"]:-ms-input-placeholder,
#forgot-password input[type="email"]:-ms-input-placeholder,
#forgot-password input[type="password"]:-ms-input-placeholder {
  color: #1a3c90;
}
#login input[type="text"]::-ms-input-placeholder,
#login input[type="email"]::-ms-input-placeholder,
#login input[type="password"]::-ms-input-placeholder,
#sign-up input[type="text"]::-ms-input-placeholder,
#sign-up input[type="email"]::-ms-input-placeholder,
#sign-up input[type="password"]::-ms-input-placeholder,
#forgot-password input[type="text"]::-ms-input-placeholder,
#forgot-password input[type="email"]::-ms-input-placeholder,
#forgot-password input[type="password"]::-ms-input-placeholder {
  color: #1a3c90;
}
section#dashboard .card {
  height: 250px;
  background-color: #e5e5e5;
}
section#dashboard .card:hover {
  background-color: #1a3c90;
  color: #fff;
}
section#new-discography-header .card {
  min-height: 100px;
  background-color: #e5e5e5;
}
.search .form-outline {
  width: calc(100% - 46px);
} /*# sourceMappingURL=style.min.css.map */
