* {
  color: #fff;
}
a {
  text-decoration: none;
}
.login-form .btn-login {
  text-transform: uppercase;
  font-size: 18px;
  width: 100%;
  background: green;
  height: 45px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.modal-body {
  background-color: #e36a1c;
}
.social_connect {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
.copy-text {
  text-align: center;
  color: #fff;
  margin: 0;
}
.copy-text a {
  color: #fff;
}
a:hover {
  text-decoration: none;
}
form.login-form input {
  background: none;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 42px;
}
.login-form .form-group input::placeholder {
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
}
.login-form .form-check-label {
  font-size: 12px;
  color: #fff;
}
input.form-check-input {
  height: unset !important;
}

.footer_home {
  background: #fff;
  padding: 40px 0 10px;
  position: relative;
}
.footer__nav ul li a {
  font-size: 14px;
  color: #707070;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer__nav ul li {
  list-style: none;
}
.footer_home h2 {
  position: relative;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #444444;
}
.footer_home .bottom-links a {
  margin: 0 5px;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #1a315d;
}
.footer_home .bottom-links {
  text-align: center;
}
.footer__logo p {
  color: #444;
}
.footer_home p a {
  color: #1a315d;
  font-weight: 700;
  font-size: 14px;
}
.bottom-links {
  text-align: center;
  border-top: 1px solid #ddd;
}
.footer__nav ul {
  padding: 0px;
}
.modal.modal {
    position: unset !important;
    height: 100vh;
    margin-bottom: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}