@font-face{font-family:'Roboto-Light';src:url("/fonts/Roboto-Light.eot");src:local("Roboto Light"),local("Roboto-Light"),url("/fonts/Roboto-Lightd41d.eot?#iefix") format("embedded-opentype"),url("/fonts/Roboto-Light.woff2") format("woff2"),url("/fonts/Roboto-Light.woff") format("woff"),url("/fonts/Roboto-Light.ttf") format("truetype");font-weight:300;font-style:normal}

@font-face{font-family:'Roboto-regular';src:url("/fonts/Roboto-Regular.eot");src:local("Roboto"),local("Roboto-Regular"),url("/fonts/Roboto-Regulard41d.eot?#iefix") format("embedded-opentype"),url("/fonts/Roboto-Regular.woff2") format("woff2"),url("/fonts/Roboto-Regular.woff") format("woff"),url("/fonts/Roboto-Normal.ttf") format("truetype");font-weight:normal;font-style:normal}

@font-face{font-family:'Roboto-Medium';src:url("/fonts/Roboto-Medium.eot");src:local("Roboto Medium"),local("Roboto-Medium"),url("/fonts/Roboto-Mediumd41d.eot?#iefix") format("embedded-opentype"),url("/fonts/Roboto-Medium.woff2") format("woff2"),url("/fonts/Roboto-Medium.woff") format("woff"),url("/fonts/Roboto-Medium.ttf") format("truetype");font-weight:500;font-style:normal}

@font-face{font-family:'Roboto-Bold';src:url("/fonts/Roboto-Bold.eot");src:local("Roboto Bold"),local("Roboto-Bold"),url("/fonts/Roboto-Boldd41d.eot?#iefix") format("embedded-opentype");font-weight:bold;font-style:normal}

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600,600i,700,800,900&display=swap');
:root {
--brand-color:#0F467C;
}
body, html {
    /*height: 100%;*/
    margin: 0;
  }
  /**{
      overflow: hidden;
  }*/
/* body {
  background: #F5F5FA;
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  overflow: hidden;
} */
body {
  background: #F3FAF8;
  color: #333;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  overflow: hidden;
}

.form-control {
  background: #F8F8F8 !important;
  border: 1px solid #D8D8D8 !important;
  border-radius: 4px !important;
  height: 40px !important;
  font-size: 12px;
}

.form-group {
  margin-bottom: 10px;
}

.mrg10T {
  margin-top: 10px;
}

.mrg20T {
  margin-top: 20px;
}

.mrg30T {
  margin-top: 30px;
}

.mrg50T {
  margin-top: 50px;
}

.mrg100T {
  margin-top: 100px;
}

.mrg10X {
  margin: 0px 10px;
}

ul li {
  list-style-type: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

/* .brd2{border: 1px solid #5F6368;opacity: 0.2;} */
.primaryclr {
  color: var(--brand-color) !important;
}

.pad5T {
  padding-top: 5px;
}

.pad15T {
  padding-top: 15px;
}

.title {
  font-weight: bold;
  font-size: 26px;
  color: #F5F5FA;
}

.login_title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.subtext {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.para_text {
  font-weight: 300;
  font-size: 13px;
}


.brd_div {
  width: 500px;
  height: 1px;
  background-color: #5F6368;
  opacity: 0.2;
}

.login_left_div {
  background: var(--brand-color);
  height: 100%;
  color: #fff;
  padding-top: 100px;
  width: auto;
}

.inside_div {
  margin: 0 auto;
  width: 400px;
  text-align: left;
}

.logo {
  background: url(/images/login/Saly-1.png) no-repeat center;
  width: 385px;
  height: 385px;
  display: inline-block;
}

.div_login {
  width: 50%;
  margin: 0px auto 0 auto;
  left: calc(40% - 100%/10 - 0px);
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.registration_text {
  margin-top: 90px;
  display: flex;
  justify-content: end;
}



.primarybt {
  background: var(--brand-color);
  color: #fff;
  border: 1px solid var(--brand-color);
  border-radius: 4px;
  height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 14px;
  text-decoration: none;
  margin-top: 10px;
}

.primarybt:hover {
  background: #3C6C9A;
  color: #fff;
  border: 1px solid #3C6C9A;
  border-radius: 4px;
  height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 14px;
  text-decoration: none;
}

.div_google {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  padding: 8px;
}

.google_ic {
  background: url(/images/login/google.png) no-repeat center;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.div_fb {
  width: 40px;
  height: 40px;
  background: #3580F0;
  border: 1px solid #3580F0;
  border-radius: 4px;
  padding: 8px;
}

.facebook_ic {
  background: url(/images/login/facebook.png) no-repeat center;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.div_apple {
  width: 40px;
  height: 40px;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 8px;
}

.apple_ic {
  background: url(/images/login/apple.png) no-repeat center;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.login_icons ul li {
  margin-right: 8px;
}

.login_icons ul {
  display: flex;
}

.alternative_txt {
  color: #757575;
  margin: 0px 10px;
}

.light_txt {
  color: #757575 !important;
  font-weight: 400;
}

.eye {
  background: url(/images/login/eye_open.svg) no-repeat center center;
  display: inline-block;
  height: 16px;
  width: 24px;
  position: relative;
  bottom: 28px;
  left: 93%;
}

.eye-slash {
  background: url(/images/login/eye_close.svg) no-repeat center center;
  display: inline-block;
  height: 16px;
  width: 24px;
  position: relative;
  bottom: 28px;
  left: 93%;
}

/* Added by Biswa */
.pad0A {
  padding: 0 !important
}

.login_top_txt {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  text-align: center;
}

.social_links li {
  width: 50%;
  align-items: center;
  /* float: left; */
  margin-left: 25%;
  padding: 10px 36px;
  color: #333;
  font-size: 16px;
  border: 1px solid #CFD8DC;
  border-radius: 6px;
  background: #FFF;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.social_links li img {
  /* margin-right: 10px; */
  align-items: center;
  vertical-align: middle;
}

.social_links li a {
  color: #333;
  font-size: 16px;

  text-decoration: none;
  font-weight: 500;
}

.social_links li:hover {
  color: #333;
  font-size: 16px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #3C6C9A;
}

.social_links li:active {
  background: #fff;
}

.social_links li:first-child {
  margin-right: 2%;
}

.social_links li:nth-child(2) {
  margin-left: 2%;
}

.onhoverpointer:hover {
  cursor: pointer;
  color: #00897B;
}

.eye,
.eye-slash:hover {
  cursor: pointer;
}

.tick_ic {
  background: url(/images/tick.png) center bottom no-repeat;
  width: 15px;
  height: 16px;
  display: inline-block;
}

.left {
  float: left;
}

.leftli {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mrg20B {
  margin-bottom: 20px !important
}

.mrg20T {
  margin-top: 20px !important
}

.div_email {
  width: 65%;
  margin: 0px auto 0 auto;
  left: calc(30% - 100%/10 - 0px);
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.right_login_div {
  display: flex;
  justify-content: center;
  height: 550px;
  width: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.email_sent_div {
  background: #fff;
  border: 1px solid #ccc;
  padding: 30px 25px;
  border-radius: 10px;
}

.yourpass_box {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px 0px rgb(227 227 227 / 66%);
  -moz-box-shadow: 1px 1px 3px 0px rgb(227 227 227 / 66%);
  box-shadow: 1px 1px 3px 0px rgb(227 227 227 / 66%);
  padding: 10px;
  width: 100%;
  font-size: 12px;
  height: auto;
  overflow: hidden;
}

.external_links {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 999px) {
	body {overflow:auto;}
	.inside_div{width:300px;}
	.logo {background: url(/images/login/Saly-2.png) no-repeat center;width: 315px;height: 405px;display: inline-block;}
	.div_login {width:90%;}
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.authenticate-loader {
  border: 4px solid #6CC6B1;
  border-top: 4px solid #ffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}
.authenticate-loader-container {
  background: var(--brand-color);
  color: #fff;
  border: 1px solid var(--brand-color);
  border-radius: 4px;
  height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 14px;
  text-decoration: none;
  margin-top: 10px;
  opacity: 0.8;
}
.d-none{
  display: none !important;
}



