﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 124 version
*/

:root {
  color-scheme: only light;
}

.login__logo {
  color-scheme: only light;
}

#Login {
  margin: 0;
  padding: 0;
}

#Login *:not(i) {
  font-family: sans-serif;
}

#Login .alert.alert-danger {
  background: #f8d7d7;
  color: #bc0000;
  border: 1px solid #bc0000;
  padding: 10px;
  text-align: center;
  width: 100%;
  display: block;
  margin: 10px auto;
} 

#Login .login__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#Login .login__icon img {
  max-width: 150px;

  @media screen and (max-width: 767px) {
    max-width: 120px;
  }
}

#Login .alert.alert-danger strong {
  display: none;
}

#Login .alert.alert-danger ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#Login .card-body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Login .login-page form {
  width: 100%;
  max-width: 480px;
}

#Login .login-page form .input-box {
  position: relative;
margin: 20px 0;
}

#Login.dark-theme .login-page form .input-box input {
  background-color: rgb(14, 23, 35);
  color: rgb(255, 255, 255);
}

#Login.dark-theme .login-page form .input-box span.placeholder  {
  background-color: rgb(14, 23, 35);
  color: rgb(255, 255, 255);
}

#Login .login-page form .input-box input {
  border: 1px solid rgb(112, 112, 112);
  background-color: #fff;
  font-size: 16px;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  transition: all .2s ease-in;
  height: 56px;
  outline: transparent;
  color: rgb(49, 49, 49);
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 22px;
  display: block;
  width: 100%;
  height: 60px;
}

.input-box span.placeholder {
  position: absolute;
  top: 50%;
  left: 14px;
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  background: white;
  padding: 0 4px;
  pointer-events: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: rgb(101, 101, 101);
  font-size: 16px;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 20px;
  pointer-event: none;
}

#Login .showhidepw {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  cursor: pointer;
  color: gray;
}

#Login.dark-theme .login {
  background-color: rgb(14, 23, 35);
}

#Login .login {
  max-width: 500px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  background-color: var(--color-white);
  padding: 30px;

  @media screen and (max-width: 429px) {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }

  @media screen and (max-width: 767px) {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 10px 50px 10px;
  }

  @media screen and (min-width: 768px) {
    width: 100%;
    margin-top: 20px;
  }
}

#Login .login-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  margin-top: 70px;
}

#Login .login-header .content h2 {
  margin: 0;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

#Login .login-header .logo-container {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 10px auto;
  padding: 20px;
  padding-bottom: 40px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  
  @media screen and (max-width: 767px) {
    max-width: 200px;
    margin-top: 20px;
  }
}

#Login.dark-theme .title h2 {
  color: rgb(246, 246, 246);
}

#Login .title h2 {
  font-weight: 800;
}

@media screen and (max-width: 430px) {
  #Login .login-header .logo-container {
    margin-top: 0;
  }

  #Login .title {
    text-align: center;
    font-size: 14px;
  }

  #Login .title h2 {
    margin: 0;
  }
}

#Login .login-header .logo-container img {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

#Login.dark-theme .login-header .content p {
  color: rgb(246, 246, 246);
}

#Login .login-header .content p {
  margin: 0;
  text-align: center;
  font-size: 24px;

  @media screen and (max-width: 767px) {
    font-size: 16px;
  }
}

#Login .login-header .content p:first-child {
  font-weight: 400;
} 

#Login .login-header .content p:last-child {
  font-weight: 600;
}

.input-box > div textarea ~ span.placeholder {
top: 30px;
}

.input-box .text-danger {
position: absolute;
left: 0;
}

.input-box {
margin-bottom: 4px;
}

.input-box > input::-webkit-input-placeholder, .input-box > input:not(.ti-new-tag-input.ti-valid)::-webkit-input-placeholder, .input-box > textarea::-webkit-input-placeholder {
visibility: hidden;
}

.input-box > input:-moz-placeholder, .input-box > input:not(.ti-new-tag-input.ti-valid):-moz-placeholder, .input-box > textarea:-moz-placeholder {
visibility: hidden;
}

.input-box > input::-moz-placeholder, .input-box > input:not(.ti-new-tag-input.ti-valid)::-moz-placeholder, .input-box > textarea::-moz-placeholder {
visibility: hidden;
}

.input-box > input:-ms-input-placeholder, .input-box > input:not(.ti-new-tag-input.ti-valid):-ms-input-placeholder, .input-box > textarea:-ms-input-placeholder {
visibility: hidden;
}

.input-box > input::-ms-input-placeholder, .input-box > input:not(.ti-new-tag-input.ti-valid)::-ms-input-placeholder, .input-box > textarea::-ms-input-placeholder {
visibility: hidden;
}

.input-box > input::placeholder,
.input-box > input:not(.ti-new-tag-input.ti-valid)::placeholder,
.input-box > textarea::placeholder {
visibility: hidden;
}

.input-box > input:not(:-moz-placeholder-shown) ~ span.placeholder, .input-box > input:not(:-moz-placeholder-shown) ~ span.placeholder, .input-box > textarea:not(:-moz-placeholder-shown) ~ span.placeholder {
-moz-transform: translate(0, -40px) scale(0.9);
     transform: translate(0, -40px) scale(0.9);
-webkit-transform: translate(0, -40px) scale(0.9);
-ms-transform: translate(0, -40px) scale(0.9);
}

.input-box > input:not(:-ms-input-placeholder) ~ span.placeholder, .input-box > input:not(:-ms-input-placeholder) ~ span.placeholder, .input-box > textarea:not(:-ms-input-placeholder) ~ span.placeholder {
transform: translate(0, -40px) scale(0.9);
-webkit-transform: translate(0, -40px) scale(0.9);
-ms-transform: translate(0, -40px) scale(0.9);
}

.input-box > input:focus ~ span.placeholder,
.input-box > input:not(:placeholder-shown) ~ span.placeholder,
.input-box > input:focus ~ span.placeholder,
.input-box > input:not(:placeholder-shown) ~ span.placeholder,
.input-box > textarea:focus ~ span.placeholder,
.input-box > textarea:not(:placeholder-shown) ~ span.placeholder {
-moz-transform: translate(0, -40px) scale(0.9);
  -o-transform: translate(0, -40px) scale(0.9);
     transform: translate(0, -40px) scale(0.9);
-webkit-transform: translate(0, -40px) scale(0.9);
-ms-transform: translate(0, -40px) scale(0.9);
}

.loginscreen .instacard-screen p, 
.loginscreen .instacard-screen a {
color: #404040 !important;
text-decoration: none;
font-size: 12px;
}

.loginscreen .instacard-screen a:hover {
text-decoration: underline;
}

.loginscreen .login-box {
  width: 100%;
  max-width: 580px;
}

@media screen and (max-width: 767px) {
.loginscreen.middle-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 400px;
}

.loginscreen .login-box {
  margin: 0 auto;
} 

.loginscreen .login-box > div {
  margin-bottom: 0;
}
 
}

#Login .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  margin: 20px auto;
}

#Login .buttons button {
  display: inline-block;
  width: 100%;
  padding: 14px 0;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#Login .buttons .login-btn {
  background: var(--color-dark);
  color: var(--color-white);
}
 
#Login .buttons .login-btn:hover {
  background: var(--color-dark);
}

#Login .options {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
#Login {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 400px;
}

#Login .login-box > div {
  margin-bottom: 0;
}

  #Login .login-box {
  margin: 0 auto;
  max-width: -webkit-calc(100% - 10px);
  max-width: -moz-calc(100% - 10px);
  max-width: calc(100% - 10px);
}
 
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
#Login {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
}
}

@media screen and (max-width: 1023px) {
#Login {
  margin: 10px auto;
}

#Login .login-container {
  margin: 0 auto;
  max-width: -webkit-calc(100% - 10px);
  max-width: -moz-calc(100% - 10px);
  max-width: calc(100% - 10px);
}

#Login .login-page form {
  margin: 0 auto;
}

#Login .login-page form .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Login .instacard-screen {
  background: transparent !important;
}

#Login .ic-screen-container {
  text-align: center;
}

#Login .ic-screen-container img {
  width: 100%;
  max-width: 180px;
}

#Login .instacard-screen .ic-screen-container div:first-child {
  margin: 20px 0;
}

#Login .instacard-screen .ic-screen-container div:last-child {
  display: none;
}

.loginscreen .instacard-screen .satisfaction-bagde {
  display: none;
}

.loginscreen .login-box {
  margin: 0 auto;
}

.instacard-screen {
  margin: 20px 0 0 0;
  padding: 0 !important;
}
}


@media screen and (min-width: 1024px) {
#Login .login-page .instacard-screen {
    background: rgba(246, 246, 246);
    height: 100vh;
}

#Login .login-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
.loginscreen .instacard-screen {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 600px;
  position: relative;
}

.loginscreen .login-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loginscreen .instacard-screen .ic-logo-container {
  margin-bottom: 300px;
  width: 100%;
  max-width: 300px !important;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 40px;
}

.loginscreen .instacard-screen .satisfaction-bagde {
  width: 100%;
  max-width: 120px;
  position: absolute;
  bottom: 120px;
  right: 220px;
}

.loginscreen .instacard-screen .satisfaction-bagde img {
  width: 100%;
}
  
.loginscreen .ic-logo-container img {
  width: 100%;
  max-width: 100% !important;
}

.loginscreen .instacard-screen {
  background: rgb(246, 246, 246);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.loginscreen .instacard-screen .ic-screen-container {
  width: 100%;
  height: 100%;
}

.loginscreen .instacard-screen .ic-screen-container > div.ic-assistance {
  width: 100%;
  max-width: 300px;
  position: absolute;
  bottom: 0;
  right: 40px;
}

.loginscreen .instacard-screen .ic-screen-container > div.ic-assistance p {
  line-height: 6px;
}

}

/* ************************* EXTERNAL LOGIN ****************************** */

/* BUTTONS */

.login__compact-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;

}

.login__compact-btn {
  -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}

.login__compact-btn img {
  width: 26px;
  height: 26px;
}

.login__compact-btn--more {
  background-color: rgb(248, 248, 248);
  border: 1px solid rgb(196, 196, 196);
  color: rgb(84, 89, 103);
}

.login__compact-btn--facebook {
  background-color: rgb(23, 119, 242);
}

.login__compact-btn--google {
  border: 1px solid rgb(196, 196, 196);
}

.hidden {
  display: none;
}

.login__buttons {
  width: 100%;
  max-width: 500px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 20px 10px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login__buttons.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-login {
  display: block;
  font-size: inherit;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid;
  text-align: center;
}

.btn-login {
  position: relative;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 4px;
  padding: 0;
  padding-left: 90px;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(112, 112, 112) !important;
  border: 1px solid currentColor;
  height: 70px;
  font-size: 18px;

  width: 140px !important;
  margin: 0 !important;
  border-color: rgb(196, 196, 196) !important;
  height: 60px;

  text-decoration: none;
}

.btn-login:hover {
  -webkit-box-shadow: 2px 13px 50px #00000029;
     -moz-box-shadow: 2px 13px 50px #00000029;
          box-shadow: 2px 13px 50px #00000029;
}

.btn-login::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-style: norma;
  font-variant: normal;
}

.btn-login.btn-login--Facebook::before {
  content: "";
  left: 24px;
  -webkit-background-size: contain !important;
     -moz-background-size: contain !important;
       -o-background-size: contain !important;
          background-size: contain !important;
  background: url(../../images/facebook-login.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
}

.btn-login.btn-login--Google::before {
  content: "";
  left: 24px;
  -webkit-background-size: contain !important;
     -moz-background-size: contain !important;
       -o-background-size: contain !important;
          background-size: contain !important;
  background: url(../../images/login-icon-google.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
}

.btn-login.btn-login--Miami::before {
  content: "";
  left: 24px;
  -webkit-background-size: contain !important;
     -moz-background-size: contain !important;
       -o-background-size: contain !important;
          background-size: contain !important;
  background: url(../../images/miami-mls-login.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 23px;
}

.btn-login.btn-login--eXp::before {
  content: "";
  left: 24px;
  -webkit-background-size: contain !important;
     -moz-background-size: contain !important;
       -o-background-size: contain !important;
          background-size: contain !important;
  background: url(../../images/exp-login.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 18px;
}

.btn-login.btn-login--LIBOR::before {
  content: "";
  left: 24px;
  -webkit-background-size: contain !important;
     -moz-background-size: contain !important;
       -o-background-size: contain !important;
          background-size: contain !important;
  background: url(../../images/libor-login.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 20px;
}

.btn-login.btn-login--Anywhere::before {
  content: "";
  left: 24px;
  -webkit-background-size: contain !important;
     -moz-background-size: contain !important;
       -o-background-size: contain !important;
          background-size: contain !important;
  background: url(../../images/anywhere-login.png);
  background-repeat: no-repeat;
  width: 48px;
  height: 14px;
}

.options a {
  color: gray;
  padding-bottom: 5px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
}

.options a:hover {
  text-decoration: underline;
}

#Login.dark-theme .login-box .switch p {
  color: rgb(246, 246, 246);
} 

.login-box .switch p {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.login-box .switch p::before,
.login-box .switch p::after {
  content: '';
  width: 50%;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.login-box .switch p::before {
  left: -54px;
}

.login-box .switch p::after {
    right: -54px;
}

@media screen and (max-width: 350px) {
  .login-btns ul.list-inline .list-inline-item a.btn-login {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding-left: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .options {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .options {
    margin: 20px auto 0 auto;
  }

  .login-box .switch {
    width: 100%;
    margin: 10px 0 30px 0;
  }
}

.login__terms,
.login__terms a {
  color: rgb(128, 128, 128);
}

.login__terms {
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.login__terms {
  line-height: 20px;
  position: relative;
}

.login__terms p {
  margin: 0;
}