html {
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS;
  min-height: 100%;
  position: relative; }

nav.banner-header {
  height: 60px;
  background-color: #F2F5F5;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #dee2e6;
  /* Icon */ }
  nav.banner-header .header-logo {
    margin-top: 0px;
    height: 55px;
    display: inline-block;
    opacity: 0.6; }
  nav.banner-header .p-col-header-logo {
    width: 60px; }
  nav.banner-header .menu-icon {
    margin-left: -30px !important;
    margin-top: -30px !important;
    width: 35px !important;
    height: 53px !important;
    background: url("") no-repeat center center !important;
    background-size: 100% !important; }

@media (max-width: 575.98px) {
  nav.banner-header .p-col-header-logo {
    display: none; } }

footer {
  z-index: 100;
  background: #2A2A2A;
  min-height: 120px; }
  footer p {
    padding-left: 30px;
    color: white;
    margin-bottom: 0px; }
  footer a, footer p {
    font-size: 15px; }

.bold {
  font-weight: bold; }

.ui-fileupload-content {
  margin-left: 2em; }

.ui-fileupload-buttonbar {
  margin-left: 2em; }

@media (max-width: 767px) {
  .user-card {
    height: 450px;
    width: 360px; }
    .user-card .brand_logo_container {
      display: none; }
  footer {
    display: none !important; } }

@media (min-width: 768px) {
  .user-card {
    min-height: 450px;
    max-height: 600px;
    width: 550px;
    margin-bottom: auto;
    background: #F2F5F5;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px; }
    .user-card .form_container {
      width: 100%; }
      .user-card .form_container form {
        width: 80%; } }

.brand_logo_container {
  position: absolute;
  height: 170px;
  width: 170px;
  top: -75px;
  border-radius: 50%;
  background: #28BBBB;
  padding: 10px;
  text-align: center; }

.brand_logo {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 2px solid white; }

.form_container {
  margin-top: 100px; }
  .form_container .form-control {
    padding-left: 7px; }
  .form_container .function-group {
    background-color: #fff;
    padding: 0px; }
    .form_container .function-group .function-group-select {
      border: none;
      outline: none;
      color: inherit; }
    .form_container .function-group label.ui-inputfield {
      height: 100%;
      border: none;
      background: #fff;
      box-shadow: none;
      padding: 7px 0px 7px 7px;
      color: inherit; }
    .form_container .function-group .ui-selectonemenu-trigger {
      outline: none; }

.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important; }

.login_container {
  padding: 0 2rem; }

.input-group-text {
  background: #bed636 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important; }

.input_user, .input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #c0392b !important; }

a {
  cursor: pointer; }

.ui-widget-overlay {
  opacity: 0.1 !important; }

.ui-dialog.spinner-dialog .ui-dialog-content {
  width: 64px;
  height: 64px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: transparent;
  overflow: hidden;
  color: #D0D616; }

/*# sourceMappingURL=../../../../../target/ui.css.map */