.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.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;
}




::root {
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

html,
html * {
  font: 1em/1.375 "UPSBerlingskeSans-Rg",Helvetica,sans-serif !important;
}

@font-face {
 font-family:UPSBerlingskeSerifTx-Rg;
 font-weight:300;
 font-style:normal;
 src:url("/assets/UPSBerlingskeSerifTx-XLt.woff") format("woff")
}
@font-face {
 font-family:UPSBerlingskeSerifTx-Rg;
 font-weight:normal;
 font-style:normal;
 src:url("/assets/UPSBerlingskeSerifTx-Rg.woff") format("woff")
}
@font-face {
 font-family:UPSBerlingskeSerifTx-Rg;
 font-weight:bold;
 font-style:normal;
 src:url("/assets/UPSBerlingskeSerifTx-Bd.woff") format("woff")
}
@font-face {
 font-family:UPSBerlingskeSans-Rg;
 font-weight:300;
 font-style:normal;
 src:url("/assets/TheUPSStore/fonts/UPSBerlingskeSans-Rg.woff") format("woff")
}
@font-face {
 font-family:UPSBerlingskeSans-Rg;
 font-weight:500;
 font-style:normal;
 src:url("/assets/TheUPSStore/fonts/UPSBerlingskeSans-Md.woff") format("woff")
}

.nowrap {
  white-space: nowrap;
}

h1, h1 * {
  font-family: "UPSBerlingskeSerifTx-Rg","Georgia","Times New Roman",serif !important;
  font-size: 36px !important;
  font-size: 2.25rem !important;
  line-height: 1.22222 !important;
  
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.3 !important;
}
h1 {
	max-width: 480px;
	margin: auto;
}
.form-register {
  max-width: 330px;
  padding: 15px;
}
@media only screen and (min-width: 480px) {
  h1, h1 * {
    font-size: 42px !important;
    font-size: 2.625rem !important;
    line-height: 1.04762 !important;
    
    font-size: 21px !important;
    font-size: 1.3125rem !important;
    line-height: 1.2 !important;
  }
}
@media only screen and (min-width: 859px) {
  h1, h1 * {
    font-size: 48px !important;
    font-size: 3rem !important;
    line-height: 1.375 !important;
    
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
  .form-register {
    max-width: 660px !important;
  }
}
@media only screen and (min-width: 1024px) {
  h1, h1 * {
    font-size: 52px !important;
    font-size: 3.25rem !important;
    line-height: 1.26923 !important;
    
    font-size: 26px !important;
    font-size: 1.75rem !important;
  }
}

html,
body {
  height: 100%;
  background-color: #f5f5f5;
  background-color: #DFDBD7;
  background-color: white;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-register {
  max-width: 330px;
  padding: 15px;
}

.form-register .form-floating:focus-within {
  z-index: 2;
}

.form-register .form-control {
  border-radius: 0;
  margin-bottom: -1px;
}

.form-register #floatingFirstName {
  border-radius: .375rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-register #floatingEmail {
  margin-bottom: 10px;
  border-radius: .375rem;
  /*border-top-left-radius: 0;
  border-top-right-radius: 0;*/
}



img {
	max-width: 520px !important;
}
.small-print {
	font-size: 0.6em !important;
}




button.btn-primary,
button.btn-primary:hover {
  border: none;
  border-radius: 25px;
  background-color: #009CBD;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}