﻿.account_container {
  width: 100%;
  background: #f8f8f8;
  display: flex;
  height: 100vh;
  position: relative;
}

.account_login {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #f0f3f4;
  height: 100vh;
}

.account_login_content {
  width: 70%;
  margin: 0 15%;
  border: none;
  height: auto;
}

.account_login_content_container {
  width: 100%;
  border: none;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-radius: 0.25rem;
  border: 1px solid #d6d6d6;
  box-shadow: 0 16px 16px #00000029;
  padding: 20px;
  background: #f8f8f8;
}

.card-errors{
    padding: 0 20px;
}

.password-reset-email-icon {
  margin: 0 auto;
  height: 100px;
  margin-bottom: 30px;
}

.card.password-reset {
  padding-bottom: 30px;
}

.card.password-reset-send {
  text-align: center;
}
.card.password-reset-send h2 {
  text-align: left;
}
.card-header {
  text-align: left;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  font-size: 1.8em;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  background: inherit;
  border-bottom: none;
}
.card-header .container_logo {
  width: 100%;
  text-align: center;
  margin-bottom: 0.8em;
}
.card-header .logo {
  width: 64px;
  mix-blend-mode: multiply;
}

.card-header h2 {
  text-align: left;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
}

.card-header h4 {
  margin-top: 1em;
  text-align: left;
  font-weight: 300;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.3;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0 1.25rem;
}

.form-group label {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin: 1em 0 0;
  font-weight: 400;
  font-size: 1;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.3;
}

.remember_login {
  margin: 0 !important;
}

.form-group input[type="checkbox"] {
  accent-color: #16488b;
}

.btn {
  width: 100%;
  background: #16488b;
  background-color: rgb(22, 72, 139);
  border: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  position: relative;
  background-color: #1c1c1c;
  border-color: #141414;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}

.unregistered {
  margin-top: 10px;
  position: relative;
  display: inline-block;
}

.unregistered .link {
  color: #16488b;
}

.account_intro {
  width: 60%;
  height: 100%;
}

.account_intro_content {
  background: transparent linear-gradient(125deg, #16488b 30%, #b9303b 95%) 0 0
    no-repeat;
  width: 100%;
  height: 100%;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.account_intro_content .header {
  padding: 15%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 4em;
  padding-bottom: 0;
}

.account_intro_content .reservation_system {
  padding: 15%;
  color: #f8f8f8;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 2em;
}

.text-muted {
  font-size: 0.4em !important;
  width: 100%;
  margin-top: 10px;
  display: block;
}
.dropdown {
  font-size: 0.7em !important;
  padding: 0 !important;
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.69);
  display: block;
}

.itemLink {
  margin-top: 1em;
  background-color: #1c1c1c;
  border-color: #141414;
  color: #fff;
  border-radius: 20px;
  font-size: 0.5em !important;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .dropdown {
    font-size: 0.55em !important;
  }

  .account_login {
    width: 100%;
  }

  .account_intro {
    display: none;
  }
}
