input:-webkit-autofill {
	width: calc(100% - 16px);
	border-radius: 30px;
	margin: 5px 6px;
	padding-left: 0;
}

#small-preloader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
}

#small-preloader-wrapper img {
    width: 100%;
    max-width: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

header .header-container .header-container-items .header-container-item .header-form .header-form-content .header-form-final{
    text-align: center!important;
}