/* $Id$ */

/*
#ssp-app-id .ssp-top-pane {
  background: #738e9c;
  height: 52px;
}
*/

body{
	margin: 0;
	padding: 0;	
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

h2{
	font-size: 16px;
}

p{
	font-size: 14px;
}

#NDheader{
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	padding-left: 5px;
}

#NDMain {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

.ssp-top-pane{
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%) !important;
}

.ssp-reset-password .header{	
	font-weight: bold;
	font-size: 16px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

.ssp-reset-password .header-slogan{
	color: #000;
	font-size: 14px;
}

#domainLogin{
	width: 100% !important;
}