.form-wrapper.footer {
  max-width: 300px;
}
.form-wrapper.footer h6{
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #BABCD7;
  margin-bottom: 32px;
  max-width: 85%;
}

.live-status .ls-dropdown .status-link{
  margin-top: 48px;
  text-decoration: underline;
}
.form-wrapper.footer form .input{
  position: relative;
}

.form-wrapper.footer form .input::before{
  content: '';
  width: 40px;
  height: 100%;
  background: url('https://testingwww.criipto.com/hubfs/envelope.svg') 14px center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}

.form-wrapper.footer form input[type=email] {
  height: 48px;
  border: 0;
  outline: 0;
  padding: 0 14px 0 42px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  background-color: #473852 !important;
  border: none;
}

.form-wrapper.footer form input[type=email]:placeholder {
  margin-left: 9px;
}

.form-wrapper.footer form .hs_email{
  margin-bottom: 16px;
}

.form-wrapper.footer #hs_form_target_form_531555795 form .hs_email .input input:focus {
 outline: 2px solid transparent;
  transition: 0.3s;
}

.form-wrapper.footer form input[type="email"]{
  height: 48px;
  border: 0;
  outline: 0;
  padding: 0 14px 0 42px;
  font-size: 18px;
  line-height: 24px;
  background: rgba(17, 28, 45, 0.3);
  color: #fff;
  font-weight: 400;
}

.form-wrapper.footer form input[type="email"]:

.form-wrapper.footer #hs_cos_wrapper_module_167336046161311_ form .hs-submit .actions {
  text-align: left !important;
}

.form-wrapper.footer form input[type="submit"]{
  text-transform: uppercase;
  background: #604FED;
  color: #fff;
}
.form-wrapper.footer form input[type="submit"]:hover{
  background: #4F3ED8;
}
.form-wrapper.footer form input[type="submit"]:focus{
  background: #604FED;
}
.form-wrapper.footer form input[type="email"]:focus{
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
}
.form-wrapper.footer form input[type="email"]::placeholder{
  color: rgba(255, 255, 255, 0.6);
}
.form-wrapper.footer form input[type="email"]:-webkit-autofill,
.form-wrapper.footer form input[type="email"]:-webkit-autofill:hover, 
.form-wrapper.footer form input[type="email"]:-webkit-autofill:focus, 
.form-wrapper.footer form input[type="email"]:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 1000px #2c2587 inset;
  -webkit-text-fill-color: #fff;
}

/* .form-wrapper.footer .hs_cos_wrapper_type_form .submitted-message {
  color: #00E043;
} */

.form-wrapper.footer .hs_email .hs-error-msg,
.form-wrapper.footer .hs_error_rollup .hs-main-font-element {
  color: #f97066!important;
  font-weight: 400 !important;
}

.form-wrapper.footer .actions {
  text-align: left;
}

.form-wrapper.footer .hs_email .input {
  max-width: 300px;
  z-index: 0;
}



