body {
    display: flex;
    align-items: center;
    height: 100vh;
	background-repeat:no-repeat;
    background-image: url(../images/ornament-top.png)!important;
    background-size: cover!important;
    background-position: right top, left bottom !important;
}

@media(max-width:767px){

	body{
		background-image: none;
	}

	main{
		padding-right: 0!important;
		padding-left: 0!important;
	}

	.card-login{
		height:85vh;
		display:flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}

}