<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.customer.register {
    padding-bottom: 104px;
}
.customer.register &gt; h1 {
    font-family: "Prata", serif;
    font-size: 46px;
    line-height: 52px;
    color: #413936;    
}
.customer.register #create_customer label {
    padding: 10px 0 10px 15px;
}
.customer.register #create_customer &gt; button {    
    background-color: #413936;
    color: #FFF;
    padding: 13px 25px 13px 25px;
    border-radius: 13px;
}
.customer.register #create_customer &gt; button::before,
.customer.register #create_customer &gt; button::after {
    display: none;
}
.customer.register ul {
    background-color: #F6F5F2;
    border-radius: 13px;
    padding: 10px;
    list-style-type: none;
}
.customer.register ul &gt; li a {
    color: #413936;
    text-decoration: none;
}</pre></body></html>