body {
	background-color: #F5F4F2 !important;
}

.navbar-nav {
	letter-spacing: 0.5px;
}

.error-color {
	color: #E24646;
}

/* Login Page */
.login-reg-container {
	text-align: center;
	display: table;
	height: 100vh;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
}

.login-reg-content {
	display: table-cell;
	vertical-align: middle;
}

@media (min-width:320px)  {
	#loginForm, #registerForm {
		width: 75%;
	}
}
@media (min-width:480px)  { 
	#loginForm, #registerForm {
		width: 75%;
	}
}
@media (min-width:600px)  {
	#loginForm {
		width: 40%;
	}

	#registerForm {
		width: 50%;
	}
}
@media (min-width:801px)  { 
	#loginForm {
		width: 40%;
	}

	#registerForm {
		width: 40%;
	}
}
@media (min-width:1025px) {
	#loginForm {
		width: 25%;
	}
	'
	#registerForm {
		width: 35%;
	}
}
@media (min-width:1281px) {
	#loginForm {
		width: 25%;
	}

	#registerForm {
		width: 35%;
	}
}

/* Buttons */
#fa-btn {
	position: fixed;
	bottom: 35px;
	right: 35px;
	width: 60px;
	height: 60px;
	color: #FFF;
	padding: 15px;
	font-size: 20px;
	text-align: center;
	background-color: #474747;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	border: none;
	border-radius: 100%;
	transition: 0.2s;
}

#fa-btn:hover, .round-btn:hover, .round-btn-sm:hover, .default-btn:hover {
	background-color: #BDB5A5 !important;
}

.round-btn {
	height: 40px;
	width: 40px;
	text-align: center;
	font-size: 20px;
	color: #fff !important;
	background-color: #707070;
	padding: 10px;
	border-radius: 100%;
	transition: 0.2s;
	cursor: pointer;
}

.round-btn-sm {
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 15px;
	color: #fff !important;
	background-color: #707070;
	padding: 8px;
	border-radius: 100%;
	transition: 0.2s;
	cursor: pointer;
}

.default-btn {
	color: #FFF !important;
	background-color: #707070 !important;
}

.accent-btn {
	color: #FFF !important;
	background-color: #BDB5A5 !important;
}

.accent-btn:hover {
	color: #FFF !important;
	background-color: #707070 !important;
}

/* Components */

.qn-card {
	border: transparent !important;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
}

.modal-custom {
	background-color: #F5F4F2 !important;
	border-radius: 10px !important;
}

.audio-player {
	width: 100%;
	height: 40px;
	display: block;
}

.lang-name-heading {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #707070;
}

.play-audio-btn {
	cursor: pointer;
	transition: 0.2s;
}

.play-audio-btn:hover {
	color: #BDB5A5;
}

.clear-btn {
	cursor: pointer;
}