.login-page, .register-page {
  background: #fff;
  /*overflow-y: hidden;*/

}
.powered-by{

text-align:center;
}
.login-form .inner-login-form {
  padding: 6rem 2rem;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  border: none !important;
  box-shadow: inherit !important;
}
.inner-login-form-reset{
  background: #fff;
margin: 16em 4em 0em 4em;
border-radius:15px;
min-height: 25vh;
padding: 0px 2em;
}
.btn-login {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
border-radius: 7px;
border-radius: 6px;
border: 0;
padding: 6px 28px;
background-color: #fff;
color: #fff;
font-size: 14px;
font-weight: 700;
text-decoration: none;
cursor: pointer;
outline: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
background: #58be5e !important;

}
.main{
background: url(/img/pexels-scott-webb-532568@0.5X.png) no-repeat center center fixed;
background-size: cover;
min-height:100vh
}
.login-form {
background: #fff;
margin: 10em 4em 0em 4em;
border-radius:15px;
min-height: 44vh;
padding: 0px 2em;
}
.panel-default {
  border-color: #E5E5E5;
}
.form-group input {
width: 100%;
  padding: 7px 37px;
  text-align: left;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background-color: #f3f3f3;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* margin-bottom: 14px; */
}
.form-horizontal .checkbox {
padding: 0px;
}
.logo {
/* text-align: left;
  margin: 30px auto;
  margin-bottom: 20px; */
  display: flex;
  justify-content: center;
  margin-top:10em;
  /* width:80%; */

}
.form-control:focus {
  border-color: #57bd5e;
  box-shadow: none;
}

::placeholder {
color: #8D8D8D !important;
font-weight: 300;
}
.checkbox label {
padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 17px;
  text-transform: none;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.9;
}
.btn-link {
color: hsl(0deg 2% 58%);
font-size: 13px;
    font-weight: 700;
    opacity: 0.9;
    padding: 0;
}
.form-group i.fa.fa-user {
  position: absolute;
  left: 30px;
  top: 8px;
  font-size: 18px;
}
.form-group i.fa.fa-lock {
  position: absolute;
  left: 30px;
  top: 8px;
  font-size: 18px;
}
.checkbox input[type=checkbox] {
height: auto;
}
.custom-check {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Hide the browser's default checkbox */
.custom-check input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Create a custom checkbox */
.checkmark {
position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 3px;
}
.custom-check input:checked ~ .checkmark {
background-color: transparent;
  border: 1px solid #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */
.custom-check input:checked ~ .checkmark:after {
display: block;
}

/* Style the checkmark/indicator */
.custom-check .checkmark:after {
left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
border: solid #fff;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.login-left-section {
  display: flex;
  float: left;
  background: #fff;
}
.login-left-inner {
  /* display: inline-block;
  background-image: url(/img/login-left-banner.png);
  background-size: cover;
  height: 103vh;
  background-position: right; */
}
form.form-horizontal {
  max-width: 481px;
  text-align: left;
  margin: auto;
  padding-top: 3rem;
}
.bottom-logo {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 10px;
}
.left-logo-login {
  float: left;
}
.right-logo-login {
  float: right;
}
.bottom-logo img {
  width: 100%;
  height: auto;
}
html {
  height: 100% !important;
}
.page-links {
  margin-bottom: 34px;
}
.page-links a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: hsl(0deg 0% 30%);
  font-weight: 600;
  font-size: 22px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-links a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.page-links a.active {
  color: hsl(0deg 0% 30%);
}
.page-links a.active:after {
  background-color: #fff;
}
.info-holder h3 {
display: inline-block;
color: #fff;
text-align: left;
font-size: 24px;
font-weight: 600;
margin-bottom: 30px;
width: 100%;
padding-right: 30px;
color: #064E89;
text-align: left;
margin-bottom: 0px;
line-height: 30px;
}
.info-holder p {
  display: inline-block;
  font-size: 16px;
  font-weight: 100 !important;
  line-height: 20px;
  margin-bottom: 50px;
  width: 100%;
  padding-right: 30px;
  color: #064E89;
  text-align: left;
  opacity: 0.8;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding: 0px 4px;
}
.info-holder {
margin: auto;
width: 550px;
padding: 17rem 8rem 0rem 7rem;
}
.info-holder img {
  width: 100%;
  max-width: 378px;
}
button.btn.btn-primary.btn-login:hover {
  color: #fff;
  background: #58be5e !important;
}
.btn-link:hover {
  color: #58be5e !important;
  text-decoration: underline !important;
}
.logo img {
 width: 180px;
}
.forget-password {
padding: 10px 28px !important;
}
.header-left-div {
float: right;
margin: 40px 0px;
}
#currency-input .input-group-addon {
  border: none;
  border-right: 1px solid #d2d6de !important;
}
#register-pos .form-group i.fa.fa-lock {
  position: absolute;
  right: inherit;
  left: 7px !important;
  top: 8px !important;
  font-size: 18px;
}
#register-pos .form-group i.fa.fa-user {
  position: absolute;
  font-size: 18px;
  right: inherit;
  left: 7px !important;
  top: 8px !important;
}
button.btn.btn-primary.btn-login:active, button.btn.btn-primary.btn-login:focus  {
  color: #fff !important;
}
#register-page .wizard > .content {
  background: #d3f5f757;
}
#register-page .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
  background: #fff;
  color: #57bd5e;
  cursor: default;
  font-weight: 600;
}
#register-page .login-left-inner {
  height: 125.7vh;
}
#register-page .login-form {
  height: 125vh;
  padding-top: 13px;
}
#register-page legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  font-size: 21px;
  line-height: inherit;
  color: #fff;
  border: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #57bd5e !important;
  color: white !important;
}
#register-page .wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  margin-left: 0;
}
#register-page .wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
}
#register-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #8D8D8D !important;
  line-height: 28px;
  font-weight: 100 !important;
}
#register-page .btn.btn-primary.btn-file, .btn.btn-primary.btn-file:hover  {
  background-color: #57bd5e;
  border-color: #57bd5e;
}
#register-page .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
  background: #fff;
  color: #57bd5e;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}
#register-page .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
  background: #eee;
  color: #aaa;
}
#register-page .form-group i.fa.fa-lock, #register-page .form-group i.fa.fa-user {
  position: absolute;
  right: inherit;
  top: 8px;
  font-size: 18px;
  left: 8px;
}
#register-page .form-group {
  margin-bottom: 10px !important;
}
#register-page .hover-q {
  margin-left: 3px;
  cursor: help;
  /* float: right; */
  /* position: absolute; */
  background: url(/img/info.png);
  background-size: 100%;
  /* top: 10px; */
  /* right: 22px; */
  width: 15px;
  height: 15px;
  /* background-size: 100%; */
  color: #000;
  font-size: 10px;
  line-height: 15px;
  font-weight: 100 !important;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat;
}
#register-page .fa-info-circle:before {
  content: "";
}
.lang_mobile{
display: none;
}
@media screen and (max-width:1200px) {
.info-holder {
    /* margin: auto;
    width: 100%;
    padding: 0; */
    margin: auto;
  width: 550px;
  padding: 17rem 8rem 0rem 7rem;
}
.login-form{
  min-height: 52vh;
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 10em;
}
.inner-login-form-reset{
   width: 80%;
    display: block;
    margin: auto;
    margin-top: 16em;
    padding: 0px;
}
.login-form .inner-login-form{
  padding: 4em 0px;
}
.powered-by{
  margin-bottom: 12px;
}
}
@media screen and (max-width:1024px) {
.header-left-div {
    margin-bottom: 40px;
}
.logo img {
    width: 180px;
}
form.form-horizontal{
  max-width: 466px;
}
}
@media screen and (max-width:991px) {
.login-left-inner {
    /* display: none; */
    margin-top: 6em;
}
.inner-login-form-reset{
  margin-top: 5em;
}
.header-left-div {
  margin: 40px;
}
.logo{
margin-top: 2em !important;
}
.header-left-div{
display: none;
}
.inner-login-form{
padding:0 !important;
}
.lang_mobile{
display: block;
float:right;
padding:5px;
}
.info-holder{
padding: 0;
width: 0;
}
.login-form{
  
    margin-top: 8em;
}
}
