#primary {
    border: 1px solid #ccc;
    text-align: center;
    margin: 50px 0;
    padding: 35px;
    max-width: 500px;
    margin: 0 auto !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    box-shadow: 0px 0 10px #ccc !important;
}
.container {
    float: none;
    margin: 0 auto !important;
}
form.woocommerce-form.woocommerce-form-login.login {
    border: none;
    margin: 0;
    padding: 0;

}

.entry-content {
    width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 45px;
    border: 2px solid #20a5b8;
    width: 100% !important;
    padding: 10px;
    margin-bottom: 15px;
}

h1.entry-title {
    width: 100%;
    text-transform: capitalize;
    margin-top: 0;
}

button.btn.btn-outline-primary {
    transition: all ease 0.5s;
    background: #20a5b8;
    color: #fff;
    padding: 10px 41px;
    border-radius: 50px;
    clear: both;
    display: inline-block;
    margin: 0 auto;
  
    border: none;
    text-transform: uppercase;
}

p.form-row.remember {
    float: left;
}

p.woocommerce-LostPassword.lost_password {
    float: right;
}

::placeholder {
    
    font-size: 14px !important;
}

p.button_container {
    display: inline-block;
    width: 100%;
    text-align: center;
	margin-bottom:0;
}

.woocommerce form .form-row {
    padding: 0;
 
    margin-bottom: 1rem !important;
}

p.woocommerce-LostPassword.lost_password a {
    color: #212529;
}

.entry-content {
    margin-bottom: 0;
    padding-bottom: 0;
}