/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 9999999 version
*/

@font-face {
  font-family: 'Poppins';
  src: url('../font/poppins-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/poppins-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/poppins-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

.loginPage-body {
  background-color: #ffffff;
  color: #000000;
  position: relative;
  overflow-x: hidden;
}

.loginPage-bgGradient {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 55%,
    #fc8aa0 100%
  );
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(55%, #ffffff), to(#fc8aa0));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 55%, #fc8aa0 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 55%, #fc8aa0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 55%, #fc8aa0 100%);
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 55%, #fc8aa0 100%);
  opacity: 0.34;
  pointer-events: none;
  z-index: 0;
}

.palm-tree {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%;
  max-width: 686px;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
   -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
       transform: translateX(10%);
}

.loginPage-palmImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right bottom;
  object-position: right bottom;
}

.loginPage-main {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  min-height: -webkit-calc(100% - 128px);
  min-height: -moz-calc(100% - 128px);
  min-height: calc(100% - 128px);
  padding: 64px 24px;
  -webkit-transform: translateY(96px);
   -moz-transform: translateY(96px);
    -ms-transform: translateY(96px);
     -o-transform: translateY(96px);
        transform: translateY(96px);
}

.loginPage-card {
  width: 100%;
  max-width: 404px;
}

.loginPage-field {
  margin-bottom: 20px;
}

.loginPage-inputSpaced {
  margin-top: 12px;
}

.loginPage-header {
  text-align: left;
  margin-bottom: 66px;
}

.loginPage-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.loginPage-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin: 13px 0 0;
}

.loginPage-label {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 12px;
}

.loginPage-input.form-control {
  height: 53px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  padding: 12px 16px;
  font-size: 14px;
  outline: none;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: border-color 0.2s ease, box-shadow 0.2s ease, -moz-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease, -moz-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease,
    -webkit-box-shadow 0.2s ease;
}

.loginPage-input.form-control:focus {
  border-color: #405d27;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(64, 93, 39, 0.15);
  -moz-box-shadow: 0 0 0 0.2rem rgba(64, 93, 39, 0.15);
       box-shadow: 0 0 0 0.2rem rgba(64, 93, 39, 0.15);
}

.loginPage-link {
  font-size: 12px;
  font-weight: 500;
  color: #3f61d6;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  -webkit-transition: color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  transition: color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  -o-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  -moz-transition: color 0.2s ease, text-decoration-color 0.2s ease, -moz-text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease, -moz-text-decoration-color 0.2s ease;
  margin-bottom: -5px;
}

.loginPage-link:hover {
  text-decoration: underline;
}

.loginPage-remember .form-check-input {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #d9d9d9;
  margin-top: 2px;
}

.loginPage-remember {
  margin-top: 10px;
}

.loginPage-remember .form-check-input:checked {
  background-color: #405d27;
  border-color: #405d27;
}

.loginPage-remember .form-check-input:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(64, 93, 39, 0.15);
  -moz-box-shadow: 0 0 0 0.2rem rgba(64, 93, 39, 0.15);
       box-shadow: 0 0 0 0.2rem rgba(64, 93, 39, 0.15);
}

.loginPage-remember .form-check-label {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}

.loginPage-btn.btn {
  height: 58px;
  background-color: #405d27;
  border: 0;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 26px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.05s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.05s ease;
  -o-transition: opacity 0.2s ease, -o-transform 0.05s ease;
  -moz-transition: opacity 0.2s ease, transform 0.05s ease, -moz-transform 0.05s ease;
  transition: opacity 0.2s ease, transform 0.05s ease;
  transition: opacity 0.2s ease, transform 0.05s ease, -webkit-transform 0.05s ease, -moz-transform 0.05s ease, -o-transform 0.05s ease;
  transition: opacity 0.2s ease, transform 0.05s ease,
    -webkit-transform 0.05s ease;
}

.loginPage-btn.btn:hover {
  opacity: 0.9;
}

.loginPage-btn.btn:active {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
   -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
       transform: scale(0.98);
}

.loginPage-separator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.loginPage-separatorLine {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

.loginPage-separatorText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  padding: 0 5px;
  background-color: #ffffff;
  font-size: 9px;
  font-weight: 500;
  color: #000000;
}

.loginPage-socialBtn.btn {
  height: 45px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.loginPage-socialIcon {
  margin-right: 12px;
}

.loginPage-socialBtn.btn:hover {
  background-color: #F9F9F9;
}

.loginPage-footerText {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.loginPage-footer {
  margin-top: 45px;
}

.loginPage-linkStrong {
  font-size: 16px;
  margin-left: 5px;
}