﻿body {
    background: #eee;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    color: #5d5d5d;
}

.hidden {
    visibility: hidden;
}

.page-header {
    /*text-align: center;*/
    margin: 0px;
    border: none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.header-icon {
    font-size: 50px;
    margin-right: 20px;
    color: #3e83f1;
}

.header-title {
    font-size: 24px;
    padding-bottom: 6px;
}

.header-desc {
    font-size: 14px;
}

.header-login-time {
    font-size: 12px;
}

.login-form-container {
    display: flex;
    width: 100%;
    justify-content: center;
}

.login-form-panel {
    width: 340px;
    position: relative;
}


.panel-default {
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: none;
}

.panel-body {
    padding: 20px;
}

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

.form-group:last-child {
    margin-bottom: 0px;
}

.form-group input.form-control:hover,
.form-group input.form-control:focus {
    border: 1px solid #66afe9;
}

.login-button {
    height: 45px;
    width: 100%;
    border-color: #3e83f1;
    background-color: #4b8cf6;
}

.login-button:hover {
    color: #fff;
    border-color: #3e83f1;
    background-color: #4b8cf6;
    box-shadow: 1px 2px 6px #4b8cf6;
}

.login-button:focus,
.login-button:active:focus,
.login-button.active:focus,
.login-button.focus,
.login-button:active.focus,
.login-button.active.focus {
    border-color: #3e83f1;
    background-color: #5d98f9;
}

.logout-button {
    height: 45px;
    width: 100%;
    border-color: #727472;
    background-color: #f9f9f9;
    color: #727472;
}

.logout-button:hover {
    border-color: #727472;
    background-color: #f9f9f9;
    color: #727472;
    box-shadow: 1px 2px 6px #c1c1c1;
}

.logout-button:focus,
.logout-button:active:focus,
.logout-button.active:focus,
.logout-button.focus,
.logout-button:active.focus,
.logout-button.active.focus {
    border-color: #727472;
    background-color: #f9f9f9;
    color: #727472;
    outline-color: #727472;
}





.login-remember {
    color: #707070;
}

.remember-me-text {
    font-weight: normal;
    font-size: 13px;
}






@keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 60px 0;
    }
}

@keyframes auto-progress {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}


.progress-bar-container {
    position: absolute;
    top: -50px;
    width: 100%;

}

.progress-bar {
    background-color: #4b8cf6;
    margin: 50px auto;
    border-radius: 5px;
    width: 100%;
    height: 6px;
    border-radius: 0;
}

.stripes {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.stripes.animated {
    animation: animate-stripes 0.6s linear infinite;
}

.stripes.animated.slower {
    animation-duration: 1.25s;
}

.stripes.reverse {
    animation-direction: reverse;
}



.validation-summary-errors {
    color: #d00000;

}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
}

.validation-summary-errors ul li:before {
    content: "* ";
}


.page-header .header-icon {
    content: none;
    width: 118px;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(ETBIS-Logo-Icon-64.png);
}

.page-header .header-icon .fa-head-side:before {
    content: none;
}