.form-dark .font-small {
  font-size: 0.8rem; }

.form-dark [type="radio"] + label,
.form-dark [type="checkbox"] + label {
  font-size: 0.8rem; }

.form-dark [type="checkbox"] + label:before {
  top: 2px;
  width: 15px;
  height: 15px; }

.form-dark .md-form label {
  color: #fff; }

.form-dark input[type=email]:focus:not([readonly]) {
  border-bottom: 1px solid #00C851;
  -webkit-box-shadow: 0 1px 0 0 #00C851;
  box-shadow: 0 1px 0 0 #00C851; }

.form-dark input[type=email]:focus:not([readonly]) + label {
  color: #fff; }

.form-dark input[type=password]:focus:not([readonly]) {
  border-bottom: 1px solid #00C851;
  -webkit-box-shadow: 0 1px 0 0 #00C851;
  box-shadow: 0 1px 0 0 #00C851; }

.form-dark input[type=password]:focus:not([readonly]) + label {
  color: #fff; }

.form-dark input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  z-index: 0;
  border: 1.5px solid #fff;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.form-dark input[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent #00c851 #00c851 transparent;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.form-dark .modal-header {
    border-bottom: none;
}

.carousel-caption{
  top:10%;
}

.collapse.navbar-collapse{
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .collapse.navbar-collapse{
    margin-top: 0px;
  }
  .carousel-caption p{
    font-size: 12px;
  }
}

.carousel{
  max-height: 350px;
}
.carousel .carousel-inner{
  max-height: 350px;
}

.custom-footer a, .custom-footer .btn-floating i{
  color: #212121!important
}

ul.list-styled li {
    line-height: 35px;
}

.mbt-5px{
  margin-bottom: 5px !important;
}

.form-check-label{
  padding-left: 25px !important;
  padding-right: 15px;
}

.min-ht-200 .card-body{
  min-height: 200px;
}

.form-row .error, .error{
  display:contents;
  color:#ff0000;
  font-weight:400 !important;
}
table.table a{
  color:#007bff !important;
}