
a {
    color: #666666;
    text-decoration: none;
}

body {
    font-size: 12px;
    font-family: sans-serif;
    background-color: rgb(255, 255, 255);
}

.wms-account-container {
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wms-app-color {
    background: #622424;
    border-color: #622424;
}

.wms-app-color:hover {
    background: #333333;
}

.wms-panel {
    width: 350px;
    min-height: 450px;
    background: white;
    padding: 10px;
    border-radius: 3px;
}

.wms-maintenance-panel {
    width: 350px;
    background: white;
    margin-top: -90px;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
}

/* END - Validation Styles */
.background { 
    /*background: url('/images/login_background.jpg') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
   } 

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.login-panel-heading {
    background-color: rgb(255, 255, 255) !important;
}