.fmForm .dnnFormItem {
  width: auto; }

.form-group .dnnLabel {
  float: none;
  margin-right: 0;
  width: auto; }

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
  width: 100%;
  max-width: 100%;
  margin-bottom: auto; }

.form-group a.btn-primary:visited,
.form-group a.btn-success:visited,
.form-group a.btn-info:visited,
.form-group a.btn-warning:visited,
.form-group a.btn-danger:visited {
  color: #fff; }

.form-group a.btn-default:visited {
  color: #333; }

.fm-bottom-frame {
  border-bottom: cornflowerblue;
  border-bottom-style: solid;
  border-bottom-width: thin;
  margin-bottom: 10px; }

.fm-bottom-frame-pdf {
  border-bottom-width: thin;
  border-bottom-color: blue;
  border-bottom-style: solid;
  margin-bottom: 10px; }

.fm-title {
  padding-right: 300px; }

.fm-logo {
  padding-left: 450px; }

.fm-logo-pdf {
  padding-left: 300px; }

.fm-size-pdf {
  font-size: 1.75rem; }

.fm-size-sm-pdf {
  font-size: 1.75rem; }

.fm-size-xs-pdf {
  font-size: 1.25rem; }

.fm-size-lg-pdf {
  font-size: 2rem; }

.fm-submit-sec {
  padding-bottom: 20px;
  padding-inline-start: 40px; }

fm-validation-message {
  position: relative;
  top: 3px; }

.bottom-align-text {
  position: absolute;
  bottom: 0;
  right: 0; }
