.nwpb-20{ 

	padding-bottom: 20px;

}

.btn-primary {
    color: #fff;
    background-color: #005E85;
    border-color: #005E85;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active { 
    background-color:#0072bf;
}

.bg-gradient-primary {
    background-color: #005E85;
    background-image: none;
}
.bg-back { 
    background-size: cover;
/*    background-image: url(https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1413&q=80) */
   background-image: url('/img/back.jpg');

}

a {
    color: #005E85;
}
a:hover { color: black; }

.capz-logo img { 
    width: 60px;
    padding-left: 5px;
}

.bg-login-image,.bg-password-image,.bg-register-image {
    background: url('/img/darksun_logo.png');
    background-position: center;
    //background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
}
}
