.navbarLogin {
    position: fixed;
    cursor: pointer;
    z-index:2;
}

.wrapConLogin {
    padding: 150px 0;
}

#footer {
    position: absolute;
    bottom: 0;
    height: 50px;
    border-top: 0px;
    width: 100%;
    line-height: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #f8f9fa;
    font-size: 12px;
    display: block;
    background: #002D5E;
}

.text-center-Login {
    text-align: center;
}

.tip-text-Login {
    font-weight: bolder;
    color: #F58220;
    font-size: 12px;
}

.wrapConLogin h1 {
    color: #002D5E;
    font-weight: bold;
}