#loginPageContainer {
    padding-bottom:27px;
}
#passwordContainer {
    margin-bottom:13px;
    line-height:1;
}
#usernameContainer {
    margin-bottom:23px;
    line-height:1;
}
.forgotPassword {
    float:right;
    color:#15b0e8;
    line-height:1;
}
#loginPageContainer .forgotPassword a {
    font-family:'Roboto', sans-serif;
    font-size:12px;
    font-style:normal;
    font-weight:400;
}
.dashed {
    border-bottom:1px dashed black;
    color:black;
}
.underline {
    text-decoration:underline;
}
.linkColor {
    color:#15b0e8;
    font-family:'Roboto', sans-serif;
    font-size:13px;
    font-style:normal;
    font-weight:400;
    line-height:1;
    cursor:pointer;
}
#loginPageContainer a {
    text-decoration:none;
}
#JT {
    border:1px solid #d3d3d3;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    width:271px;
    left:120px;
    bottom:27px;
    font-family:'Roboto', sans-serif;
    font-size:11px;
    color:#000000;
}

#triangle-with-shadow {
    height:16px;
    width:24.8px;
    transition:none 0s ease 0s;
    left:11px;
    bottom:-15px;
    overflow:hidden;
    position:absolute;
}

#triangle-with-shadow b {
    height:16px; 
    width:16px; 
    border-top:1px solid rgb(187, 187, 187); 
    border-left:1px solid rgb(187, 187, 187); 
    background-color:white;
    transform:translate(4px, -8px) rotate(-135deg);
    position:absolute;
    box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 8px;
}

a:hover {
    cursor:default;
}
.modal-header {
    height:57px;
}
.modal-footer {
    margin-top:59px;
}
.loginBtn.btn-help.helpButton {
    display:none;
}
.marginOffset {
    margin:0 84px 27px 84px;
}
.checkboxContainer {
    margin-bottom:5px;
    position:relative;
}
.ssoLinkContainer {
    margin: 30px 0px 5px 0px;
    position:relative;
    height: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}
.ssoLinkContainer a {
    cursor: pointer;
}
input[type=text], input[type=password] {
    margin-top:9px;
}
#loginPageBtnPanelLeft {
    min-height: 40px;
}
