﻿.display-5 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2; }

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.pt-6 {
  padding-top: 4rem !important; }

.form-logo {
  width: 140px; }

.text-black-secondary {
  color: rgba(0, 0, 0, 0.54); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

body {
  background-color: white; }

.lost-password {
  color: #ff5c00; }

.alert-info-elly {
  background-color: #c97178;
  color: #ffffff; }

.link-elly {
  color: #c97178; }

.button-login {
  background: #c97178;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0); }

.table-tools {
  float: right; }

.add-space {
  padding-right: 1em; }

.add-space-left {
  padding-left: 2em; }

.resize {
  height: auto;
  width: auto;
  max-width: 300px;
  max-height: 140px; }

.btn-color {
  border-radius: 50%; }

.color-link {
  border: 1.3px solid #777; }

.color-list li.active a.paste {
  border: 2px solid #333; }

.btn-color:hover {
  cursor: pointer;
  filter: brightness(85%); }

.resize-vertical {
  width: 255px;
  height: 300px; }

.inputfile {
  width: auto;
  height: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute; }

.resize-carousel {
  height: 500px;
  width: 800px; }

.resize-carousel-vertical {
  width: 400px;
  height: 500px; }

.spaced-down {
  padding-bottom: 40px; }

