@charset "UTF-8";
/*Fonts family*/
/*Font sizes*/
/*Colors*/
/*Hover Colors*/
/*Variables*/
/*Functions*/
/*Bases*/
#scrollUp {
  background-image: url("QgNjzgEU5SBKDBuaL0uSqPSvgjy2xbjhhaaUjoVf6XU.png");
  bottom: 20px;
  left: 20px;
  width: 38px;
  /* Width of image */
  height: 38px;
  /* Height of image */
}
.blink {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}
.gradient-navbar {
  background: #333333;
  background: -moz-linear-gradient(45deg, #333333 0%, #696969 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #333333), color-stop(100%, #696969));
  background: -webkit-linear-gradient(45deg, #333333 0%, #696969 100%);
  background: -o-linear-gradient(45deg, #333333 0%, #696969 100%);
  background: -ms-linear-gradient(45deg, #333333 0%, #696969 100%);
  background: linear-gradient(45deg, #333333 0%, #696969 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#696969, GradientType=1);
}
.gradient-orange {
  background: #ff7f4a;
  background: -moz-linear-gradient(45deg, #ff7f4a 0%, #ffa37d 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff7f4a), color-stop(100%, #ffa37d));
  background: -webkit-linear-gradient(45deg, #ff7f4a 0%, #ffa37d 100%);
  background: -o-linear-gradient(45deg, #ff7f4a 0%, #ffa37d 100%);
  background: -ms-linear-gradient(45deg, #ff7f4a 0%, #ffa37d 100%);
  background: linear-gradient(45deg, #ff7f4a 0%, #ffa37d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@orange', endColorstr='@lightOrange', GradientType=1);
}
.gradient-purple {
  background: #6f31c4;
  background: -moz-linear-gradient(45deg, #6f31c4 0%, #8a54d4 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #6f31c4), color-stop(100%, #8a54d4));
  background: -webkit-linear-gradient(45deg, #6f31c4 0%, #8a54d4 100%);
  background: -o-linear-gradient(45deg, #6f31c4 0%, #8a54d4 100%);
  background: -ms-linear-gradient(45deg, #6f31c4 0%, #8a54d4 100%);
  background: linear-gradient(45deg, #6f31c4 0%, #8a54d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@purple', endColorstr='@lightPurple', GradientType=1);
}
.gradient-grey {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f4f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f4f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f2f4f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f4f7', GradientType=0);
  /* IE6-9 */
}
.separator {
  display: block;
  width: 75px;
  height: 4px;
  background: #ff7f4a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 35px;
  margin-bottom: 40px;
}
.separator-purple {
  display: block;
  width: 75px;
  height: 4px;
  background: #6f31c4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 35px;
  margin-bottom: 40px;
}
.parallax-content {
  min-height: 300px !important;
  background: transparent !important;
}
.separator-blue {
  background: #79aae4;
}
.btn-orange {
  background-color: #ff7f4a;
  color: #ffffff;
  transition: all .2s;
}
.btn-purple {
  background-color: #6f31c4;
  color: #ffffff;
  transition: all .2s;
}
.btn-blue {
  background-color: #79aae4;
  color: #ffffff;
  transition: all .2s;
}
.btn-red {
  background-color: #d85464;
  color: #ffffff;
  transition: all .2s;
}
.btn-green {
  background-color: #92c659;
  color: #ffffff;
  transition: all .2s;
}
.btn-grey {
  background-color: #a7a7a7;
  color: #ffffff;
  transition: all .2s;
}
.btn-black {
  background-color: #333333;
  color: #ffffff;
  transition: all .2s;
}
.btn-orange:hover {
  background-color: #ff5b17;
  color: #ffffff;
  transition: all .2s;
}
.btn-purple:hover {
  background-color: #58279b;
  color: #ffffff;
  transition: all .2s;
}
.btn-blue:hover {
  background-color: #4f8fdb;
  color: #ffffff;
  transition: all .2s;
}
.btn-red:hover {
  background-color: #cb2e41;
  color: #ffffff;
  transition: all .2s;
}
.btn-green:hover {
  background-color: #79b03c;
  color: #ffffff;
  transition: all .2s;
}
.btn-grey:hover {
  background-color: #8e8e8e;
  color: #ffffff;
  transition: all .2s;
}
.btn-black:hover {
  background-color: #1a1a1a;
  color: #ffffff;
  transition: all .2s;
}
/*Labels colors*/
.label-orange {
  background: #ff7f4a;
  font-size: 12px;
}
.label-purple {
  background: #6f31c4;
  font-size: 12px;
}
.label-blue {
  background: #79aae4;
  font-size: 12px;
}
.label-red {
  background: #d85464;
  font-size: 12px;
}
.label-green {
  background: #92c659;
  font-size: 12px;
}
.label-grey {
  background: #a7a7a7;
  font-size: 12px;
}
.label-black {
  background: #333333;
  font-size: 12px;
}
/*Text colors*/
.color-orange {
  color: #ff7f4a !important;
}
.color-purple {
  color: #6f31c4 !important;
}
.color-blue {
  color: #79aae4 !important;
}
.color-red {
  color: #d85464 !important;
}
.color-green {
  color: #92c659 !important;
}
.color-grey {
  color: #a7a7a7 !important;
}
.color-black {
  color: #333333 !important;
}
.color1 {
  color: #ff6384;
}
.color2 {
  color: #ff9f40;
}
.color3 {
  color: #ffcd56;
}
.color4 {
  color: #4bc0c0;
}
.color5 {
  color: #36a2eb;
}
.color6 {
  color: #9966ff;
}
.color7 {
  color: #c9cbcf;
}
.color8 {
  color: #646464;
}
.color9 {
  color: #ffc0cb;
}
/*Loaders*/
/*Loader*/
.dots-loading:after {
  content: '.';
  border-radius: 50px;
  animation: dots 1s steps(5, end) infinite;
  font-size: 32px;
  position: relative;
  line-height: 0px;
  margin-left: -10px;
}
.content-login-block {
  min-height: 700px;
  padding-top: 20px;
}
.content-login-block .row {
  margin: 0 auto;
}
.content-form,
.content-login {
  background: #ffffff;
  border: 1px solid rgba(167, 167, 167, 0.3);
  padding: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  min-height: 530px;
  margin-bottom: 40px;
}
.content-form,
.content-login-register {
  min-height: 600px;
}
.content-login-block-again .content-form,
.content-login-block-again .content-login {
  min-height: 420px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: SX-Font-SemiBold;
}
.btn-send-form {
  padding: 16px;
  text-transform: uppercase;
  font-family: SX-Font-SemiBold;
  width: 100%;
}
.btn-loading-login,
.btn-loading-login:hover,
.btn-loading-login:focus {
  padding: 16px;
  text-transform: uppercase;
  font-family: SX-Font-SemiBold;
  width: 100%;
  background: rgba(167, 167, 167, 0.3);
  color: #a7a7a7;
  cursor: not-allowed;
}
.btn-forgot-pass i {
  margin-right: 5px;
}
.btn-forgot-pass {
  border: 1.5px solid rgba(51, 51, 51, 0.5);
  color: rgba(51, 51, 51, 0.5);
  padding: 12px;
  width: 100%;
  display: block;
  margin-top: 40px;
  transition: all .2s;
  margin-bottom: -10px;
}
.btn-forgot-pass:hover {
  background: #333333;
  color: #ffffff;
  border: 1.5px solid #333333;
  transition: all .2s;
}
.form-group {
  margin-bottom: 25px;
}
.form-control {
  background-color: #f3f3f3;
  height: 45px;
  border: 1px solid #e7e7e7;
  transition: all .2s;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  outline: none;
}
.content-form p {
  color: #a7a7a7;
  margin-bottom: 30px;
}
.form-control:focus {
  background-color: #ffffff;
  transition: all .2s;
  outline: none;
}
.checkbox {
  text-align: center;
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #a7a7a7;
  font-size: 15px;
}
.content-login {
  background-image: url('VJZTVqkcbGSkos4jSP9Qs5icQiSs2K0cvweC80DOvA6.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-left: 8px solid #ff7f4a;
}
.content-login ul {
  font-size: 15px;
  width: 75%;
}
.content-login h4 {
  font-family: SX-Font-SemiBold;
  color: #333333;
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.content-login p {
  font-size: 15px;
  width: 75%;
}
.content-login ul li {
  margin-bottom: 25px;
  color: #9a9a9a;
  text-shadow: 0px 0px 10px #ffffff;
}
.content-login ul li span {
  width: 26px;
  height: 26px;
  border: 2px solid #ff7f4a;
  display: block;
  float: left;
  text-align: center;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ff7f4a;
  padding-top: 1px;
}
.register-block-login hr {
  margin-top: 50px;
  background: rgba(167, 167, 167, 0.4);
  border-color: rgba(167, 167, 167, 0.4);
  color: rgba(167, 167, 167, 0.4);
}
.register-block-login .or {
  margin: 0 auto;
  width: 75px;
  background: #ffffff;
  text-align: center;
  color: #a7a7a7;
  position: relative;
  top: -30px;
}
.register-block-login a {
  border: 1.5px solid #ff7f4a;
  color: #ff7f4a;
  padding: 12px;
  width: 100%;
  display: block;
  margin-top: 0px;
  transition: all .2s;
  margin-bottom: -10px;
}
.register-block-login a b {
  font-family: SX-Font-SemiBold;
}
.register-block-login a:hover {
  background: #ff7f4a;
  color: #ffffff;
  transition: all .2s;
}
input.error {
  border: 2px solid #d85464;
  background: rgba(216, 84, 100, 0.1);
}
label.error {
  color: #d85464;
  padding: 2px;
}
.loadingData {
  text-align: center;
  padding-top: 140px;
  color: #a7a7a7;
}
.loadingData .fa-2x {
  color: #79aae4;
}
.loadingData p {
  font-size: 16px;
  margin-top: 20px;
}
.checkmark__circle {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  stroke-width: 10;
  stroke-miterlimit: 15;
  stroke: #92c659;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #92c659;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.check-wrong {
  box-shadow: inset 0px 0px 0px #d85464;
  animation: fillred 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.check-wrong .checkmark__circle {
  stroke: #d85464;
  stroke-width: 52px;
}
.doneRegister {
  text-align: center;
}
.doneRegister p,
.wrongRegister p {
  color: #a7a7a7;
}
.wrongRegister {
  text-align: center;
}
.doneRegister p.title,
.wrongRegister p.title {
  font-size: 18px;
  color: #333333;
  font-family: SX-Font-SemiBold;
}
.wrongRegister .btn-back {
  border: 2px solid #79aae4;
  padding: 15px 30px;
  color: #79aae4;
  font-size: 18px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.wrongRegister .btn-back:hover {
  border: 2px solid #79aae4;
  padding: 10px 25px;
  color: #ffffff;
  background: #79aae4;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
}
.doneRegister .btn {
  margin-top: 20px;
  text-transform: uppercase;
  padding: 15px 25px;
}
.btn-select-type-user {
  margin-top: 10px;
  width: 100%;
  margin-bottom: -10px;
}
.btn-select-type-user .btn {
  width: 50% !important;
  margin-right: -1px;
  font-size: 15px;
  outline: none;
}
.btn-select-type-user .btn:focus {
  outline: none;
}
.btn-select-type-user .btn.active {
  color: #ffffff;
  background: #ff7f4a;
  outline: none;
  font-family: SX-Font-SemiBold;
}
.class-hidden {
  height: 20px;
  width: 80%;
  margin-top: -12px;
  margin-right: 15px;
  margin-bottom: 8px;
}
.autocomplete-email-css {
  color: #79aae4 !important;
  margin-top: 5px;
}
.autocomplete-email-css2 {
  color: #79aae4 !important;
  margin-top: 6px;
}
.send-email-forget i {
  text-align: center;
  font-size: 46px;
  color: #92c659;
  display: block;
  margin-bottom: 20px;
  margin-top: -10px;
}
.send-email-forget p {
  font-size: 15px;
}
.send-email-forget .email {
  color: #333333;
  font-family: SX-Font-SemiBold;
}
.send-email-forget .btn-blue {
  padding: 12px;
  text-transform: uppercase;
}
.send-email-forget hr {
  display: block;
  margin: 30px 0px;
}
.send-email-forget .btn-simple {
  text-align: center;
  display: block;
  width: 100%;
}
.send-email-forget .forgetpass-faq-content {
  background: rgba(167, 167, 167, 0.2);
  margin-top: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #818181;
  padding: 20px;
}
.send-email-forget .forgetpass-faq-content p {
  font-size: 14px;
  color: #818181;
}


