body {
    min-height: 100vh;
    background-color: #1f0145 !important;
}

.login-box{
    width: 500px !important;
}

/* .login-logo a{
  color: #513b2d !important;
} */

.card ,.card-body{
    width: 500px !important;
    height: 360px !important;
    box-shadow: #2d0462 0px 0px 4px;
    border-radius: 30px;
}

.btn{
    margin-top: 50px;
    background-color: #2d0462 !important;
    color: white;
    border-radius: 30px;

}
.btn:hover{
    background-color: #fff !important;
    color: #2d0462;
    box-shadow: #2d0462 0px 0px 8px;

}

input{
    /* background-color: #513b2da3 !important; */
    color: #2d0462 !important;
    /* border: #ad9382  1px solid !important; */
}

.login-icon{
    color: #2d0462;
}
