.wrapper{
  width: 100%;
}

.login{
  min-height: 100vh;
}

.bg-image {
  background-position: center center;
  background: linear-gradient(60deg, rgba(255, 255, 255, 0),
           rgba(255, 255, 255, 0)), url(../img/login-banner.png) center no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  align-content: center;
  flex-direction: row;
}
.wscpbuttonnavy {
  background: #001f3f; 
  color: #ffff;
}