@charset "ISO-8859-1";
.logo {
  max-height: 60px;
}

.select2-hidden-accessible {
  width: 100% !important;
}

.login-panel {
  background: linear-gradient(
    174deg,
    rgb(255, 255, 255) 0%,
    rgb(21, 167, 82) 100%,
    rgb(21, 167, 82) 100%
  ) !important;
}

h3 {
  /* float: left!important;*/
}

.checkout-wrap {
  font-family: "PT Sans Caption", sans-serif;
  margin: 30px auto 80px;
  z-index: 0;
}

ul.checkout-bar li {
  color: #ccc;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin: 50px auto;
  padding: 0;
  text-align: center;
  width: 24.5%;
}

ul.checkout-bar li:before {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background: #ddd;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  height: 34px;
  left: 40%;
  line-height: 34px;
  position: absolute;
  top: -60px;
  width: 34px;
  z-index: 99999;
}

ul.checkout-bar li.active {
  color: #a6447a;
  font-weight: bold;
}

ul.checkout-bar li.active:before {
  background: #f79621;
}

ul.checkout-bar li.visited {
  color: #036c99;
  z-index: 99999;
  background: none;
}

ul.checkout-bar li.visited:before {
  background: #036c99;
  z-index: 99999;
}

ul.checkout-bar li:nth-child(1):before {
  content: "1";
}

ul.checkout-bar li:nth-child(2):before {
  content: "2";
}

ul.checkout-bar li:nth-child(3):before {
  content: "3";
}

ul.checkout-bar li:nth-child(4):before {
  content: "4";
}

ul.checkout-bar li:nth-child(5):before {
  content: "5";
}

ul.checkout-bar li:nth-child(6):before {
  content: "6";
}

ul.checkout-bar a {
  color: #ccc;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

ul.checkout-bar li.active a {
  color: #4f8e5e;
}

ul.checkout-bar li.visited a {
  color: #036c99;
}

.checkout-bar li.active:after {
  -webkit-animation: myanimation 3s 0;
  background-size: 35px 35px;
  background-color: #56b16c;
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  content: "";
  height: 15px;
  width: 100%;
  left: 50%;
  position: absolute;
  top: -50px;
  z-index: 0;
}

ul.checkout-bar {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background-size: 35px 35px;
  background-color: #ececec;
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.4) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.4) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.4) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.4) 75%,
    transparent 75%,
    transparent
  );
  border-radius: 15px;
  height: 15px;
  margin: 0 -15px 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

ul.checkout-bar:before {
  background-size: 35px 35px;
  background-color: #4f8e5e;
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  content: " ";
  height: 15px;
  left: 0;
  position: absolute;
  width: 14%;
}

ul.checkout-bar li.visited:after {
  background-size: 35px 35px;
  background-color: #036c99;
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  content: "";
  height: 15px;
  left: 50%;
  position: absolute;
  top: -50px;
  width: 100%;
  z-index: 99;
}

.background-image-css {
  /*background-image: url(../img/background-image4.jpg);*/
  /*background-image: url(../img/autumn-nature-detail.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 900px;
  position: absolute;
  background-color: #010101;
  background-attachment: fixed;
}

.not-registered {
  color: #ffffff !important;
  margin-top: 28px;
  overflow: hidden;
  top: 10px;
  position: relative;
}

.not-registered a {
  color: #ffffff;
}

.forgot-pass {
  color: #888888;
  position: relative;
}

.login-form .signin {
  background: #1c2541;
  width: 100%;
  color: #ffffff;
}

.login-form .backtologin {
  background: #1c2541;
  width: 48%;
  color: #1c2541;
  min-width: 150px;
  margin-bottom: 17px;
  border: 2px solid #6fffe9;
}

.login-form .selectrole {
  background: #6fffe9;
  width: 48%;
  color: #1c2541;
  min-width: 150px;
  border: 2px solid #6fffe9;
}

.form-group {
  margin-bottom: 15px !important;
}

.login-form-logo {
  text-align: left !important;
  margin-left: 10px;
  margin-right: 5px;
  color: #ffffff;
  padding: 30px;
}

@media (max-width: 768px) {
  .login-form-logo {
    padding: 5px;
  }

  .login-form-logo .logo-width {
    margin-left: 20px;
    width: 100%;
  }
}

.login-form-logo .logo-width {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 1400px) {
  .login-form-logo .logo-width {
    width: 500px;
  }
}

@media screen and (max-width: 768px) and (min-width: 600px) {
  .login-form-logo .logo-width {
    width: 500px;
  }
}

.text-left {
  margin-top: 20px;
  font-weight: 700;
  color: #ffffff;
}

.line-seperator {
  border-right: 1px solid #ffffff;
}

.login-form {
  color: #ffffff;
  text-align: center;
  margin-left: 45px;
  margin-right: 45px;
  margin-bottom: 45px;
  background: #1c2541;
  border-radius: 9px;
  padding: 30px;
}

@media (max-width: 768px) {
  .login-form {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.login-form h2 {
  /* color: #707070 !important; */
}

.login-form .form-control {
  background: #fff !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8a8a8a !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8a8a8a !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8a8a8a !important;
}

.show_pass_button {
  color: #5bc0be;
  margin-top: 5px;
  margin-bottom: 20px;
  transition: 200ms;
}

.show_pass_button:hover {
  color: #68edd8;
  text-decoration: underline;
}

.show_pass_button_active {
  color: #68edd8;
  text-decoration: underline;
}
