:root {
  --lt-theme-color: #0d66d0;
}

body {
  background-image: url("../image/bg.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.card-header {
  background-color: var(--lt-theme-color);
}

.card-header span {
  font-weight: 700;
}

h3 {
  font-weight: 700;
  color: #323232;
}

form a {
  text-decoration: none;
  font-weight: 400;
}

.sign-in-word p {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
}

.form-logo {
  width: 20%;
  filter: grayscale();
}

.custom-btn {
  background-color: var(--lt-theme-color);
  border-color: var(--lt-theme-color);
  font-size: 14px;
  font-weight: 700;
  padding: 3.5px 14px 4.5px;
  border-radius: 16px;
  position: relative;
}

.custom-btn:hover {
  box-shadow: none;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ddd;
}

.divider:not(:empty)::before {
  margin-right: 0.5em;
}

.divider:not(:empty)::after {
  margin-left: 0.5em;
}

.auth-button {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  font-weight: bold;
}

.auth-button img {
  width: 20px;
  height: 20px;
}

.view-more {
  display: block;
  margin-top: 15px;
  color: var(--lt-theme-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.view-more:hover {
  text-decoration: underline;
}

.form-control:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.image-section {
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  bottom: 0;
  width: 400px;
}

.footer {
  background-color: #f8f9fa;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}

.footer a {
  color: #6c757d;
  text-decoration: none;
  margin: 0 10px;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .copyright {
  font-size: 14px;
  color: #6c757d;
}
