/*------------------------------
Main
------------------------------*/
* {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  box-sizing: border-box;
}
body {
  background-color: #fbfbfb;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
a {
  text-decoration: none;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}

/*------------------------------
Global Class
------------------------------*/
.page-container {
  max-width: 1200px;
  margin: 0 auto;
}
.page-container::after {
  content: "";
  clear: both;
  display: block;
}
.semibold {
  font-weight: 600;
}

/*------------------------------
Header
------------------------------*/
.header {
  padding: 20px;
  box-shadow: 1px 2px 26px 21px rgb(0 0 0 / 8%);
}
.header .page-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: 262px;
  margin-right: 20px;
}
.header__navigation {
  width: 63%;
}
.header__navigation-menu-toggle {
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 2vw;
  display: none;
}
.header__navigation-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
.mobile-nav {
  display: none;
}
.mobile-active-menu {
  opacity: 0;
  left: -100%;
}
.header__menu-item {
  float: left;
  margin: 0 15px;
}
.header__menu-item:first-child {
  margin-left: 0;
}
.header__menu-item:last-child {
  margin-right: 0;
}
.header__menu-item a {
  position: relative;
  color: #2c364f;
  font-size: 16px;
  font-weight: 300;
}
.header__menu-item.menu-active a::after {
  content: "";
  background-color: #85bf2c;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.header__button {
  margin-left: 45px;
}
.header__btn {
  display: block;
  background-color: #f97500;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 35px;
  border-radius: 30px;
  text-align: center;
}

/*------------------------------
Footer
------------------------------*/
.footer {
  overflow: hidden;
  padding-top: 25px;
  position: relative;
}
.footer__widgets {
  background-color: #2c364f;
  padding: 40px 20px;
  position: relative;
}
.footer__widgets::after {
  content: "";
  background: transparent url("../images/leadsnap-authentication/footer-img.png") no-repeat scroll 0 0 / cover;
  width: 956px;
  height: 440px;
  position: absolute;
  right: 0;
  top: -30px;
}
.footer__widgets-inner .page-container {
  display: flex;
  justify-content: space-between;
}
.footer__widget {
  position: relative;
}
.footer-widget-1::after {
  content: "";
  border-right: 1px solid #47526c;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.footer-widget-1 {
  width: 25%;
  position: relative;
  margin-right: 5%;
}
.footer-widget-2 {
  width: 35%;
  margin-right: 15%;
}
.footer-widget-3 {
  width: 35%;
  z-index: 5;
}
.footer__widget-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}
.footer__widget-separator {
  margin: 10px 0 20px;
}
.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__links li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
  line-height: 1em;
}
.footer__links li:last-child {
  margin-bottom: 0;
}
.footer__links li::before {
  content: "";
  background-color: #757b87;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50% 50%;
}
.footer__links li a {
  color: #ced0d4;
  font-size: 13px;
  font-weight: 300;
}
.footer__text {
  color: #ced0d4;
  font-size: 13px;
  font-weight: 300;
}
.footer__see-more {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
}
.footer__see-more img {
  margin-right: 8px;
}
.footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__social-item {
  display: inline-block;
  margin: 0 3px;
}
.footer__social-item:first-child {
  margin-left: 0;
}
.footer__social-item:last-child {
  margin-right: 0;
}
.footer__contacts {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer__contact-icon {
  margin-right: 10px;
}
.footer__contact-text {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}
.footer__site-info {
  display: flex;
  align-items: center;
}
.footer__site-info img {
  margin-right: 10px;
}
.footer__branding-text {
  color: #2c364f;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.footer__branding-text--blue {
  color: #15a0d3;
  font-weight: 700;
}
.footer__bottom-bar {
  padding: 25px 20px;
}
.footer__bottom-text {
  display: block;
  color: #918f8f;
  font-size: 12px;
}


/*------------------------------
Screen
------------------------------*/
.main-content {
  position: relative;
  padding: 80px 25px;
}
.main-content::before {
  content: "";
  background: transparent url("../images/leadsnap-authentication/pattern.png") no-repeat scroll 0 0;
  width: 553px;
  height: 1167px;
  position: absolute;
  left: 0;
}
.screen {
  /*background: transparent url("../images/leadsnap-authentication/form-bg.png") no-repeat scroll center right / auto;*/
  background: transparent url("../images/leadsnap-authentication/tips-bg.jpg") no-repeat scroll top right / auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 30px;
}
.screen__left {
  background-color: #ffffff;
  width: 50%;
  padding: 50px;
  border-radius: 30px;
}
.screen__right {
  width: 50%;
  padding: 100px 50px;
}
.screen__logo {
  margin-bottom: 40px;
}
.screen__heading {
  color: #2f2f2f;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 7px;
  line-height: 1.3em;
}
.screen__text {
  color: #7d7d7d;
  /*margin: 0 0 50px;*/
  margin: 0 0 20px;
  font-size: 20px;
}
.screen__form{
  margin-top:50px;
}

.screen__form-group {
  margin-bottom: 30px;
}
.sfg-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.screen__form-inner {
  border: 1px solid #ebebeb;
  padding: 10px 25px 15px;
  border-radius: 30px;
}
.screen__form-inner label {
  background-color: #ffffff;
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 600;
  margin: -18px 0 6px;
  line-height: 1em;
  display: table;
  padding: 0 5px;
}
.screen__form-input {
  width: 100%;
  border: 0 none;
  font-family: 'Poppins', sans-serif;
  padding: 0 5px;
  font-size: 18px;
}
.screen__form-input::placeholder {
  color: rgba(47,47,47,.40);
  font-style: italic;
}
#password::placeholder {
  position: relative;
  top: 4px;
}
.screen__form-input:focus {
  outline: none;
}
.forget-password {
  display: block;
  color: #28a4b6;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.remember-me .icheckbox_flat {
  margin-right: 5px;
  width: 32px;
  height: 32px;
  background: url("../images/leadsnap-authentication/flat-custom-check.png") no-repeat;
}
.remember-me .icheckbox_flat {
  background-position: -1px 0;
}
.remember-me .icheckbox_flat.checked {
  background-position: -35px 0;
}
.remember-me {
  color: #2f2f2f;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.screen__form-btn {
  display: block;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  border: 0 none;
  background-color: #28a4b6;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  padding: 15px;
  border-radius: 30px;
  cursor: pointer;
  margin: 45px 0;
}
.screen__bottom-text {
  display: block;
  color: #2f2f2f;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.screen__bottom-link {
  color: #28a4b6;
}

.screen__msg_cont{

}
.screen__success_msg{
  /*color:#3c763d;*/
  color:limegreen;
}
.screen__error_msg {
  /*color: #a94442;*/
  color:orangered;
}

.screen__input_msg{
  padding: 5px 25px 0;
}

.tips__carousel {
  margin-top: 10px;
  padding-left: 90px;
}
.slic
.tips__logo {
  width: 100%;
  max-width: 270px;
  margin: 0 0 15px;
}
.tips__heading {
  color: #ffffff;
  margin: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
}
.tips__carousel {
  position: relative;
}
.tips__carousel::before {
  content: "";
  width: 35px;
  height: 740px;
  background: transparent url("../images/leadsnap-authentication/line.png") no-repeat scroll 0 0 / 100% auto;
  position: absolute;
  left: 35px;
  top: -181px;
}
.tips__carousel-item {
  padding: 60px 0 0;
  max-width: 450px;
}
.tips__carousel-item-inner {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
}
.tips__carousel-icon {
  margin-top: -102px;
}
.tips__text {
  color: #2c364f;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin: 0;
  line-height: 1.5em;
}
.tips__carousel .slick-next,
.tips__carousel .slick-prev {
  width: 24px;
  height: 24px;
}
.tips__carousel .slick-prev {
  left: 102px;
  bottom: 0;
  top: 305px;
}
.tips__carousel .slick-next {
  right: 0;
  bottom: 0;
  top: 305px;
  left: 140px;
}

/*------------------------------
Mobile
------------------------------*/
@media screen and (max-width: 1600px) {
  .footer__widgets::after {
    right: -170px;
  }
}
@media screen and (max-width: 1400px) {
  .footer__widgets::after {
    right: -300px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__widgets::after {
    right: -410px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__widgets::after {
    right: -490px;
  }
}
@media screen and (max-width: 980px) {
  .screen {
    background: none;
    display: block;
    border-radius: 0;
  }
  .screen__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .screen__right {
    background: rgb(20,160,213);
    background: linear-gradient(290deg, rgba(20,160,213,1) 0%, rgba(143,195,31,1) 100%);
    width: 100%;
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tips__logo {
    display: table;
    margin: 0 auto;
  }
  .tips__carousel-icon {
    display: table;
    margin: -102px auto 0;
  }
  .tips__heading,
  .tips__text {
    text-align: center;
  }
  .tips__carousel {
    padding-left: 0;
  }
  .tips__carousel-item {
    max-width: 100%;
  }
  .tips__carousel .slick-prev {
    top: 255px;
    left: 48%;
  }
  .tips__carousel .slick-next {
    top: 255px;
    left: 52%;
  }
  .desktop-nav,
  .header__button {
    display: none;
  }
  .mobile-nav-close {
    float: right;
    border: 0 none;
    background: #333333;
    color: #ffffff;
    display: block;
    padding: 15px 20px;
    font-size: 20px;
    margin: 0;
    border-radius: 50%;
  }
  .mobile-active-menu {
    position: fixed;
    background-color: #ffffff;
    left: 0;
    right: 0;
    opacity: 1;
    height: 100%;
    z-index: 200;
    top: 0;
    padding: 30px;
    max-width: 980px;
  }
  .header__navigation-menu-toggle {
    display: block;
    float: right;
  }
  .mobile-nav {
    position: relative;
    float: none;
    clear: both;
  }
  .mobile-nav .header__menu-item {
    float: none;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
  }
  .mobile-nav .header__menu-item:last-child {
    border-bottom:0 none;
  }
  .header__menu-item.menu-active a::after {
    content: none;
  }
  .header__menu-item a {
    display: block;
    padding: 10px 0;
  }
  .footer__widgets::after,
  .footer-widget-1::after,
  .tips__carousel::before,
  .main-content::before {
    content: none;
  }
  .mobile-active-menu .mobile-nav,
  .footer__widgets-inner .page-container {
    display: block;
  }
  .footer-widget-1,
  .footer-widget-2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer-widget-3 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tips__heading {
    font-size: 40px;
  }
  .tips__carousel .slick-prev {
    top: auto;
    left: 46%;
    bottom: -40px;
  }
  .tips__carousel .slick-next {
    top: auto;
    left: 53%;
    bottom: -40px;
  }
}
@media screen and (max-width: 480px) {
  .screen__left {
    padding: 30px;
  }
  .sfg-flex {
    display: block;
  }
}