.btn,
.btn-primary,
.btn-default,
.btn-info {
  font-weight: 600;
  font-size: 16px;
  width: 208px;
  height: 48px;
  border-radius: 8px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.btn.small,
.btn-primary.small,
.btn-default.small,
.btn-info.small {
  width: unset;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
}
.btn.full-width,
.btn-primary.full-width,
.btn-default.full-width,
.btn-info.full-width {
  width: 100%;
}
.btn-primary {
  background: #006fff;
}
.btn-primary:hover {
  background: #2d97ff;
}
.btn-primary:active {
  background: #0064d7;
}
.btn-default {
  background: #072144;
}
.btn-default:hover {
  background: #3e5776;
}
.btn-default:active {
  background: #021c3f;
}
.btn-info {
  background: #fff;
  color: #000;
}
.btn-info:hover {
  background: #d1e6ff;
}
.btn-info:active {
  background: #e5e5e5;
}
.text {
  font-weight: 400;
}
.text.primary {
  color: #006fff;
}
.arrow-right-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
}
.register-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0,0,0,0.4);
}
.register-modal.none {
  display: none !important;
}
.register-modal .register-box {
  padding: 30px;
  width: 360px;
  height: 528px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255,255,255,0.95);
  border-radius: 10px;
  -webkit-box-shadow: -10px 20px 60px 0px rgba(110,133,168,0.08);
          box-shadow: -10px 20px 60px 0px rgba(110,133,168,0.08);
  color: #637381;
  font-size: 14px;
}
.register-modal .register-box .top-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/index/tree-trial_a36dfafcf1.png");
  width: 293px;
  height: 66px;
}
.register-modal .register-box .top-header .close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 24px;
  height: 24px;
  background-image: url("../img/landing-page/common/close-icon-black_595eb5099b.png");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.register-modal .register-box .trial-form {
  width: 100%;
  padding: 0;
}
.register-modal .register-box .trial-form li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
.register-modal .register-box .trial-form li label {
  font-size: 12px;
  margin-bottom: 5px;
}
.register-modal .register-box .trial-form li input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  outline: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0 20px;
  background: #fcfdfe;
  border: 1px solid #e9edf4;
  border-radius: 7px;
}
.register-modal .register-box .trial-form li input::-webkit-input-placeholder {
  color: #acb6be;
}
.register-modal .register-box .trial-form li input::-moz-placeholder {
  color: #acb6be;
}
.register-modal .register-box .trial-form li input:-ms-input-placeholder {
  color: #acb6be;
}
.register-modal .register-box .trial-form li input::placeholder {
  color: #acb6be;
}
.register-modal .register-box .trial-form li input:hover,
.register-modal .register-box .trial-form li input:focus {
  border-color: #006fff !important;
}
.register-modal .register-box .trial-form li input.error {
  border-color: #ed4014 !important;
}
.register-modal .register-box .trial-form li input.error + .error-tips {
  display: block;
}
.register-modal .register-box .trial-form li .error-tips {
  display: none;
  color: #ed4014;
  text-align: left;
  font-size: 12px;
  height: 8px;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.register-modal .register-box .tip-text {
  width: 100%;
  text-align: center;
}
