/* Profile SCSS Document */
.profileSection {
  margin-top: 35px;
}
.profileSection .profileContent {
  margin-bottom: 30px;
}
.profileSection .profileContent h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.profileSection .profileContent .securityProfile .form-group span {
  font-weight: 600;
}
.profileSection .profileContent .selectPrinterGroup .selectPrinterLabel {
  font-weight: 600;
  margin-bottom: 10px;
}
