@font-face {
    font-family: 'nunito_sanslight';
    src: url('nunitosans-light.woff2') format('woff2'),
         url('nunitosans-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body
{
 	height: 100%; 
 	width: 100%;
 	font-size: 0.875rem;
	font-family: 'nunito_sanslight';
}

.form .StreetMan_logo 
{
	padding-top:16px;
	margin-bottom:10px;
	text-align:center;
}

.DNMSLoginForm
{
	height: 100%;
	width: 100%;
	margin-bottom: 0px;
	display:table;
}

.nm-login-form-row-container
{
	opacity:0.96;
}

.nm-login-form-logo-div
{
	align-items: center;
    display: flex;
    justify-content: center;	
}

.nm-login-form-logo
{
	height: 40px;
	width: 129px;	
	background-repeat: no-repeat;
	background-position: center;
}


@media only screen
and (min-width: 576px)
{
	.nm-login-form-row-container
	{
		min-width:400px;
	}
}


#change_password_info label 
{
	margin-bottom : 0;
}
.nm-login-form-cell-container
{
	display:table-cell; 
	vertical-align: middle;
}

.nm-login-form-main-container
{
	margin-left: auto;
	margin-right: auto;
	background: white;
	display:table; 
	width: 100%;
	text-align: center;
}

.nm-login-form-main-container .form-control 
{
  outline: 0;
  color:#555;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius:4px;
  width: 100%;
  margin: 0 0 10px;
  padding: 6px;
  box-sizing: border-box;
  font-size: 16px;
  height:40px;
  border-radius:0;
}

.nm-login-form-main-container .input:focus 
{
	 border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;	
}

.nm-login-form-main-container .btn
{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 15px;
  padding: 7px 25px;
  background-image: none;
}

#LoginForgotPasswordLink
{
	font-size: 14px;
    cursor: pointer;
}

#LoginForgotPasswordLink:hover
{
    color: #0000ee;
    text-decoration: underline;
}

.loginScreenFooter
{
	font-size: 12px;
	color: #212529;
	text-align: center;
}

.LoginFormContainer
{
	height: calc(100% - 60px)
}

.loginBackGroundImage
{
    position: absolute;
    top:0;
    left:0;
    width:100%;
 	height:100%;
    z-index:-1;
    background-repeat: no-repeat;
    min-height: 400px;
    min-width: 700px;
}

.LoginUserDialog
{
    background:transparent url(images/UserIcon.gif) no-repeat 0 0;
    width:32px;
    height:32px;
}

#privacy_policy
{
	font-size: 12px;
}

.DemoLoginFormContainer
{
	height: calc(100% - 60px)
}

.nm-login-form-main-container .btn-primary {
	background-color: var(--nm-form-primary-button-color);
	border-color: var(--nm-form-primary-button-color);
}

.loginPageInput .form-group {
    text-align: left !important;
}

.password-wrapper {
	position: relative;
}

.password-toggle-icon {
	position: absolute;
	right: 3%;
	bottom: 11.5%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #666;
}