
body {
    color: #FFFFFF;
	background: #59485B;
}
#agree {
	position:relative;
	text-decoration:none;
	color:#FFFFFF;
}
.fnt {
	line-height:1.4rem;
	font-size: 12px;
	display:block;
	 color: #79A297;
}
.notagree{width:15px; height:15px; border:2px solid #FFFFFF; border-radius:30px; position: absolute;top: 4px; left: -20px;}
.deas a img { border-radius:50px; border:2px solid #59485B;}
.table{  color: #FFFFFF;}
.newpation-header h5{color: #59485B}
.userinforfront h6{ font-weight:400; font-size:14px;  color: #59485B;} 
.btn-primary.disabled, .btn-primary:disabled {
    color: #FFFFFF;
    background-color: #59485B;
    border-color: #59485B;
	opacity: 0.7;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover, .btn-primary.disabled:focus, .btn-primary:disabled:focus { border: 1px solid rgba(255,255,255,0.6);}
.custom-control-input:checked~.custom-control-label::before {
    color: #FFFFFF;
}
.step-process .step-item {
    background-color: #59485B;
}
.bulletpoint {
     color: #FFFFFF;
}
.newpation-header  .sub-title1, .header .sub-title1{
     color: #79A297 !important;
}
.sub-title1 {
     color: #FFFFFF !important;
}
.healthcheckup .sub-title1{color:#59485B!important;}


#containeralert{
	background-color: #59485B;
	color: #FFFFFF;
	position: absolute; width: 350px; 
	border-radius: 8px; 
	padding:20px 30px 30px 30px; 
	box-sizing: border-box;  
	position:fixed;
    left: 50%;
    top: 30%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
}
a, a:hover {
    color: #FFFFFF;
}
.morelink {
	background: #59485B;
}
.modal-content {
     background-color: #59485B;
	 color: #FFFFFF;
}
a:hover.logout {
    color: #59485B;
    border: 1px solid #59485B;
    text-decoration: none;
}
