/*
Theme Name: Flatsome child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.login-bg {
    background-color: #f6f3ed;
    padding: 3%;	
}



.col2-set#customer_login .col-1 {
    width: 50%;
    float: left;
}


.col2-set#customer_login .col-2 {
    width: 50%;
    float: right;
}

.woocommerce-form-login .button {
    width: 100%;
}

#customer_login form.login p.lost_password, #customer_login .kg-create-new-popop, .page-template-pet-dealer-template .kg-login-form .kg-dealer-popop-body p.woocommerce-LostPassword.lost_password {
    text-align: center;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.col2-set#customer_login .col-1 {
    width: 100%;
    float: left;
		max-height: 300px;
}


.col2-set#customer_login .col-2 {
    width: 100%;
    float: right;
}
	
	.footer-widgets #text-6, .footer-widgets #text-5 { text-align: center; }
	
	.footer-widgets #text-4, .footer-widgets #text-3 { width: 50%; float: left; }
	
	.row.mijn-dieren .dier {
    padding: 0px 0px 0px 0px;
}
	.row.mijn-dieren .gegevens {
    padding: 0px 15px 0px 15px;
}

}