.menu-bg {
    background-color: #00153e;
}
.bg-img-loginScreen {
    background-color: #00153e;
}

.btn-login {
    background-color: #00153e;
}
.sidepanel {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1041;
    top: 0px;
    right: 0;
    background-color: #fff;
    transition: 0.5s;
    padding-top: 0px;
    margin: auto;
}

    .sidepanel .closebtn {
        /*position: absolute;*/
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidepanel {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/* Membership Card */

.card-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.top-card {
    min-height: 270px;
}
.bottom-card {
    min-height: 310px;
}

.bottom-card-bg {
    background-color: #0493d6;
}

.image-wrapper {
    margin-top: -160px;
}

.card.border-radius {
    border-radius: 1.5rem;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.dotted-border {
    border-bottom: 1px dotted white;
}

.border-bottom-radius {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
 
}
.round-image {
    border-radius: 50%;
    width: 230px;
    height: 230px;    
}
.grid-centering {
    display: grid;
    justify-content: center;
    align-items: end;
  }

  .absolute-Center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  }  

  /* End Membership Card */