﻿h2 {
    margin-bottom: 1em;
}
.form-image h1 {
    background: rgba(0, 47, 95, 0.70);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
}
.form-image {
    background-size: cover;
    height: 180px;
    background-position: center;
    position: relative;
    margin-bottom: 20px;
}


div.step-1 {
    display: block;
}

div.step-2 {
    display: none;
}

div.step-3a {
    display: none;
}
div.step-3b {
    display: none;
}
div.step-4a {
    display: none;
}

div.steps.on-1 div.step-1 {
    display: block;
}

div.steps.on-2 div.step-2 {
    display: block;
}

div.steps.on-3a div.step-3a {
    display: block;
}

div.steps.on-3b div.step-3b {
    display: block;
}


div.steps.on-4a div.step-4a {
    display: block;
}
.pwtooltip {
    border-bottom: dotted 2px gray;
    
}
/*#username:disabled {
    border: none; 
    font-weight: bold;
    background:none;
}*/
div.step {
    /*padding: 20px;
    background: #f5f5f5;
    border: 5px solid #d2d2d2;*/
}

#chat-container .wc-header {
    background: #000080;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: white;
    font-weight: bold;
    color: black;
}

#chat-container .wc-console {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: black;
}

    #chat-container .wc-console .wc-shellinput {
        color: black;
        background: white;
    }

#chat-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 400px;
    height: 60%;
    min-height: 500px;
    border: solid 2px #f7f7f7;
    background: white;
    display: none;
    font-size: 11pt;
    border-radius: 10px;
    box-shadow: 10px 10px 10px lightgray;
}

#bot {
    font-size: 11pt;
}

#chat-hide {
    padding: 9px;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 40000;
    color: black;
    font-weight: bold;
    cursor: pointer;
}
/*input:disabled { background: white; }*/