.login-logo{
color:white;
}
.login-page {
    background: #070707 linear-gradient(95deg,rgba(6,0,34,.5) -50.98%,rgb(117 42 135 / 48%) -7.88%,#05001c 98.36%)!important;
}
.login-box-body{
transition: .4s;
}
.login-box-body:hover{
 box-shadow: 0 0 10px white;
}

.btn-primary {
background: linear-gradient(90deg,#752a87 0,#24127c 100%)!important;
  -webkit-mask: conic-gradient(from 45deg at calc(100% - 7.5px) 50%,#000 90deg,rgba(0,0,0,0) 0) content-box,conic-gradient(from -135deg at 7.5px 50%,#000 90deg,rgba(0,0,0,0) 0) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#000)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#000));
  border: none!important;
}
.btn-primary:hover{
background-position: 100% 0!important;
}