@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

html,
body {
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  background: rgb(0,33,115);
  background: linear-gradient(7deg, rgba(0,33,115,1) 0%, rgba(34,109,204,1) 100%);
}

body {
  display: flex;
  align-items: center;
  /*padding-top: 40px;
  padding-bottom: 40px;
  */
  padding-top: 0;
  padding-bottom: 143px;
  background-color: #f5f5f5;
}

.form-signin {
  max-width: 1000px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 241px) and (max-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  .title-sigma{
    font-size: 50px !important;
    margin-bottom: -12px !important;
  }
}


.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.card {
  padding: 50px 20px;
  -webkit-box-shadow: 0px 0px 29px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 29px -10px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 29px -10px rgba(0,0,0,0.75);
  border-radius: 20px!important;
  background-color: #ffffff !important;
}
.card-body {
  padding-top: 10px;
  padding-bottom: 6px;
}
.title-sigma{
  font-size: 98px;
  margin-bottom: -28px;
  color: #ffffff;
  font-weight: 700;
}

h5{
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  color: #005ad2;
}

.hr-title{
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #003c8b;
  opacity: .25;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #003c8b;
}

