Registration-Form / RegistrationForm / Scripts / Styles.css
Styles.css
Raw
body {
    background-color: #FFFAED;
    font-family: 'Segoe UI', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
}

.footer h4 {
    padding-left: 30px;
    font-weight: bold;
    font-family: Georgia, serif;
    color: #050A30
}

.footer p1 {
    font-family: Arial Narrow,Arial,sans-serif;
    text-align: left;
    font-size: 12px;
}

.footer p3 {
    margin: auto;
    font-family: Arial Narrow,Arial,sans-serif;
    font-size: 10px;
    width: 100%; 
}