body.black-background {
    background-color: #271b27;
}

nav {
    background-color: #322332;
    height: 80px;
    width: 100%;
}

.logo {
    height: 65px;
    width: auto;
    float: left;
    margin-top: 8px;
}

.page-title {
    color: #ffffff;
    text-align: center;
}

.login-button {
    float: right;
    margin-top: 25px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #f50203;
    border-radius: 2px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    background-color: rgba(245,2,3,.3);
}

.form-wrapper {
    /* background-color: yellow; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    width: 40%;
    padding: 10px 20px;
}

.login-form {
    width: 100%;
}

.login-form-label {
    color: #ff7fbd !important;
    font-size: 13px !important;
}

.login-button-large {
    width: 100%;
    background-color: rgba(245,2,3,.3);
    border: 2px solid #f50203;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    border-radius: 2px;
}
.custom-input {
    margin: 5px 0 20px;
    padding: 5px 15px;
    border: 1px solid #312332;
    background-color: #312332;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    height: 42px;
    color: #ffffff;
}

.custom-input:focus {
    border-color: transparent !important;
    box-shadow: none !important;
    background-color: #312332 !important;
    color: #ffffff;
    cursor: auto;
}

.message {
    color: #fff;
    margin-top: 16px;
}

footer {
    background-color: #322332;
    color: #c1c1c1;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
}

footer ul {
    list-style: none;
    padding: 0;
    line-height: 32px;
    font-weight: 300
}

footer a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #c1c1c1
}

footer a:hover {
    color: #f50203
}
footer #footer-general-menu {
    border-right: 1px solid #c1c1c1
}

footer #copyright-container {
    text-align: right;
    font-size: 13px
}

footer .copyright {
    line-height: 40px;
    color: #c1c1c1;
    font-weight: 300
}

footer .links-list {
    display: block
}

footer .inline-copyright,
footer .inline-links {
    line-height: 60px;
    font-weight: 300
}

footer .inline-copyright > div,
footer .inline-links > div {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle
}

footer .inline-copyright a,
footer .inline-links a {
    margin: 10px;
    white-space: nowrap
}

footer .inline-copyright a:first-child,
footer .inline-links a:first-child {
    margin-left: 0
}

.overlay-backdrop {
    overflow: auto;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
}

.overlay-backdrop > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.overlay-backdrop > div.alert-box-size {
    max-width: 500px;
    outline: none
}

h2.overlay-header {
    font-size: 16px;
    background-color: #312332;
    color: #fff;
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

h2.overlay-header i {
    position: absolute;
    right: 12px;
    cursor: pointer;
}

.overlay-backdrop .overlay-content {
    width: 100%;
    padding: 20px;
    background-color: #fff;
}

.result {
    margin-top: 30px;
}


.service-status .service {
    color: #ffffff;
}





