﻿.form-card {
  background: #ffffff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  padding: 35px;
  width: 420px;
  max-width: 100%;
}
.form-card--md {
  width: 700px;
}
.form-card-image {
  max-width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.form-card-divider {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1;
}
.form-card-divider:before {
  content: "";
  height: 1px;
  background: #ced4da;
  flex: 1 1 100%;
  margin-right: 5px;
}
.form-card-divider:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ced4da;
  flex: 1 1 100%;
  margin-left: 5px;
}

body {
  background: #eee;
}

.login-page,
.full-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.login-page .lead {
  font-size: 1rem;
  line-height: 1;
}

.form-check {
  line-height: normal;
}

.validation-summary-errors ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn-primary {
  background: #0076ba;
}
.btn-icon {
  width: 30px;
}
.btn-icon-text {
  margin-left: -30px;
}
