<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Register Page */

.registerHeader {
    font-size: 3.3em;
    display: grid;
    justify-content: center;
    margin: 10px;
}

.registerHeader&gt;h2 {
    font-size: 1.1em;
}

.registerForm&gt;form {
    display: grid;
    justify-items: center;
}

.registerFormInputs {
    display: grid;
    justify-items: center;
}

.formInputs {
    height: 44.3px;
    width: 300px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.registerSubmit {
    display: grid;
    justify-content: center;
    background-color: #5bc0de;
    width: 300px;
    height: 46px;
    border-radius: 6px;
    color: white;
    font-size: 1.3em;
}

.registerSubmit:hover {
    background-color: #3bb7dd;
    transition: ease .3s;
}

form p {
    margin: 2px;
    display: block;
}

form p .formInputs {
    height: 44.3px;
    width: 300px;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding-left: 20px;
}

.pchange {
    margin-top: 20px;
    text-align: center;
}

form p .formInputs#id_username {
    margin-top: 30px;
}

hr {
    width: 100%;
}

.StripeCardDetails {
    background-color: ghostwhite;
    padding: 20px;
    margin-bottom: 50px;
}

.autohigh {
    height: auto;
}

.greenerbg {
    background-color: #28d094 !important;
}

.greenerbg h1 {
    color: black;
    padding-bottom: 10px !important;
}

html {
    height: unset;
}

div.choosey .btn {
    width: 100%;
}</pre></body></html>