* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	position: relative;
	overflow: hidden;
}
#loading {
	display: block;
}
#loading .full-block {
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
#loading .spinner-border {
	width: 80px;
	height: 80px;
}
.hide {
	visibility: hidden;
	height: 1px;
	margin: 0;
	padding: 0;
}
.statuses {
	text-align: center;	
}
#auth {
	display: none;
}
#auth .full-block {
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
#client-email {
	position: relative;
}
#load-email {
	position: relative;
	display: none;
	z-index: -1;
	background-color: #fff;
}
#load-email .spinner-border {
	width: 80px;
	height: 80px;
}