/*
Selected Type styles to use in the TinyMCE Wysiwyg editor
This file is only loaded in admin screen
*/
.lead {
  font-size: 18px;
}

.text-small {
  font-size: 14px;
}

.text-large {
  font-size: 21px;
}

.unstyled {
  list-style: none;
  padding-left: 0;
}

.subheader {
  font-size: 24px;
  font-weight: 600;
}

blockquote {
  font-weight: 600;
  font-size: 20px;
  padding-left: 24px;
}

.blockquote--lg {
  font-size: 24px;
  font-weight: 600;
}

.btn {
  border: 2px solid #212f4d;
  display: inline-block;
  padding: 12px 20px;
  text-decoration: none;
}

.btn--sm {
  font-size: 17px;
}

.btn--lg {
  font-size: 27px;
}

.login h1 a {
  background-image: url("../images/svg/bm-logo-full.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}