<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bussiness-form {
    background-image: url(../images/register-form/bg-02.jpg);
    background-size: cover;
    position: relative;
}

#bussiness-form h3{
    font-size: 30px;
    text-transform: uppercase;
    color: #cc232a;
    font-weight: bold;
}

#bussiness-form .form-control{
    border-radius: 1rem;
}

#bussiness-form .btn-register button {
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    width: max-content;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    background-color: #d72229;
    margin: auto;
}
</pre></body></html>