.helloform {
    position: relative;
	margin-top: 80px;
	line-height: 1.48;
}
#loginForm.helloform, #forgetPassForm.helloform {
	margin-top: 0;
}
.helloform #msgSubmit {
    margin: 0 0 30px;
}
.helloform label {
	font-size: 16px;
}
.helloform .checkbox label {
	font-size: 14px;
}
.helloform .form-group {
	display: table;
    position: relative;
	width: 100%;
    margin: 0 0 30px;
}
.helloform .form-group.col-6 {
    width: 48%;
    padding: 0 1%;
}
.helloform .input-group-icon {
    position: absolute;
	top: 0;
}
.helloform .form-group .input-group-icon {
    border: none;
	border-radius: 4px;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #000;
    display: table-cell;
    font-size: 14px;
    line-height: 40px;
	height: 100%;
    padding: 1px 5px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: 30px;
}
.helloform .form-control {
    background-color: transparent;
    border: 1px solid #3e3e3e;
    border-radius: 5px;
    padding-left: 40px;
	width: calc(100% - 45px);
    max-width: 340px;
    height: 40px;
}
.helloform select.form-control {
    height: 44px;
	width: 100%;
	max-width: 383px;
}
.helloform textarea.form-control {
	width: calc(100% - 55px);
    height: 80px;
    padding: 10px 10px 10px 40px;
	max-width: 320px;
}

.helloform .form-label {
    top: 0;
    color: #a8a8a8;
    cursor: text;
    font-size: 14px;
    font-weight: 400;
    left: 40px;
	padding: 12px 0;
    pointer-events: none;
    transition: top 0.25s ease-out 0s;
    position: absolute;
}
.helloform .form-control:valid ~ .form-label, .helloform .form-control:focus ~ .form-label, .helloform .has-feedback.has-success .form-control:valid ~ .form-label {
    top: -26px;
    left: 12px;
	background-color: rgba(62, 62, 62, 0.99);
	color: #fff;
	padding: 3px 10px;
	border-radius: 5px 5px 0 0;
	text-transform: capitalize;
    transition: top 0.25s ease-in 0s;
}
.helloform .has-feedback .form-control:valid ~ .form-label {
    top: 10px;
    left: 40px;
    background-color: transparent;
    color: #a8a8a8;
}
.helloform textarea.form-control:valid ~ .form-label, .helloform textarea.form-control:focus ~ .form-label {
    top: -25px;
}

.helloform .form-control:focus {
	box-shadow: 0 1px 1px rgba(62, 62, 62, 0.075) inset, 0 0 8px rgba(62, 62, 62, 0.6);
}
.helloform .form-control:focus + .input-group-icon.iconanim i.fa {
	-webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.helloform .btn.dropdown-toggle.btn-default {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
	font-size: 14px;
    color: #555;
    padding: 6px 0;
    text-shadow: none;
}
.helloform span.sub-text {
    top: -50px;
    color: #ce0606;
    font-size: 14px;
    position: absolute;
}
 .has-error .form-control {
    border-color: #ce0606;
}
 .has-error .input-group-icon {
    color: #ce0606;
}
 .has-error .form-control:focus {
    border-color: #3e3e3e;
    box-shadow: 0 1px 1px 0 rgba(62, 62, 62, 0.075) inset, 0 0 6px 0 #3e3e3e;
}
 .has-error .form-control:focus + .input-group-icon {
    color: #000;
}
 .help-block {
    color: #ce0606;
    margin: 0;
    padding-left: 0;
    position: absolute;
    bottom: -24px;
    right: 8px;
}
 .help-block ul li {
    background-color: #ce0606;
    color: rgba(255, 255, 255, 0.99);
	padding: 1px 5px;
    border-radius: 2px;
    top: 0;
	position: relative;
	margin-left: 5px;
	max-height: 20px;
	font-size: 12px;
}
 .help-block ul li::after {
	content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 50%;
    top: -9px;
    border: 5px solid transparent;
    border-bottom: 5px solid #ce0606;
}
 .help-block ul.list-unstyled {
    list-style: none;
	padding-left: 5px;
}
#msgContactSubmit.h3, #msgRegisterSubmit.h3, #msgResetPassSubmit.h3, #msgForgetPassSubmit.h3, #msgSubscribeSubmit.h3,
#msgReviewSubmit.h3, #msgQuoteSubmit.h3, #msgPaymentSubmit.h3 {
    padding: 0 0 30px;
	text-align: left;
	font-size: 24px;
}
 .text-success, .text-success, #msgContactSubmit .text-success {
    color: #37a000;
	margin-bottom: 30px;
}
 .text-danger, .text-danger {
    color: #ce0606;
}
 .btn.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
 .form-group .checkbox {
    margin: 0;
}
.helloform input[type="checkbox"] {
    margin-top: 5px;
	width: auto;
}

.helloform .form-group h5 {
    margin: 0 0 10px;
}
.forget-pass-link {
    text-align: right;
    margin-top: -25px;
    width: 100%;
    font-size: 14px;
    margin-right: 15px;
}

.helloform .input-group-btn ~ .form-control {
    border-radius: 0 4px 4px 0;
	cursor: not-allowed;
	padding-left: 10px;
	width: calc(100% - 118px);
}
.helloform .input-group-btn > .btn {
    background-color: #3e3e3e;
    border: 1px solid #3e3e3e;
    border-radius: 4px 0 0 4px;
	color: #fff;
    padding: 9px 14px;
	height: 34px;
	font-size: 16px;
	display: inline;
}
.helloform .input-group-btn > .btn > input[type="file"] {
    display: none;
}

/*Success/error icon*/
.helloform .has-feedback.has-error.has-danger::before {
    color: #ce0606;
	font-family: fontawesome;
	font-size: 24px;
	content: "\f057";
	position: absolute;
	left: -14px;
	top: -20px;
}
.helloform .has-feedback.has-success::before {
    color: #12bc00;
	font-family: fontawesome;
	font-size: 24px;
	content: "\f058";
	position: absolute;
	left: -14px;
	top: -20px;
}

/*select box*/
.helloform select {
	background-color: white;
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #3e3e3e 50%),
		linear-gradient(135deg, #3e3e3e 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
	background-position: calc(100% - 18px) calc(1em + 2px),
		calc(100% - 13px) calc(1em + 2px),
		calc(100% - .5em) .5em;
	background-size: 5px 6px, 6px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
}
.helloform select::-ms-expand {
    display: none;
}
.helloform select:focus {
	background-image: linear-gradient(45deg, transparent 50%, #3e3e3e 50%),
		linear-gradient(135deg, #3e3e3e 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
}



/*
|----------------------------------------------------------------------------
| Math Captcha
|----------------------------------------------------------------------------
*/
#humanCheckCaptchaBox {
    font-size: 16px;
    color: #fff;
}
#humanCheckCaptchaBox, #humanCheckCaptchaInput, #firstDigit, #secondDigit,  #mathfirstnum, #mathsecondnum {
    display: inline;
}
#humanCheckCaptchaInput.form-control {
    height: 30px;
    margin-left: 10px;
    padding: 4px;
    text-align: center;
    width: 45px;
}
#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
	border: none;
	box-shadow: none;
    width: 30px;
    height: 30px;
	padding: 0;
    pointer-events: none;
    text-align: center;
}

#capta{
    padding-left: 30px;
}


/************ sweet-alert **************/
.sweet-alert button {
    background-color: #0379ca;
}
.sweet-alert {
	padding: 20px;
}
.sweet-alert .sa-icon {
    margin: 0 auto 20px;
}
.sweet-alert h2 {
    margin: 20px 0;
}
.sweet-alert button {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 5px 0;
    padding: 6px 30px;
}
.sweet-alert .sa-icon.sa-error {
    border-color: #ce0606;
}
.sweet-alert .sa-icon.sa-error .sa-line {
    background-color: #ce0606;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    border: 4px solid rgba(60, 118, 61, 0.4);
}
.sweet-alert .sa-icon.sa-success .sa-line {
    background-color: #3c763d;
}

