/*************acountCss start 21.10.20***************/

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right !important;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 50%;
    overflow: visible;
	display: inline-block;
}

.woocommerce form .form-row label {
    line-height: 2;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
}

.woocommerce label {
    color: #999 !important;
    font-size: 14px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: none;
    color: #555;
    font-size: 14px;
    height: auto;
    padding: 15px 12px;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    margin-bottom: 38px;
	width: 100%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 100%;
}

/*************End acountCss start 21.10.20***************/
.woocommerce form .form-row .woocommerce-Button.button {
	position: relative !important;
	bottom: -33px;
	line-height: 20px;
}

.woocommerce-form-row.form-row {
	float: left;
	position: relative;
}

.woocommerce-ResetPassword.lost_reset_password {
	float: left;
}

.woocommerce-account form.woocommerce-ResetPassword{
    margin-bottom: 15px;
}

.woocommerce-account .vc_custom_1576949494343 {
    margin-left: 0 !important;
}

@media only screen and (max-width: 768px) {
    .woocommerce form .form-row .woocommerce-Button.button {
        bottom: -28px;
        padding: 14px;
    }

}