﻿.title {
  margin-bottom: 30px;
}

.label-question {
  float: right;
}

input {
  background-color: #f5f5f1;
}

.invisible {
  visibility: hidden;
}

.btn-login {
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: bold;
}

.anchor {
  color: black;
}

.anchor:hover {
  text-decoration: unset;
}

.container {
  -webkit-box-shadow: 0 0.1875rem 1.5rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 1.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
  margin-bottom: 5%;
  margin-top: 5%;
}

.header, .footer {
  background: #1e1e1e;
  padding: 10px;
}

.header img, .footer img {
  width: 70px;
}

.footer {
  color: white;
}

.content {
  padding: 50px;
}

.slider {
  padding-left: 40px;
}

.strex-link {
  margin-top: 5px;
  font-size: 12px;
}

.error {
  margin: 0 auto;
}

.strex-link a, .strex-link a:hover {
  color: white;
  text-decoration: none;
  padding-left: 25px;
}

::ng-deep .carousel-item img {
  width: 100%;
  height: auto;
}
