.dokan-customer-register {
    max-width: 600px;
    margin: 150px auto;
    padding:45px;
    background: #fbfcfc;
    border-radius: 32px;
    box-shadow: 0px 0px 1px #00000040;
}

.links-container-before {
    display: flex;
    flex-direction:column;
	gap: 20px;
    margin-bottom: 20px;
}

.sign-in p{
    font-size:36px;
    font-weight: 500;
}
.link-before {
display:flex;
gap:10px;
}
.link-before a {
	color: #111111;
  	font-weight: 500;
}
.form-row label {
    display: block;
    color: #222222;
    font-size: 13px;
    font-family: 'Poppins';
    margin-bottom: 5px;
}
.form-row input {
    border: 1px solid #ececec;
    border-radius: 11px;
    padding: 15px;
width: 100% !important;
margin-bottom:10px;
	background-color: #fff;
}

.register input.dokan-btn.dokan-btn-theme {
    background: #b32843 !important;
/*     box-shadow: 0px 0px 5px 1px #00000040 !important; */
    font-family: poppins !important;
    font-size: 16px !important;
    text-align: center !important;
    color: white !important;
    width: 100% !important;
    padding: 16px 0 !important;
    border-radius: 11px !important;
	border: none !important;
}
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    padding: 1em 1.5em;
    margin: 0 0 2em;
    background-color: #f7f6f7;
    border-left: 5px solid #b81c23;
    list-style: none;
}
.woocommerce-error { border-left-color: #b81c23; }
.woocommerce-info { border-left-color: #1e85be; }
.woocommerce-message { border-left-color: #8fae1b; }