#idPage-cont {
	text-align: center;
}

.sapMTitle {
	text-shadow: 0 0.0625rem 0 rgba(255, 255, 255, 0.5);
	font-size: x-large;
	color: black;
}

#idTitle {
	margin-top: 10px;
	font-size: 1.5rem;
	font-family: Verdana;
	/* color: #666666; */
	color: #F5F5F5;
	font-weight: bold;
}

#idWelcome {
	/* font-size: 1.2rem; */
	font-size: 1.2rem;
	/* font-family: Verdana; */
	font-family: BentonSans, sans-serif;
	/* color: #464646; */
	color: #6A7DC0;
	margin-top: 50px;
	margin-bottom: 10px;
	font-weight: bold;
}

#idDesc {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	color: #101010;
	font-size: 1rem;
	font-family: BentonSans, sans-serif;
}

#idUsername,
#idPassword,
#frmLogin--txtUserName,
#frmLogin--txtPassword {
	margin-bottom: 10px;
}

.sapMLabel {
	color: #080808;
}

.sapMInputBaseInner {
	max-width: 550px;
}

.sapMPage {
	background-color: white;
	/* background-image: linear-gradient(to bottom,#00BEFF,#2577FF); */
}

.red {
	background-color: #f44336 !important;
}

.centerAlign {
    display: flex;
    align-items: center;
}

.align-center{
    text-align: center !important;
}

.maxHeight{
    max-height: 200px !important;
    max-width: 100% !important;
    width: auto !important;
}

.sapMDialogFooter > div {
	background-color: #FFF !important;
}

.sapMBtnInner{
	text-shadow: none !important;
	color: #0c598d !important ;
}

.dialogImage {
    margin-left: -10px;
    margin-top: -10px;
    width: calc(100% + 20px) !important;
}