html {
  min-height: 100%;
  height: 100%;
}

body {
  display: grid;
  grid-template-columns: 3fr 1fr;
  padding: 0;
  min-height: 100%;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

a {
  color: #0B7AB1 !important;
  text-decoration: none;
  cursor: pointer;
}

h1 {
  font-size: 56px;
  margin: 0;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

button {
  background-color: #0B7AB1;
  color: #fff;
  width: 100%;
  border: 0;
  padding: 8px 16px !important;
  border-radius: 4px;
  height: 36px;
  cursor: pointer;
  font-size: 14px;
}

button:hover {
  background-color: #085C85;
}

button:focus-visible {
  outline: 0 none;
}

button:focus {
  box-shadow: 0 0 0 0.2rem #85BCD8;
}

.login-box {
  width: 380px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 7px #999;
  font-size: 14px;
  margin: 64px;
}

footer {
  text-align: center;
  font-size: 14px;
}

.flex {
  display: flex;
}

.column-nowrap {
  flex-flow: column nowrap;
}

.row-nowrap {
  flex-flow: row nowrap;
}

.row-wrap {
  flex-flow: row wrap;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.p-16 {
  padding: 16px;
}

.gap-16 {
  gap: 16px;
}

.gap-8 {
  gap: 8px;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

#welcome {
  flex: 1;
  max-width: 900px;
}

#welcome img {
  height: 40vh;
  max-height: 500px;
  max-width: 100%;
  margin-bottom: 16px;
}

#login {
  background-image: url("https://saregstg2.blob.core.windows.net/b2c-custom-userflows/circles.svg");
}

.social .intro {
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
}

.social .intro:after {
  content: "Log in using your Regence account";
}

footer img {
  height: 16px;
  width: 16px;
}

.sm-only {
  display: none;
}

@media (max-width: 1200px) {
  body {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1024px) {
  body {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 48px;
  }

  footer p {
    font-weight: 600;
  }

  #main {
    display: none;
  }

  .login-box {
    margin: 16px;
  }

  .sm-only {
    display: flex;
  }

  .title {
    text-align: center;
    color: #fff;
  }
}

/* Custom CSS to modify inserted API HTML */

/* Hide extra things Microsoft inserts */
#api .heading,
#forgotPassword,
#api .divider,
#api #localAccountForm,
.localAccount .divider,
.social .intro h2,
.create {
  display: none;
}

.intro h2 {
  margin-bottom: 16px;
}

#api {
  padding: 0 16px;
}

#api .intro {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

/* Custom CSS to modify inserted API HTML */
