﻿.TroubleLoginInContainer {
    line-height: 32px;
}

.NoHomebankingContainer {
    white-space: nowrap;
}

.NoHomebankingContainer,
.loginSubtitle {
    height: 20px;
    position: relative;
    top: -3px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Open Sans', Arial, sans-serif;
}

.FooterSubContainer {
    width: 100%;
}

.FooterSubContainer .HBLightGreyBackgroundColor {
    background-color: transparent;
}

.LoginFooter .Columns .ColLast .DarkerRed > div {
    text-align: right;
}

.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}

.LoginContainerBackground {
    background-color: #FFFFFF;
    padding: 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.boldText {
    font-weight: bold;
    font-size: 16pt;
}

.SecurityText {
    background-color: white;
}

.BorderBottom {
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 10px;
}

.loginTitle {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #800000 !important;
}

.LoginWhiteCard {
    background-color: white;
    padding: 20px;
}

.LoginTexts a,
.LoginTexts a:link {
    color: #ec0000 !important;
}

.LoginTexts a:visited {
    color: #000000 !important;
}

.LoginTexts a:hover {
    text-decoration: none !important;
}

.TableVerticalAlign .Cell1,
.TableVerticalAlign .Cell2 {
    padding-left: 0px;
}



@font-face {
    font-family: 'Password Dots';
    src: url('/HB_Authentication/passFont/subset-Password-Dots.eot');
    src: url('/HB_Authentication/passFont/subset-Password-Dots.eot?#iefix') format('embedded-opentype'),
        url('/HB_Authentication/passFont/subset-Password-Dots.woff') format('woff'),
        url('/HB_Authentication/passFont/subset-Password-Dots.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.SimulateInputPassWord{
    -webkit-text-security: disc;
    -webkit-appearance: textfield;
    -webkit-user-select: text;
    cursor: auto;
    font-family: 'Password Dots' !important;
}

.MarginBottom{
    margin-bottom: 15px;
}