.red {
    color: #FA2D28;
}
.inside {
     color: #38393A;
}
* {
    outline: none !important;
}
p {
    line-height: 1.425 !important;
}

.intro-wrapper h2 {
    text-align: left;
}
.devcon-form-wrap {
    margin: 0 -20px;
}
.devcon-registration-content .right {
    text-align: right;
}
.devcon-registration-content .right img {
    width: 230px;
    height: auto;
}
.form-item {
    padding: 20px 20px 0;
    margin: 0;
}
.form-item label {
    font-weight: bold;
}
.form-item .form-input {
    margin-top: 10px;
}
.form-item .form-input p.error-text,
.checkbox-wrap p.error-text {
    margin: 4px 0 0;
    color: #FA2D28;
    font-size: 0;
    opacity: 0;
    height: 20px;
}
.form-item .form-input input {
    height: 36px;
    width: 100%;
    padding: 0 12px;
    background-color: #F3F3F3;
    border: 1px solid #F3F3F3;
    border-radius: 4px;
}
.form-item .form-input input:focus {
    border-color:#1290D8;
}
.form-item.error,
.checkbox-wrap.error {
    background-color: transparent;
    background-image: none;
    border: none;
}
.form-item.error .form-input p.error-text,
.checkbox-wrap.error p.error-text  {
    font-size: 16px;
    opacity: 1;
}
.form-item.error label {
    color: #FA2D28;
}
.checkbox-wrap.error label {
    color:  #38393A;
}
.form-item.error .form-input input {
    border-color: #FA2D28 !important;
}
.checkbox-wrap {
    margin-top: 50px;
}
.checkbox-wrap label {
    position: relative;
    display: block;
    cursor: pointer;
}
.checkbox-wrap label input,
.checkbox-wrap label .icheckbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    margin: 0;
    opacity: 0;
}
.checkbox-wrap label .icheckbox.checked + .checkbox {
    border-color: #FA2D28;
    background-color: white;
}
.checkbox-wrap label .icheckbox.checked + .checkbox:before {
    display: block;
    content: "\2713";
    text-align: center;
    font-size: 22px;
    color: #FA2D28;
}
.checkbox-wrap .checkbox {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #F3F3F3;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 4px;
    border: 1px solid #F3F3F3;
}
.devcon-registration-desc h4 {
    color: #9B9B9B;
    margin: 30px 0 0;
    font-size: 14px;
}
.devcon-registration-desc p {
    color: #9B9B9B;
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 14px;
}
.devcon-registration-desc a {
    color: #FA2D28 !important;
    text-decoration: none;
}
.devcon-registration-desc a:hover {
    text-decoration: underline;
}
.btn {
    margin-top: 50px;
    background-color: #FA2D28;
    border: 1px solid #FA2D28;
    width: 170px;
    height: 40px;
    color: white;
    border-radius: 4px;
    font-size: 16px;
}
.btn:hover {
    background-color: white;
    color: #FA2D28;
    cursor: pointer;
}

.subscribe-msg {
    position: fixed;
    top: 0;
    display: none;
    z-index: 1000;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "PingFangSC-Light", "PingFang SC Light", "黑体", sans-serif !important;
    left: 0;
    right: 0;
    color: #fff;
    bottom: 0;
    background: rgba(0,0,0,0.2);
}
.subscribe-msg .content {
    width: 80%;
    height: 60%;
    max-width: 700px;
    max-height: 400px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 6px #fff;
    color: #333;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    padding: 25px 117px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    right: 0;
    text-align: center;
}
.subscribe-msg h2 {
    font-size: 24px;
    margin-top: 0 !important;
    font-weight: normal;
    text-align: center;
}
.subscribe-msg h3 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
.spinner {
    margin: -10px -40px;
    width: 70px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
}
.spinner>div {
  width: 16px;
  height: 16px;
  background-color: #c60724;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loading-subscribe.subscribe-msg .content h3 {
    left: 0;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
