/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 2.7.0.1599654547
Updated: 2020-09-09 12:29:07

*/


/* Custom login page */

.lespres-login-form, .lespres-signup-form{
    max-width: 400px;
    padding: 50px 0px;
    margin: auto;
}

.lespres-login-form form{
    margin-top: 50px;
}

.lespres-login-form h3, .lespres-signup-form h3{
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}


.lespres-form-wrapper{
    padding: 40px;
    border-radius: 5px;
    background-color: #FFFBEF;
}

.lespres-login-form button[type="submit"], .lespres-signup-form button[type="submit"]{
    width: 100%;
    background-color: #003152;
    border-radius: 4px;
    margin-top: 10px;
}

.lespres-input-group{
    margin-bottom: 20px;
}

.lespres-input-field input{
   	width: 100%;
	margin-top: 5px;
	background-color: #fff;
	border: 2px solid #E0E0E0 !important;
	border-radius: 4px;
	box-shadow: none;
}

.lespres-login-form .lespres-input-field input{
    padding-right: 34px;
	padding-left: 34px;
}

.lespres-input-field{
    position: relative;
	width: 100%;
}

.lespres-input-icon{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

.lespres-input-icon-l{
    left: 10px;
}

.lespres-input-icon-r{
    right: 10px;
}