.goodBrowser, .ie9, .ie10, .ie11 {
    background-color:#076f97;
}
#loginPageContainer {
    width:342px;
    background:#fff;
    margin:200px auto 0;
    padding:57px 84px 51px 84px;
}
#loginPageContainer a {
    color:#15b0e8;
    font-family:'Roboto', sans-serif;
    font-size:13px;
    font-style:normal;
    font-weight:400;
    line-height:1;
}
.loginPageWelcome {
    color:#15B0E8;
    font-family:'Roboto', sans-serif;
    font-size:33px;
    font-style:normal;
    font-weight:900;
    line-height:1;
    text-align:center;
    width:342px;
}
.loginPageButton, .modal-footer .loginBtn.okButton {
    background-color:#15b0e8;
    color:#fff;
    border:1px solid #15b0e8;
    height:45px;
    padding:0 25px;
    margin-bottom:13px;
    overflow:visible;
    width:100%;
    font-family:'Roboto', sans-serif;
    font-size:16px;
    font-style:normal;
    font-weight:normal;
    line-height:1;
    cursor:pointer;
}
.loginPageButton:disabled {
    color:#ffff;
}
.loginPageButton:active {
    background-color:#266f99;
    border:1px solid #266f99;
}
.defgoLogo {
    background:url(../../images/logo_186x86.svg) no-repeat;
    width:186px;
    height:86px;
    margin:auto;
    margin-top:50px;
}
.linkCancel {
    line-height:1;
}
.modal-footer .loginBtn.cancelButton {
    color:#2EA0D5;
    text-decoration:underline;
}
.textCenter {
    text-align:center;
}
.errorDiv {
    width:510px;
    background-color:#ff7272;
    margin:7px 0 10px -84px;
}
.errorDiv:before {
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
    margin-right:-.35em;
}
.errorDiv span {
    display:inline-block;
    font-family:'Roboto', sans-serif;
    font-size:13px;
    color:#ffffff;
    margin:5px 0 5px 0;
    max-width:342px;
}
.errorInput {
    border:1px solid #F08080;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color:#faffba !important;
}
.checkboxContainer {
    height:15px;
    min-width:13px;
    margin-bottom:13px;
    vertical-align:middle;
    background-color:transparent;
}
.checkboxLabel {
    float:left;
    margin-left:16px;
    font-family:'Roboto', sans-serif;
    font-size:13px;
    font-style:normal;
    font-weight:400;
    line-height:1;
}
.checkbox {
    position:relative;
    box-sizing:border-box;
    height:13px;
    width:13px;
    float:left;
    border:solid 1px #cecece;
    border-color: #cecece;
    pointer-events:none;
    -webkit-transition:background-color 140ms, border-color 140ms;
    transition:background-color 140ms, border-color 140ms;
}
.checkbox:focus {
    border:solid 1px #02b1e8;
    border-color:#02b1e8;
}
.checkbox.checked .checkmark {
    border-color:white;
}
.checkbox.checked {
    background-color:#02b1e8;
}
.checkmark {
    position:absolute;
    width:23%;
    height:66%;
    border-style:solid;
    border-top:none;
    border-left:none;
    border-right-width:2px;
    border-bottom-width:2px;
    border-color:white;
    -webkit-transform-origin:97% 86%;
    transform-origin:97% 86%;
    box-sizing:content-box;
    transform:scale(1, 1) rotate(45deg);
}
input[type=text], input[type=password] {
    height:33px;
    width:325px;
    font-family:'Roboto', sans-serif;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    line-height:1;
    border:1px solid #cecece;
    color:#000;
    padding:0 0 0 15px;
}
:focus {
    outline:none !important;
}
input[type=text]:focus, input[type=password]:focus {
    border:1px solid #15b0e8;
}
.loginPagelabelText {
    font-family:'Roboto', sans-serif;
    font-size:14px;
    font-style:normal;
    font-weight:normal;
    line-height:0.8;
    color:#000000;
}
.selectContactLabel{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    text-align: center;
}
#JT_copy {
    line-height:18px;
}
.cursorPointer {
    cursor:pointer;
}

/*rounded corners at login pages*/
#loginPageContainer, .divSelect.single.folded, input[type=text],  input[type=password], button[type=submit] {
    border-radius:7px;
}