.pstore_login_register_forms .woocommerce-notices-wrapper > .woocommerce-message,
.pstore_login_register_forms .woocommerce-notices-wrapper ul.woocommerce-error li > strong {
display: none;
}
.pstore_login_register_forms {
max-width: 1200px;
margin: 0 auto;
}
* {
box-sizing: border-box;
}
.pstore_login_register_forms .pstore-columns {
display: flex;
flex-wrap: wrap;
max-width: 1200px;
margin-left: -15px !important;
margin-right: -15px !important;
width: 100%;
padding-top: 50px;
float: none !important;
margin: 0 auto !important;
}
.pstore-column-1, .pstore-column-2 {
flex: 0 0 50%;
width: 50%;
margin: 0 !important;
padding: 15px !important;
min-height: 420px;
position: relative;
}
.pstore_login_register_forms .pstore-col-inner {
padding: 20px;
}
.woocommerce-notices-wrapper {
padding-top: 30px;
}
@media (max-width: 767px) {
.pstore-column-1, .pstore-column-2 {
flex: 0 0 100%;
width: 100%;
}
.pstore-custom .pstore-column-2.col-2 {
margin-bottom: 50px !important;
}
}