/* contact */
.custom .contact-info {
    color: #686475;
    /*padding: 100px 130px !important;*/
    background-color: #f2f1f6;
}

.custom	.contact-form {
    /*max-width: 100%;*/
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    color: #fff;
    padding: 12% 25% 12% 25%;
    /*min-height: 570px;*/
}

/* progress */
.custom .progress_bar_title {
	left: 0px;
	font-size: 15px;
	top: 0px;
}
.custom .progress_bar_percent_text {
	top: 10px;
    font-size: 32px;
    right: 0px;
    color: #fff;
}
.custom .progress_bar_field_perecent {
	height: 12px;
	top: 22px;
}

.custom .testimonial-content{
	top: -39px;
}

.custom .testimonial-slider-quote {
	margin-bottom: -160px;
}

.custom .testimonial-slider {
	padding-bottom: 10px;
}

.custom .member-content {
    text-align: left;
}

/* new custom css */
.remember-me {
    text-align: left;
    padding: 0;
}

.forgot-password {
    display: inline-block;
    text-align: right;
    padding: 0;
    color: #fff;
    border-style: none !important;
}

.forgot-password a {
	color: #fff !important;
    border-style: none !important;
}

.forgot-password a:hover, .forgot-password a:focus, .forgot-password a:active, .forgot-password a:visited,
 a.forgot-password:hover, a.forgot-password:focus, a.forgot-password:active, a.forgot-password:visited {
	color: #fff !important;
    text-decoration: underline !important;
    border-style: none !important;
}

.service-txt-sm {
    width: 80%;
}

.service-txt-sm p {
    font-size: 16px;
}

.contact-form input[type=password] {
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    line-height: 25px;
    padding: 0;
    outline: none;
    background-color: transparent;
}

.contact-form input[type=password]::-webkit-input-placeholder,
.contact-form label  {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

.contact-form input[type=password]::-moz-placeholder,
.contact-form label  {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    opacity: 1;
}

.contact-form input[type=password]:-ms-input-placeholder,
.contact-form label  {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

.contact-form input[type=password]:-moz-placeholder,
.contact-form label  {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    opacity: 1;
}

.contact-form input[type=password]  {
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.contact-form input[type=email],
.contact-form input[type=password] {
	padding-left: 10px;
	background: transparent;
}  

.contact-form input[type=password]:-webkit-autofill,
.contact-form input[type=password]:-webkit-autofill:hover,
.contact-form input[type=password]:-webkit-autofill:focus,
.contact-form input[type=password]:-webkit-autofill:active,
.contact-form input[type=email]:-webkit-autofill,
.contact-form input[type=email]:-webkit-autofill:hover,
.contact-form input[type=email]:-webkit-autofill:focus,
.contact-form input[type=email]:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@media screen and (max-width: 750px) {
    .service-txt-sm {
        width: 100%;
    }
}

@media screen and (max-width: 805px) {

    .contact-form input[type=password] {
        width: 100% !important;
    }

}

@media screen and (max-width: 991px) {
    .remember-me, .forgot-password {
        color: #fff;
        text-align: center;
    }
}

/* single page news holder */
.custom .post-1 {
    background-color: #fff;
}