.login-page, .lockscreen {
  background: #001a72;
}

.lockscreen {
  color: #fff;
}

.main-sidebar {
  background: #001a72;
}

.main-sidebar a, .nav-pills .nav-link {
  color: #fff;
}

.main-sidebar a:hover, .main-sidebar .nav-link:hover {
  color: #ffe58d;
}

.main-sidebar .image i {
  color: #fff;
  margin-top: 9px;
}

.brand-link .brand-image {
  float: none;
}

.brand-link {
  border-bottom: 1px solid;
}

.user-panel {
  border-bottom: 1px solid #fff;
}

.btn-primary {
  background-color: #001a72;
  border-color: #001a72;
}

.btn-primary:hover {
  background-color: #2f86ff;
}

.btn {
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
}

.breadcrumb-alignment {
  justify-content: flex-end !important;
}

.clientForm span{
	display:block;
	
}

.btns{
    display: block;

}

.createBank, .createPerson{
	margin-bottom:10px;
}

.aisSearchPage .form-control{
	height: 25px;
    padding: 10px;
		cursor:pointer;
}

.aisSearchPage .input-group-text{
	padding:3px;
}

.aisSearchPage .select2-selection{
		height: 25px;
    padding: 0px 10px;
}
.aisSearchPage .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 25px;

}
.aisSearchPage label{
	margin-bottom:0px;
}