/*#region main variables*/
.clear {
  clear: both;
  content: '';
  display: table;
}
.alert {
  background-color: #f5d8e7;
}
/*#endregion main variables*/
/*#region div templates*/
/*#endregion div templates*/

html,
form {
  height: 100%;
  min-height: 100%;
}
body {
  position: relative !important;
  height: 100%;
  min-height: 100%;
  background-color: white !important;
  background-image: none !important;
}
body .content {
  padding: 0 0 90px 0 !important;
}
