p{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* css nav */
.navbar{
    background-color: #1565c0;
    border-color: #104d92;
    height: 58px;
}
.navbar-banner{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
.navbar-banner .first-text {
    color: yellow;
    position: absolute;
    top: 8px;
    left: 40px;
    font-size: 14px;
    text-shadow: 1px 1px #388E3C;
    min-width: 550px;
}
.navbar-banner .second-text {
    position: absolute;
    color: #FFFFFF;
    top: 30px;
    /* font-weight: bold; */
    left: 40px;
    min-width: 550px;
    font-size: 19px;
}

.register {
    float: right;
    color: white;
    font-size: 20px;
    padding: 15px;
}

.register:hover{
    color:white;
}

/* css footer */
.admin-footer {
    background: #1565c0 none repeat scroll 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 8px;
    padding-top: 8px;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    position: relative;
    z-index: 1;
    color: white;
}
.color-yellow {
    color: yellow!important;
}