﻿.whiteTextServer {
	color: white!important
}

/*Added By Maulana 20210804*/
@media (max-width: 767px) {
	#divGoogleSignIn {
		padding: 1rem !important;
	}
}

/*Added By Thareq on 20220104*/
.imageBackground {
	background-image: url("/Resources/background-evolve-smaller.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.frostys {
	background-color: rgba(255, 255, 255, .15) !important;
	backdrop-filter: blur(10px) !important;
}

/*Added By Sutan 20200415*/
.notificationMessage {
	width: 100%;
	padding: 10px;
	/*background: rgba(0, 0, 0, 0.65);*/
	background: #e1a32a;
	z-index: 9991;
	position: fixed;
	top: 0;
	text-align: center;
	color: white;
	transition: all 0.3s ease 0s;
}