.login-page{
    background-image : linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
    max-height: 10}
.card-body{
    border-radius: 20%
}

.custom-bg-color{
    background: #271144;
    border: none;
    color: #fff;
}

.custom-bg-color:hover{
    opacity: 0.8;
    color: #fff;
}

.btn-orange, .btn-orange:hover, .btn-orange:focus{
  background: #c23a2a;
  border: none;
  color: #ffff
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url('../img/loading2.gif') no-repeat center center;
  z-index: 10000;
}