

.alert-success {
	background-color:#3c763d;
	color:white;
}
.alert-danger {
	background-color:#a94442;
	color:white;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  background-color:white;
  font-family : 'Assistant'

}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 18px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
			.btn-primary {
				background-color:#383838;
				border-color:#383838;
			}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
			    color: #fff;
			    background-color:#000;
			    border-color: #000;
			}			
						
			.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, btn-primary:active, btn-primary:focus, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
				background-color:#000;
				border-color:#000;
			}
			
.btn-addera {
	background-color:#3a5348;
	color:white;
}
.btn-addera:hover {
	background-color:#4b6a5c;
	color:white;
}	
			
			
body {
display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;    
    text-align:center;
	
	  background:url("/img/loginback6.jpg");
	  background-position:right center;
	  background-repeat:no-repeat;
background-size:cover;
}

html,
body {
  height: 100%;
}