
.login-background{
	    height: 100vh;
    /* background-size: cover !important; */
    margin: 0 auto;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg,#040405,#979797);
    background-image: -webkit-linear-gradient(145deg,#040405,#979797);
    background-image: linear-gradient(145deg,#040405,#979797);
    box-shadow: 10px 10px 30px 0 rgba(2,156,236,.3);
    -webkit-box-shadow: 10px 10px 30px 0 rgba(2,156,236,.3);
    -moz-box-shadow: 10px 10px 30px 0 rgba(2,156,236,.3);
     font-family: 'Spartan', sans-serif;
}
.panel
{
    box-shadow: 0px 10px 10px 2px rgba(69,220,133,0.15);
    background-image: -ms-linear-gradient(left, #17DA9B 0%, #88e066 100%);
    background-image: -moz-linear-gradient(left, #17DA9B 0%, #88e066 100%);
    background-image: -o-linear-gradient(left, #17DA9B 0%, #88e066 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #17DA9B), color-stop(100, #88e066));
    background-image: -webkit-linear-gradient(left, #17DA9B 0%, #88e066 100%);
    background-image: linear-gradient(to right, #17DA9B 0%, #88e066 100%);
    transform: translate(20%,40%);
}