
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #2b2e35;
    font-family: arial, verdana, sans-serif;
    color: white;
}

a, a:active {
    text-decoration: none;
    color: #ea8023;
}

a:hover {
    opacity: 70%;
}

.content-box {
    margin: 0 auto;
    max-width: 1200px;
    padding: 30px 20px;
}

#main-container {
    background: url("/public_img/c_web_frontpage_new.jpg") no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover !important;
    -o-background-size: cover;
    background-size: cover;
}

#main-container.activation,
#main-container.confirm-password {
    min-height: 100vh;
}

#logo-section {
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

#logo-section .banner img {
    width: 80%;
    max-width: 350px;
}

.login-box {
    margin: 30px auto;
    margin-bottom: 100px;
    max-width: 80%;
    background-color: #2b2e35;
    border-radius: 5px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.login-box h1, #user-activation-form h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
}

.login-box div.activation-error h1,
.login-box div.already-activated h1 {
    text-align: start;
    font-size: 22px;
}

.login-box div.activation-error p,
.login-box div.already-activated p,
.login-box div#user-activation-confirmed p {
    font-size: 14px;
}

#user-activation-form p.subheader {
    font-size: 16px;
    color: #EA8023;
}

#main-container.activation .suggest-apps .image-box {
    text-align: center;
}

label {
    display: block;
    color: gray;
    font-size: 12px;
}

input[type=text], input[type=email], input[type=password], input[type=submit], input[type=button] {
    height: 40px;
    width: 100%;
    padding: 5px;
    border-radius: 2px;
    border: none;
    background-color: transparent;
    color: white;
    font-size: 18px;
}

input[type=text], input[type=email], input[type=password] {
    border: none;
    border-bottom: gray 2px solid;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible {
    border-bottom: #EA8023 2px solid;
    outline: none;
}

input#remember_me, label[for="remember_me"] {
    display: inline-block;
}

label[for="remember_me"] {
    vertical-align: top;
}

input[type=checkbox] {
    margin-right: 6px;
    width: 15px;
    height: 15px;
    background: gray;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 2px;
    outline: none;
    position: relative;
    left: -5px;
    top: -2px;
    cursor: pointer;
}

input[type=checkbox]:hover {
    background-color: #a3a3a3;
}

input[type=checkbox]:checked {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: auto;
}

#login-form #login-error-message,
#login-form #login-error-message span {
    color: #F8380C !important;
}

#login-error-message span img[alt="arrow"] {
    -webkit-filter: invert(52%) sepia(85%) saturate(7418%) hue-rotate(359deg) brightness(101%) contrast(95%);
    filter: invert(52%) sepia(85%) saturate(7418%) hue-rotate(359deg) brightness(101%) contrast(95%);
}

#login-form .submit, #confirm-password-form .submit {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 50px;
    width: 100%;
    background-color: #EA8023;
    border: none;
    color: white;
    font-size: 18px;
    font-family: arial, verdana, sans-serif;
}

#login-form .submit:hover, #confirm-password-form .submit:hover {
    background-color: #f8770c;
    cursor: pointer;
}

.additional {
    text-align: center;
    margin-top: 10px !important;
    color: gray;
}

#text-forgot-password, #user-activation-form .instructions {
    font-size: 14px;
    margin-bottom: 30px;
}

#user-activation-form .instructions ol,
#user-activation-form .instructions ul {
    padding-left: 18px;
}

#user-activation-form .instructions li {
    margin-top: 5px;
}

#forgot-password-box {
    font-size: 14px;
}

#title-forgot-password {
    font-size: 16px;
    font-weight: bold;
}

#forgot-password-box h2.forgot-password-title {
    text-align: center;
}

#forgot-pw-form .submit {
    margin-top: 20px;
    background-color: #ffffff;
    border: none;
    color: #2b2e35;
}

#forgot-pw-form .submit:hover {
    margin-top: 20px;
    background-color: #EA8023;
    border: none;
    color: #ffffff;
}

#main-container.confirm-password .login-box div.message {
    font-size: 15px;
}

.back-button {
    border: 1px solid #8c8c8c !important;
}

.back-button:hover {
    background-color: gray;
    border: none !important;
    cursor: pointer;
}

.image-box a.badge {
    display: inline-block;
    text-decoration: none;
}

.image-box a.badge img {
    height: 42px;
    border: 0;
}

div#footer-container {
    background-color: #2b2e35;
}

div#footer-container div.footer {
    display: block;
    text-align: center;

}

div#footer-container .grid-item {
    padding-top: 30px;
    padding-bottom: 10px;
}

div#footer-container .grid-item h3 {
    color: white;
    text-transform: uppercase;
    font-weight: normal;
}

div#footer-container .footer-text {
    padding-top: 5px;
}

div#footer-container .footer-text p {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    color: gray;
    font-size: 16px;
}

div#footer-container a.highlighted {
    color: #b6b6b6;
}

div#footer-container a.highlighted:hover {
    color: #038bcc;
}

/* General CSS classes */

.hidden, div.hidden.lds-ellipsis {
    display: none;
}

.spaced-vertically-12 > *:not(:first-child) {
    margin-top: 12px;
}

.color--error {
    /*color: #ff0000;*/
    color: #F8380C;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.bold {
    font-weight: bold;
}

/**************************************************************************************************/

/* RESPONSIVE DESIGN - Media queries */

/* Very Small phones */
@media only screen and (max-width: 350px) {

    label[for="remember_me"] {
        font-size: 10px;
        padding-top: 2px;
    }
}

/* Phones */
/*@media only screen and (max-width: 600px) {*/


/*}*/

/* Large phones and tablets */
@media screen and (min-width: 600px) {

    #logo-section {
        min-height: 100px;
        text-align: start;
    }

    #logo-section .banner img {
        max-width: 300px;
    }

    .login-box {
        width: 400px;
    }
}

/* Tablets */
/*@media only screen and (min-width: 768px) {*/


/*}*/

/* Landscape Tablets */
@media only screen and (min-width: 800px) {

    #main-container {
        min-height: 80vh;
    }

    div#footer-container div.footer {
        display: grid;
        grid-template-columns: 28% 28% 28%;
        grid-gap: 50px;
        text-align: start;
    }

    div#footer-container .grid-item {
        min-width: 250px;
        max-width: available;
        padding-top: 0;
        padding-bottom: 0;
    }

}

/* Desktops */
@media only screen and (min-width: 1200px) {

    .login-box {
        margin-left: 100px;
    }

}

/* Large screens */
@media only screen and (min-width: 2500px) {

    .content-box {
        max-width: 1500px;
    }

    .login-box {
        margin-top: 150px;
    }

}

/**************************************************************************************************/
/* ANIMATION */

/* Loader animation */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    top: -15px;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}


/* Label animation - in progress */

/*label.animated {*/
/*    display: flow;*/
/*    height: 21px;*/
/*    position: relative;*/
/*    font-size: 18px;*/
/*    top: 40px;*/
/*    left: 10px;*/
/*}*/

/*@keyframes moving-out-label {*/
/*    to {*/
/*        font-size: 12px;*/
/*        top: 0;*/
/*        left: 0;*/
/*    }*/
/*}*/

/*.moving-out-label {*/
/*    animation-name: moving-out-label;*/
/*    animation-duration: 0.7s;*/
/*    animation-fill-mode: forwards;*/
/*}*/

/*@keyframes moving-in-label {*/
/*    to {*/
/*        font-size: 18px;*/
/*        top: 40px;*/
/*        left: 10px;*/
/*    }*/
/*}*/

/*.moving-in-label {*/
/*    animation-name: moving-in-label;*/
/*    animation-duration: 0.7s;*/
/*    animation-fill-mode: forwards;*/
/*}*/

/*************************************************/
