.blue {
  color: #004990;
}


.title-options {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.options {
  display: flex;
  justify-content: flex-end;
  padding-left: 30px;
  padding-right: 30px;
  align-items: baseline;
}

.options span:not(:last-child) {
  border-right: 1px black solid;
  padding-right: 10px;
  padding-left: 10px;
}

.options span:last-child {
  padding-right: 10px;
  padding-left: 10px;
}

.right-logo {
  text-align: right;
}

#main-title {
  font-size: 22px;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.form-group input {
  width: 280px;
  height: 40px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  border: 1px solid #656565;
  font-size: 22px;
}

.forgotten-pwd {
  text-align: left;
  margin-top: 14px;
}

.space {
  display: flex;
  align-items: center;
  justify-content: center;
}

.space span {
  text-align: center;
  font: normal normal bold 20px/40px Roboto;
  letter-spacing: 0;
  color: #111111;
  text-transform: uppercase;
  padding: 10px;
}

.space .border {
  border: 1px solid black;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pointer {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.first-connection {
  text-align: center;
  text-transform: uppercase;
}


.fc {
  display: flex;
  flex-direction: column;
}
.fc a:first-of-type{
  margin-bottom: 15px;
}

@media screen and (max-width: 627px) {
  .options {
    justify-content: center;
    align-items: center;
  }
}

.forgotten-pwd{
  text-transform: uppercase;
}

.min-wdth-300 {
  min-width: 300px;
  text-align: left;
}

.anchor-lined{
  text-decoration: underline;
}
.mg-top-30 {
  margin-top: 30px;
}
.fc-link {
  display: inline-block;
  padding-bottom: 23px;
}
.button-fc {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.button-fc #logo-img-fc-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 115px;
  z-index: 99;
}
.button-fc:hover #logo-img-fc-hover {
  display: inline;
}

.description {
  color: #656565;
  margin-bottom: 15px;
}

.bar-display {
  display: inline-flex;
  background-color: #004990;
  margin-left: -15px;
  width: calc(100% + 30px);
  box-sizing: border-box;
  padding-right: 8.33%;
  padding-left: calc(8.33% + 12px);
}

.displayDesktop {
  display: inherit;
  opacity: 1;
}

.ui-menubar-root-list {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  .ui-menuitem {
    padding-top: 0;
  }
}

.ui-menubar .ui-menuitem.ui-menuitem-active > .ui-menuitem-link {
  background-color: #0f3c78 !important;

  :hover {
    background-color: #0f3c78 !important;
  }
}

.ui-menuitem-text {
  color: #FFFFFF !important;
  font-size: 16px;
}

.ui-menubar .ui-menuitem-text {
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
}

.ui-menubar {
  color: #fff !important;
  background: #004990 !important;
  background-image: none !important;
  border: none !important;
  display: block !important;
  margin-left: -15px !important;
  padding-left: 5px !important;
  padding-right: 10px !important;
  outline: 0 !important;
  width: calc(100% + 20px) !important;
  min-height: 52px !important;
}

.ui-menubar:hover {
  border-bottom: 4px #d93e18 solid !important;
  background-color: #0f3c78 !important;

}

nav ul {
  list-style-type: none;
  padding-left: 0 !important;
  margin-left: 0 !important;
}