body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	color: #404d58;
	font-size: 13px;
	background-color: #F7F7FA;
}

.login-body-bg {
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(188, 214, 230, 1) 100%) !important;
    min-height: 100vh;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.login-min {
	display: grid;
	align-items: center;
	min-height:80vh;
}
.footer-perent{
	display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-around;
	
}
.m-w-100-percent{
	min-width:100%;
}
.customer-logo .border-end .border-start{
	border-color: #9c9c9c !important;
}

.customer-name {
	font-size: 16px;
	color: #429891;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 10px;
}

.downloads-links a {
	text-decoration: none;
	color: #737f8a;
	display: inline-block;
}

.login-box h4 {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
}

.login-box .form-control {
	padding: 12px 10px;
	font-size: 14px;
}

.login-box .continue-btn {
	width: 100%;
	color: #ffffff;
	background-image: linear-gradient(to left top, #2b3041, #393f4f, #484e5e, #585e6d, #686e7c);
	font-size: 15px;
	min-height: 47px;
	line-height: 27px;
	border-color:#fff !important;
	border-radius: 12px !important;
}

.login-box .continue-btn:hover{
	background: rgb(57, 63, 79);
	background: linear-gradient(0deg, rgba(57, 63, 79, 1) 0%,
		rgba(57, 63, 79, 1) 100%);
	border-color:#fff !important;
	border-radius: 12px !important;
}

.login-box a {
	text-decoration: none;
	color: #fff;
}

.new-app-btn {
	background-color: #02B5A6;
	width: 100%;
	color: #ffffff;
	font-size: 15px;
	min-height: 47px;
	line-height: 27px;
	white-space: break-spaces;
}

.new-app-btn:hover {
	background: rgb(75, 92, 130);
	background: linear-gradient(0deg, rgba(75, 92, 130, 1) 0%,
		rgba(119, 134, 168, 1) 100%);
	color: #fff;
}

.footer-links {
	margin-top: 40px;
}

.footer-links a {
	text-decoration: none;
	color: #737f8a;
}

.mr-4 {
	margin-right: 40px;
}

.form-control {
	border-radius: 0px !important;
}

.customer-logo-inner {
	min-height: 80px;
	border-color: #BFBFBF !important;
	display: grid;
	align-content: center;
	justify-content: center;
}

.customer-logo-inner img {
	max-height: 50px;
}

.customer-name-in {
	font-size: 15px;
	font-weight: 600;
	color: #404d58;
}

.customer-address div {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 5px;
	align-items: center;
}

.phone-fax {
	display: grid;
	grid-template-columns: 1fr 1fr !important;
}

.min-w-600 {
	min-width: 600px;
}

.max-w-280 {
	max-width: 280px;
	min-width: 280px;
}

.border-end {
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.position-relative {
	position: relative !important;
}

.nav-toggle-btn {
	position: absolute;
	right: 10px;
	top: 20px;
}

.display-inline {
	display: inline !important;
}

.border-start {
	border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.login-box {
    background-image: linear-gradient(to left top, #2b3041, #393f4f, #484e5e, #585e6d, #686e7c);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 10px #a2a2a2;
    color: #ccc;
}
.custom-label{
    padding: 2px 6px;
    margin: 0 5px;
    border-radius: 3px;
}
.customer-logo img {
    mix-blend-mode: multiply;
    max-height: 50px;
}

.login-box-light {
	color: #555454;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 0 10px #a2a2a2;
}

.login-box-light .bg-danger {
	color: #eee;
}

.login-box-light h4 {
	color: #000000;
	font-weight: 300;
	font-size: 18px;
}

.backButton {
	background: #607D8B !important;
	color: #ffffff;
	border: 1px solid #607D8B !important;
}

.scroll-bar{
	min-height: 300px;
	max-height: 300px;
	overflow-y: auto;
}

.login-box-new-app {
	color: #555454;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	/* min-height: 200px; */
	box-shadow: 0 0 10px #a2a2a2;
}

.login-box-new-app h4 {
	color: #000000;
	font-weight: 300;
	font-size: 18px;
}

.login-box-new-app .bg-danger{
	color: #fff !important;
	border-radius: .25rem;
  padding: 1px 4px 2px;
}

.login-box .ui-message-error-icon:before {
    color: #d19898 !important;
}
.login-box .ui-message.ui-message-error, body .ui-message.ui-message-fatal {
    color: #d19898 !important;
}

.radio-button-display tr td{
	display: grid;
	grid-template-columns: 20px 1fr;
}

.blueColor {
	color: #000;
}
.login-box .blueColor {
	color: #fff !important;
}

.login-box-new-app .new-app-btn {
	width: 100%;
	color: #ffffff;
	background-color: #02B5A6;
	font-size: 15px;
	min-height: 47px;
	line-height: 27px;
	border-color: #02B5A6 !important;
	border-radius: 12px !important;
	line-height: 27px;
}

.login-box-new-app .new-app-btn:hover {
	background-color: #05AD9F;
	border-color: #02B5A6 !important;
	border-radius: 12px !important;
}

@media ( max-width : 768px) {
	.text-center-sm {
		text-align: center !important;
	}
	
	html:not([dir=rtl]) .text-end {
		text-align: center !important;
	}
}
	
@media ( max-width : 800px) {
	input {
		font-size: 16px !important;
	}
}