body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
    font-family: Verdana, Arial, sans-serif;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
    text-align: left;
}

.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    width: 100%;
    height: 44px;
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 1px;
}
.form-signin input[type="password"] {
    width: 100%;
    height: 44px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 1px;
}

.form-signin .input-label-top {
    margin: 0;
}

.form-signin .input-label-middle {
    margin: 10px 0 0 0;
}

.form-signin .input-label {
    font-size: 14px;
    text-align: left;
    color: #777777;
}

.well-signin {
    min-width: 650px;
    padding: 30px 40px 10px 40px;
    border:0px;
    border-radius: 2px;
    float: left;
    -webkit-border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    margin:auto;
}

.login-panel-container-thick {
    width: 650px;
    margin: auto;
}

.login-panel-container-thin {
    width: 325px;
    margin: auto;
}

.logo img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hide-caps-lock{
    display: none;
}

.show-caps-lock{
    display: block;
}

.divider {
    position: relative;
    left: 50%;
    border-left:1px solid rgba(0, 0, 0, 0.29);
    margin: auto;
    height: 40%;
}

.vSpacer20{
    margin-top: 20px;
}

.custom-popover-signin {
    position: absolute;
    color:orange;
    line-height:24px;
    font-size: 1em;
    font-weight: bold;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width:200px;
    box-shadow:0 1px 3px #ccc;
    margin-top: 10px;
    z-index: 10;
}

.custom-popover-signin:after, .custom-popover-signin:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

/* -------- Popover placed to the top-right of the field --------- */
.custom-popover-signin.right-top-arrow:after, .custom-popover-signin.right-top-arrow:before {
    right: 100%;
    top: 12px;
}

.custom-popover-signin.right-top-arrow:before {
    border-color: rgba(195, 245, 29, 0);
    border-right-color: #ddd;
    border-width: 11px;
    margin-top: -1px;
}


.custom-popover-signin.right-top-arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: 0px;
}

label.regular { font-weight: normal; }