﻿body {
}
.bg {
    background-image: url(../../images/bg.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.scroll {
    overflow: scroll;
    max-height: 400px;
    width: 100%;    
}
.title_bar {
    padding: 3px 10px !important;
    margin-top: 5px;
    background-color: #374f65;
    color: white;
}
.wizard a {
    padding: 2px 0px 2px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;    
    
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 14px inset transparent;
    border-bottom: 14px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 14px inset transparent;
    border-bottom: 14px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #3498db;
    color:white !important;
}
.wizard .current:after {
    border-left-color: #3498db;
}



.login-box {
    background: #fff;
    max-width: 370px;
    min-width: 320px;
    margin: 7% auto 0;
}
.login {
    /*background: url(../../images/download.jpg) center center/cover no-repeat !important;*/
    /*background: url(../../images/download.jpg) !important;*/
    /*background-color:#17a2b8;*/
    height: 100%;
    position: fixed;
    width:100%;
}

    .login .white-box {
        background: #fff;
        padding: 25px;
        margin-bottom: 15px;
        /*border: #04778b 5px solid;*/
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }

    .login .white-box .mb-4{
    background-color: #04778b; margin: -25px; padding: 7px; color: white; font-weight: bold;
    }