.login-logo{
    margin-bottom: 45px; ;
}
.btn-primary{
    background-color:#03B7FF ;

}
.btn.btn-flat {
    border-radius: 14px;
    border: solid 0px #03B7FF;
}

.btn.btn-flat:hover {
    background-color:#145199 ;
    transition-timing-function: ease-in;
}
.login-box-body{
    position: relative;
}
#txtNameApp{
   font-size: 0.7em;
   color: #03B7FF;
   font-weight: bold;
}
#txtTitle{
    font-size: 0.5em;
    font-weight: bold;
}
.login-page{
    background:#145199;
    color: #ffffff;
}
.log-head-bar{
    background: #03B7FF;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
    height: 30px;
    line-height: 30px;
    position: absolute;
    font-family: bold;
    font-weight: bold;
    font-size: large;
    width: 100%;
    top:0;
    left:0 ;
    color: #FFFFFF;
    text-align: center;
}
.log-foot-bar{
    background: #03B7FF;
    margin: 10px 0 0 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    position: absolute;
    width: 100%;
    bottom:0;
    left:0 ;

}
.login-box, .register-box {width: 473px;}
.color-gdi{color: #145199;}
.color-gdi a{color: #145199;text-decoration: underline;}
.color-gdi a:hover{text-decoration: none;}
form{margin: 25px 0 25px 0;}