﻿body {
    font-family: 'Open Sans', sans-serif;
}

html, body {
    background-image: url('/images/cover-capua-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    overflow-y: hidden;
}

a:visited, a:link, a:active {
    text-decoration: none!important;    
}

.noshow {
    display: none;
}

.login-body {
    background: rgb(25 129 126);
    /*background: rgb(51, 20, 91);*/
}

.panel-heading {
    background: rgb(230, 230, 230) !important;
}

.panel {
    border-radius: 10px !important;
    box-shadow: 0px 0px 20px #242424!important;
}

.panel-heading {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.panel-footer {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.login-subtitle {
    text-align: center;
    font-size: 1.4em;
    f1ont-family: arial;
    text-transform: uppercase;
    color: #eee;
}

.login-box-header {
    text-align: center;
    font-size: 1.4em;
    fon1t-family: arial;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.text-wta {
    color: rgb(25 129 126) !important;
}

.btn-primary {
    background-color: rgb(25 129 126) !important;
    border-color: rgb(25 129 126) !important;
    color: white !important;
}

.login-applogo {
    width:300px;
    display:block;
    margin: auto;
    margin-top: 20px;
}

.login-customerlogo {
    display:block;
    margin: auto;
}

.login-password-warning {
    padding: 4px;
    margin-top: -12px;
    background: #f0e68c;
    font-size: 1.3rem;
}

.text-white {
    color: #fff; 
}

.tiny {
    font-size: 0.9em;
}

.opacity6 {
    opacity: 0.6;
}

.links-container > a:hover {
    text-decoration: underline !important;
    text-decoration-color: white;
}