/*
	Gestaltung des Loginbereichs
*/

.tp-container {
    height: 100vh;
}

.tp-container-form {
  background-color: #ffffff;
}

.tp-container .form-control:focus {
	transition: 0.5s;
}

.tp-container .form-control:focus {
	border: 1px solid var(--color-red-1);
	box-shadow: initial;
}

.tp-container-form>div {
  min-width: 300px;
  max-width: 370px;
}

.tp-container-text {
  background-color: #b70e0c;
  color: #ffffff;
}

.tp-container-text>div {
  min-width: 300px;
  max-width: 600px;
}

.tp-container-text li {
  margin-top:1rem;
}

.tp-button {
  background-color: #b70e0c;
  border: 1px solid #b70e0c;
}

.tp-button:hover {
  background-color: #a40d0b;
  border: 1px solid #a40d0b;
}

a {
  color: #b70e0c;
}

a:hover {
  color: #a40d0b;
}
