:root {
  --primary-color: #231F20;
  --secondary-color: #3e3e3e;
  --heading-font: 'Prata', serif;
  --main-font: "Outfit", sans-serif;
  --box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  --hover-box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  --transition: 0.3s all ease;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

menu,
article,
aside,
details,
footer,
header,
nav,
section {
  display: block;
}

ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
  padding-right: 0px;
}
a {
  color: #231F20;
  text-decoration: none;
}
.text-link {
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.green-link {
  color: #4b858e;
}
.black-link {
  color: #231F20;
}
.white-link {
  color: #efefef;
}

body {
  margin: 0;
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--secondary-color);
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

.heading-font {
  font-family: var(--heading-font);
  /*text-transform: uppercase;*/
}

.light-font {
  font-weight: 300;
}
.normal-font {
  font-weight: 400;
}
.medium-font {
  font-weight: 500;
}
.bold-font {
  font-weight: bold;
}

.uppercase-font {
  text-transform: uppercase;
}

.m-0 {
  margin: 0px;
}
.m-10 {
  margin: 10px;
}

.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 10px;
}

.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}

/** FORM STYLE **/
.form-group {
  display: block;
  margin-bottom: 20px;
}
.form-label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.form-element {
  display: block;
  padding: 15px 10px;
  font-family: inherit;
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.form-element:active,
.form-element:focus,
.form-element:active,
.form-element:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #231F20;
}

/* BUTTON STYLE */
.btn {
  display: block;
  width: 100%;
  border-radius: 0px;
  padding: 15px 20px;
  font-family: inherit;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  border: 3px solid #231F20;
  background: #231F20;
  box-shadow: 0px 0px 0px 0px #231F20;
  cursor: pointer;
  transition: var(--transition);
}
.btn:hover {
  box-shadow: 4px 4px 0px 0px #231F20;
  background:#fff;
  color:#5b6771;
  /* transform: translate3d(-4px, -4px, 0px); */
}

.btn-green {
  color: #000;
  background: #c1d72c;
  background: -webkit-linear-gradient(332deg, #c1d72c, rgba(193, 215, 44, 0.7));
  background: linear-gradient(118deg, #c1d72c, rgba(193, 215, 44, 0.7));
}
.btn-green:hover {
  box-shadow: 0 0 10px 1px rgb(193 215 44 / 70%);
}

.grey-separator {
  background: #efefef;
  border: 1px solid #efefef;
}

.btn.disabled{
  cursor: not-allowed;
  pointer-events: none;
  opacity:0.6;
  color: #c0c0c0;
}

.btn.loading-btn{
  cursor: not-allowed;
  pointer-events: none;
  position: relative;
  color: var(--primary-color);
}
.btn.loading-btn span.btn-text{
  display: none;
}
.btn.loading-btn::after{
  content:"Loading";
  color: #FFF;
}

/** CUSTOM CSS **/
.login-page-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: auto;
  background: #f5f2ea;
}

.login-content-wrapper {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  align-items: stretch;

  width: 90%;
  max-width: 1028px;
  height: auto;
  min-height: 300px;
  background: #ffffff;
  border-radius: 0px;
  margin: auto;
}

.login-left-wrapper,
.login-right-wrapper {
  width: 50%;
}

.login-left-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

#loginbgvid {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.left-content-wrapper {
  width: 100%;
  height: 100%;
  padding: 60px;
  margin: auto;
  position: relative;
}
.left-content-block {
  width: 100%;
  height: 100%;
  padding: 30px;
  position: relative;

  background: rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.logo-wrapper {
  color: #fff;
}
.logo-separator {
  width: 40px;
  margin: 30px 0;
  opacity: 0.4;
}
.left-content{
  color:#fff;
}

.login-quote {
  display: none;
  color: #fff;
  font-size: 26px;
  margin: 0px;
  font-style: italic;
  position: relative;
}

.left-footer{
  position: absolute;
    bottom: 0px;
    color: #fff;
}

/**/
.login-form-wrapper {
  padding: 50px 50px;
  max-width: 600px;
}

.login-form-block {
  margin: 40px 0;
}

.login-logo{
  height:70px;
}

.trouble-login-text {
  margin-top: 40px;
  color: #646464;
}

.footer-copyright{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0px;
  opacity: 0.8;
  font-size: 12px;
}