@font-face {
	font-family: Roboto;
	src: url('../assets/ttf/Roboto-Medium.ttf');
}

html {
	font-size: 37.5px;
	background: #010206;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100vh;
	background: url('https://www.vantruecam.com/Public/agent/assets/pc-bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-family: Roboto;
	overflow-x: hidden;
}


.page {
	width: 100%;
	height: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
}


#alertMessage {
			position: fixed;
    top: 35%;
    left: 20%;
    right: 20%;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
    z-index: 99999;
    display: none;
    width: 300px;
}

  #alertMessage1 {
position: fixed;
    top: 30%;
    left: 20%;
    right: 20%;
    padding: 20px 30px;
    background: #66666661;
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
    z-index: 99999;
    width: 265px;
    display: none;
}

@media (max-width:992px) {
	body {
		background: url("https://www.vantruecam.com/Public/agent/assets/mb-bg.png");
	}
}