﻿.login--header {
    font-family: inherit;
    font-size: 26px;
    font-weight: bold;
    color: #012834;
    padding-top: 32px;
}
.login--container--panel {
    top: 20%;
    position: fixed;
    width: 440px;
    height: 440px;
}
.panel-body {
    margin: 15px 15px 0px 15px;
}
.login--container > .login--container--panel div.panel-body > form.form-horizontal > div.form-group > label.control-label {
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #012834;
}
.login--btn--btn {
    width: 128px;
    height: 36px;
    border-radius: 24px;
    background-color: rgb(0, 115, 153);
    color: white;
}

.login--btn--btn[disabled] {
    width: 128px;
    height: 36px;
    border-radius: 24px;
    background-color:white;
    color: black;
}

.btn-link {
    font-weight: 400;
    border-radius: 0;
    outline: none;
    color: black
}
.copyright--text {
    color: #646260;
    font-size: 12px;
    font-weight: bold;
}
.top--divider {
    border-left: 2px solid #dfdfdf;
    height: 20px;
}
.top-nav--logo-space {
    margin-left: 5px;
    color: #012834;
}
.top-nav--logo {
    color: var(--colors-core-fis-black);
    font-size: 20px;
}
.alert-message {
    color: #a94442;
}

.forgotpassword--container--panel {
    top: 20%;
    position: fixed;
    width: 500px;
}
.passwordrule--text {
    font-size: 12px;
}
.password--heading {
    padding: 6px 10px 3px 10px;
    background: #F0F0F0;
    border-bottom: solid 1px #D6D6D6;
}
.pd-headline {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
input::-ms-reveal,
input::-ms-clear {
    display: none;
}
span.fa--eye--pos:hover {
    cursor:pointer;
}


