.pricingform-sec .hs-form-field > label {
	display:none;
}

.pricingform-sec .hs-form-field .input {
	margin-right:12px!important;
	margin-left: 12px!important;
}

.pricingform-sec .hs-form-field .hs-input{
	 width: 100%;
	background-color: transparent;
	height: 56px;
	border-radius: 4px;
	padding: 0px 10px;
	color: #656565;
	border: 1px solid #c1b9b9;
	margin-bottom:16px;
}

.pricingform-sec .no-list {
    padding-top: 10px;
	margin-bottom:0px;
	margin-right:12px!important;
	margin-left: 12px!important;
}

.pricingform-sec .no-list label{
	color:#656565;
	font-size:14px;
}

.pricingform-sec .hs_error_rollup .hs-main-font-element {
    display: none;
}

.pricingform-sec .hs_submit {
	max-width: 500px;
}

.pricingform-sec .hs_submit .actions {
	margin-right:12px!important;
	margin-left: 12px!important;
}

.pricingform-sec .hs_submit input[type="submit"]{
    color: #ffffff;
	background-color: #7327CC;
	height: 56px;
	border-radius: 4px;
	padding: 0px 20px;
	border: 0px;
	min-width: max-content;
	width: 100%;
	margin-top: 10px;
}

.pricingform-sec .hs_submit input[type="submit"]:hover {
    background-color: #000044;
}

.form-dark-theme form{
    display: flex;
    width: 100%;
    max-width: 390px;
    height: 48px;
    border: 1px solid #914DE0;
    padding: 2px;
    border-radius: 4px;
}

.form-dark-theme .hs_email {
    width: 100%;
}

.form-dark-theme .hs_email > label {
    display: none;
}

.form-dark-theme .hs_email input[type="email"]{
    width: 100%;
	background-color: transparent;
	height: 42px;
	border: 0px;
	padding: 0px 10px;
	color: #fff;
}

.form-dark-theme .hs-input::-webkit-input-placeholder { /* Edge */
  color:#fff;
}

.form-dark-theme .hs-input:-ms-input-placeholder { /* Internet Explorer */
  color:#fff;
}

.form-dark-theme .hs-input::placeholder {
  color:#fff;
}

.form-dark-theme .hs_submit input[type="submit"]{
    color: #ffffff;
	background-color: #7327CC;
	height: 42px;
	border-radius: 4px;
	padding: 0px 20px;
	border: 0px;
	min-width: max-content;
}

.form-dark-theme .hs_submit input[type="submit"] {
	padding-right: 45px !important;
	background-image: url(../images/ic_right-arrow-white.svg);
	background-position: center right 15px;
    background-repeat: no-repeat;
}


.form-dark-theme .hs_submit input[type="submit"]:hover {
    background-color: #914DE0;
}

.form-dark-theme .hs_submit input[type="submit"]:focus {
	 background-color: #BE87FF;
}

.form-dark-theme .no-list {
    padding-top: 10px;
	margin-bottom:0px;
	padding-left: 0;
    list-style: none;
}

.form-dark-theme .no-list label {
    color: #fff;
	font-size:14px;
}

.form-dark-theme .hs_error_rollup {
   position: absolute;
    top: 50px; 
}

.form-dark-theme .hs_error_rollup .hs-main-font-element {
    display: none;
}

.form-light-theme form{
    display: flex;
    width: 100%;
    max-width: 390px;
    height: 48px;
    border: 1px solid #914DE0;
    padding: 2px;
    border-radius: 4px;
}

.form-light-theme .hs_email {
    width: 100%;
}

.form-light-theme .hs_email > label {
    display: none;
}

.form-light-theme .hs_email input[type="email"]{
    width: 100%;
	background-color: transparent;
	height: 42px;
	border: 0px;
	padding: 0px 10px;
	color:#656565;
}

.form-light-theme .hs-input::-webkit-input-placeholder { /* Edge */
  color:#656565;
}

.form-light-theme .hs-input:-ms-input-placeholder { /* Internet Explorer */
  color:#656565;
}

.form-light-theme .hs-input::placeholder {
  color:#656565;
}

.form-light-theme .hs_submit input[type="submit"]{
    color: #ffffff;
	background-color: #7327CC;
	height: 42px;
	border-radius: 4px;
	padding: 0px 20px;
	border: 0px;
	min-width: max-content;
}

.form-light-theme .hs_submit input[type="submit"] {
	padding-right: 45px !important;
	background-image: url(../images/ic_right-arrow-white.svg);
	background-position: center right 15px;
    background-repeat: no-repeat;
}


.form-light-theme .hs_submit input[type="submit"]:hover {
    background-color: #000044;
}

.form-light-theme .no-list {
    padding-top: 10px;
	margin-bottom:0px;
	padding-left: 0;
    list-style: none;
}

.form-light-theme .no-list label {
    color:#656565;
	font-size:14px;
}

.form-light-theme .hs_error_rollup {
   position: absolute;
    top: 50px; 
}

.form-light-theme .hs_error_rollup .hs-main-font-element {
    display: none;
}