﻿body {
    font-family: 'Open Sans', sans-serif;
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none!important;    
}

.noshow {
    display: none;
}

.login-body {
    background: rgb(120, 20, 255);
    /*background: rgb(51, 20, 91);*/
}

.panel-heading {
    background: rgb(230, 230, 230) !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(120, 20, 255) !important;
}

.btn-primary {
    background-color: rgb(120, 20, 255) !important;
    border-color: rgb(120, 20, 255) !important;
    color: white !important;
}

.login-applogo {
    width:400px;
    display:block;
    margin: auto;
}

.login-customerlogo {
    display:block;
    margin: auto;
}

.login-password-warning {
    padding: 4px;
    margin-top: -12px;
    background: #f0e68c;
    font-size: 1.3rem;
}