body {
    font-size: 18px !important;
    font-family: arial;
}

.background {
    position: fixed;
    height: 100vh;
    width: 100vw;
    content: "";
    background-image: url("images/terraCotta LOGO - balls.png") !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 50% !important;
    opacity: 0.08;
    margin: 0px;
    padding: 0px;
    left: 0;
}

.login-box {
    z-index: 1000;
    position: relative;
    width: 450px;
}

.login-box-body {
    padding: 40px 20px;
}

.divHeader {
    margin: 0 auto;
    width: 990px;
}

.divLogin {
    color: #1E3B75;
    margin: 0 auto;
    margin-top: 40px;
    width: 450px;
    border: 2px solid #ccc;
    text-align: justify;
    border-radius: 5px;
}

    .divLogin td {
        padding: 8px 10px;
        font-size: 10pt;
    }

    .divLogin table {
        padding: 15px;
        border-radius: 5px;
    }

.divMessage {
    margin: 0 auto;
    margin-top: 40px;
    width: 800px;
    border: 1px solid #ACACAC;
    padding: 20px;
}

.noBorder {
    border: 0px solid #AAAAAA;
}

.smallMarginTop {
    margin-top: 10px;
}

.smallerFont {
    font-size: 8pt;
}

.buttonLogin {
    background: -webkit-gradient(linear, left top, left bottom, from(darkgreen), to(lightgreen));
    background: -moz-linear-gradient(top, darkgreen, lightgreen);
    -ms-filter: " progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#555555') progid:DXImageTransform.Microsoft.gradient(startColorstr='darkgreen', endColorstr='lightgreen') ";
    border: 1px solid darkgreen;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    width: 100px;
    height: 32px;
    cursor: pointer;
}

.greyFont {
    color: grey;
}

.titleRow, td.titleRow {
    border-bottom: 1px solid #aaaaaa !important;
    background-color: #CCCCCC;
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#EEE));
    background: -moz-linear-gradient(top, #ccc, #EEE);
    -ms-filter: " progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#555555') progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#EEEEEE') ";
    color: Black;
    font-size: 10pt;
    font-weight: bold;
    padding: 15px;
}

.spaceTop, td.spaceTop {
    padding-top: 20px !important;
}

.titleCell2 {
    width: 110px;
}

#password-rules {
    padding-left: 16px;
    line-height: 1;
}

.login-box i {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

input[type="email"], input[type="password"], input[type="tel"], input[type="text"] {
    font-size: 14px;
}

    input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 14px;
    }

    input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder { /* Firefox 19+ */
        font-size: 14px;
    }

    input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder { /* IE 10+ */
        font-size: 14px;
    }

    input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder { /* Firefox 18- */
        font-size: 14px;
    }

button {
    font-size: 14px !important;
}

#email-logon-actions a {
    font-size: 16px !important;
}

.form-confirm-reset-code {
    display: flex;
}

    .form-confirm-reset-code > input:not(:last-child) {
        margin-right: calc((100% - 55px*5) / 4);
    }

.code-input {
    background: #D4E2ED;
    padding: 3px;
    width: 5.5rem;
    font-size: 3rem;
    text-align: center;
    border: 4px solid transparent;
}

    .code-input:invalid {
        box-shadow: none;
    }

    .code-input:focus {
        outline: none;
        border: 4px solid #EBB447;
    }


@media screen and (max-width: 480px) {
    .login-box {
        width: 100%;
        max-width: 450px;
    }

    .login-box-body {
        padding: 40px 10px;
}
}