/* FRAMA SPOT LOGIN CSS */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-image: url(../img/base/frama-login.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 95vh;
	width: 100%;
}

#h-100 {
	height: 95vh;
	width: 100%;
}

.cursor-pointer {
	cursor: pointer;
}
