.mainContainer {
  height: 100vh !important;
}
.welcomesubHeader {
  font-size: 14px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 159.8%;
}
.welcomeText {
  margin-top: 5vh !important;
  font-family: Playfair Display;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.3%;  
}
.left-items {
  display: none !important;
}

.right-items {
  display: none !important;
}
.back-to-home {
  display: block !important;
}
.back-to-home-pill {
  padding: 15px 20px;
  /* background: rgba(0, 0, 0, 0.3); */
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 139.8%;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  border: 1px solid #ffff;
}
.back-img {
  height: 10px !important;
  z-index: 1 !important;
  width: 10px !important;
  margin-top: 3px;
}
.inputTxt::placeholder {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 159.8%; /* 25.568px */
}
.forgot {
  color: #fff;
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 159.8%; /* 25.568px */
  text-decoration-line: underline;
}
.signIn {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 139.8%; /* 16.776px */
  letter-spacing: 1.92px;
  text-transform: uppercase;
  padding: 15px;
}
.signUpText {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 159.8%; /* 25.568px */
}
.signUpLink{
    color: #5479EE;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 159.8%;
text-decoration: none !important;

}
.footer {
  display: none;
}
.headerMainImage {
  display: none;
}

.mainContainer{  
  background-image: url('../../img/site/login/Group\ 178.webp');
  background-repeat: repeat;
  background-size: cover;
  overflow-y: auto;
}
.lastText{
  margin-bottom: 0px !important;
}

.pass-wrapper{
  text-align: left;
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 500
}

.pass-colorbar {
  height: 5px !important;
}
.error{
  font-size: 12px !important;
  padding: 0px !important;
  line-height: 1.5;
}

.tooltip-class{
  font-size: 10px !important;
  
}
.tooltip-inner {
  background-color: white;
  color: #000;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
}

.customLi{
  list-style-image: url('../../img/site/login/check2-square.svg');  
}

#togglePassword {
  background: white;
  color: black;
}

