/*-----------------------------------------------------

FILENAME: signup.css

This is the global stylesheet for all pages.

-----------------------------------------------------*/

html, body {
    background-color: #000000;
    color: #ffffff;
}

.pagetitle {
    color: #c69b63;
    font-size: 24px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pagesubtitle {
    font-size: 18px;
}

.mastertitlebox {
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}

.outerbox {
    width: 98%;
    text-align: center;
}

.safebox {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.titlebox {
    text-align: center;
}

.successtitle {
    margin-top: 30px;
}

.widebox {
    text-align:center;
    width: 80%;
    margin: 0 auto;
}




/*-----------------------------------------------------

Styling for index.php

-----------------------------------------------------*/

.gifbox {
    text-align: center;
}

.herobox {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.formtitle {
    font-size: 22px;
    font-weight: 400;
}

.sidebox {
    display: inline-block;
    vertical-align:top;
    width: 30%;
}

.leanleft {
    text-align: left;
}

.orc-c-field__label {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: -20px;
}

select {
    color: #ffffff;
    /*margin-top: 0px;*/
}

.buttonbox {
    margin: 20px 20px 20px 20px;
}

.buttonbox input {
    background-color: #612c73;
    color: #ffffff;
}




/*-----------------------------------------------------

Styling for success.php

-----------------------------------------------------*/

.successbox {
    margin-top: 10px;
}

.codebox {
    margin-top: 40px;
}

.machinecode {
    font-size: 30px;
    font-weight: 900;
    margin-top: -14px;
}

.restart {
    margin-top: 50px;
}

