@font-face {
  font-family: 'L10';
  font-weight: 700;
  src: url('/public/fonts/MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: url('/public/fonts/L-Bold.ttf') format('truetype')
}

/* -- login --*/
.outsideLoginWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 86vh;
  .logo {
    margin-bottom: 10px;
  }
  .greetings_isOutsideLogin{
    color: white;
  }
  .loginBtn{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    color: #07458E;
    font: normal normal bold 23px/17px Roboto;
    text-transform: uppercase;
    width: 205px;
    padding: 18px 36px;
  }
}

.circle_outsideLogin {
  background-color: #154f94;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}
.footer_wrapper {
  background-color: white;
  height: 80px;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer_outsideLogin {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
