#status {
    visibility: hidden;
}

#loader{
    background-image: url("../images/loading.gif");
    width: 31px;
    height: 31px;
}
.loginPanel{
    width: 360px;
    margin: auto;
    /*margin-top: -200px;*/
    /*margin-left: -118px;*/
}
.loginPanel .panel-body legend{
    border-bottom:2px solid #cdcdcd;
    text-align: center;
}
.login-title{
    color: #858585;
    font-size: 15px;
    display:inline-block;
    position:relative;
    top: 21px;
    background: #ffffff;
    padding: 0 6px;
}

.centeredPanel {
    display: flex;
    flex-direction: row;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loginPanel .gwt-Label {
    font-size: 18px;
    font-weight: 400;
}

.loginPanel .usernameField{
    margin: 15px 0 10px 0;
}
.loginPanel .usernameField,
.loginPanel .passwordField {
    height: 44px;
}
.loginPanel .loginBtn{
    font-size: 16px;
    font-weight: 400;
    margin: 14px 0;
    width: 100%;
}
.headerPanel{
    display: inline-block;
}
.icon-scfLogo{
    text-indent: -9999px;
    width: 28px;
    height: 28px;
    background: url("../images/scf_logo.svg");
    background-size: 28px 28px;
    margin-right: 10px;
}
.icon-mondecaLogoGray{
    display: inline-block;
    text-indent: -9999px;
    width: 120px;
    height: 30px;
    background: url("../images/mondeca_logo.svg");
    background-size: 120px 30px;
    margin: 0 auto;
    display: block;
}