
.py-8 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.mywhite {
 color: #FFFFFF !important;
}

.ui-dialog-titlebar {
    background: #000080 !important; 
    color: #fff !important;
}
.ui-icon-closethick {
	color: #fff !important;
}
.surface-900 {
	background-color: #D3D3D3 !important;
}

body {
	background-color: #D3D3D3 !important;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
	.input-icons {
	width: 100%;
	margin-bottom: 10px;
}

.input-icons i {
	position: absolute;
}
.icon {
	color: green;
	min-width: 50px;
	margin-left: -40px;
	margin-top: 10px;
	text-align: center;
}
.input-field {
	width: 100%;
	padding: 20px;
	margin-left:20px;
	text-align: center;
}
.p-link {
	text-align: left;
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: none;
    cursor: pointer;
    user-select: none;
}

.p-link:disabled {
	cursor: default;
}
