html, body{
	width: 100%;
	height: 100%;
}

header {
                position: fixed;
            top: -90px;
            left: 0px;
            right: 0px;
            height: 67px;

            /** Extra personal styles **/
            background-color: #03a9f4;
            color: white;
            text-align: center;
            line-height: 30px;
          }
.bg{
	/*background-image: url('images/bg.jpg');*/
	background-color: #5f66e9;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
}
.card{
	background-color: rgb(188, 209, 244); 
	padding: 55px; 
	box-shadow: 10px 10px 5px #ffffff;
	border-radius: 15px;
	margin: auto;
}
