
/* ---------- ANSICHT CONTENT-SEITEN : Linke Spalte ausblenden ---------- */

.os_main_left_td { display:none }
.os_main_shop { width:100% ; margin:0 ; padding:0 }

.os_customer_flex { display:flex; }

#os_customer_login_outer { display:block; width:100% }
#os_customer_pwlost_outer { display:none; width:100% }

.os_customer_loginwrap { background-color:#fff; border: solid #e8e3d2 4px; width:100%; padding: 20px; }
.os_customer_loginwrap.small_border { border-width:1px; padding: 22px; }

.os_customer_loginwrap button,
.os_customer_loginwrap .os_button_grey { margin-top:15px; width:auto !important; color: #333; background: #fff; border: 1px solid #d9d9d9; padding: 11px 22px; text-align: center; text-decoration: none; display: inline-block; font-size: 18px; font-weight: 700; }
.os_customer_loginwrap button .fa,
.os_customer_loginwrap .os_button_grey .fa { margin-right:10px; color:#b3a369; font-size:1.2em; }
.os_customer_loginwrap button:hover,
.os_customer_loginwrap .os_button_grey:hover { color: #555; background-color: #f9f8f4; border-color: #b3a369; text-decoration: none; }
.os_customer_loginwrap button:active,
.os_customer_loginwrap .os_button_grey:active { background-color:#e9e8e4; }

.os_customer_loginwrap .title { border-bottom: 1px solid #d9d9d9; font-size: 1.7em; line-height: 1.8; margin-top: 0; margin-bottom: 1.25em; color: #333; font-weight: 300; }
.os_customer_loginwrap .subtitle { font-size: 1.2em; line-height: 1.3; margin-bottom: 20px; border-bottom: none; font-weight: 400; }

@media screen and ( max-width:991px) {
	.os_customer_flex { display:block !important; }
}

.os_customer_login_switch { cursor:pointer; margin-top:30px; text-decoration:underline; color: #b3a369; display:inline-block; }
.os_customer_login_switch :hover { color: #b3a369; }

.os_customer_loginwrap .form-group input { width:100%; max-width: 100%; height: auto; transition: none; box-shadow: none;border-radius:0px;  font-size: 1.2em; line-height: 1.5; padding: 7px 20px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

#os_customer_login_outer button, #os_customer_pwlost_outer button{ width:100% !important; }


/* ---------- END ---------- */
