@charset "UTF-8";

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen",
  "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
  "Helvetica", "Arial", sans-serif;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.button,
.input {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding: calc(0.375em - 1px) calc(0.625em - 1px);
  position: relative;
  vertical-align: top;
}

body,
h2,
h3 {
  margin: 0;
  padding: 0;
}

h2,
h3 {
  font-size: 100%;
  font-weight: normal;
}

button,
input {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img {
  height: auto;
  max-width: 100%;
}

body,
button,
input {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen",
  "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
  "Helvetica", "Arial", sans-serif;
}

body {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

img {
  height: auto;
  max-width: 100%;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

p {
  margin-bottom: 1em;
}

.button {
  background-color: white;
  border-color: rgba(44, 72, 110, 0.2);
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding: calc(0.375em - 1px) 0.75em;
  text-align: center;
  white-space: nowrap;
}

.button:hover {
  border-color: #e4ecef;
  color: #363636;
}

.button:focus {
  border-color: #3273dc;
  color: #363636;
}

.button:active {
  border-color: #4a4a4a;
  color: #363636;
}

.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:hover {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus {
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-white.is-outlined:hover,
.button.is-white.is-outlined:focus {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.buttons .button {
  margin-bottom: 0.5rem;
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}

.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

.input {
  background-color: white;
  border-color: rgba(44, 72, 110, 0.2);
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}

.input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:hover {
  border-color: #e4ecef;
}

.input:focus,
.input:active {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.control {
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.title {
  word-break: break-word;
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.button {
  border-color: transparent;
}

body {
  background-color: #f4f8fa;
  color: #2c486e;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "nimbus-sans", sans-serif;
}

button,
input {
  font-family: "nimbus-sans", sans-serif;
}

.button,
.input {
  font-size: 1em;
}

body {
  color: #667b96;
  font-size: 15px;
}

.button {
  position: static;
  animation: none;
  font-size: 16px;
  font-weight: 500;
  height: 42px;
  padding: 0px 40px;
  color: #ffffff;
}

.button.is-white {
  background-color: white;
  color: #00c39c;
}

.button.is-green {
  background-color: #00c39c;
  color: white;
}

.button.is-green:focus,
.button.is-green:hover {
  background-color: #00aa88;
}

.button.is-green.is-outline {
  color: #00c39c;
  background-color: transparent;
  border-color: #00c39c;
}

.button.is-green.is-outline:focus,
.button.is-green.is-outline:hover {
  color: #fff;
  background-color: #00c39c;
  border-color: #00c39c;
}

.input {
  border-color: #e9ecf0;
  height: 42px;
  box-shadow: none;
  color: #6b7f99;
  padding: 5px 15px;
}

.input:hover,
.input:focus,
.input:active {
  border-color: #e9ecf0;
  outline: 0;
  box-shadow: none;
}

.login-page {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: inherit;
}

.login-page .login-page-content {
  flex: 1;
  display: flex;
  background-color: inherit;
}

.login-page .top-logos-bar {
  display: none;
}

.login-page .left {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  min-height: 100vh;
  width: 540px;
  background-color: #116754;
  padding: 50px;
  overflow: hidden;
}

.login-page .left .left-bar-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 1;
  position: relative;
}

.login-page .left .background-oval {
  position: absolute;
  z-index: 0;
  min-width: 1120px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 300px);
}

.login-page .left .oscar-logo {
  margin-bottom: 50px;
}

.login-page .left .cta-container {
  position: relative;
  flex: 1;
}

.login-page .left .whats-new {
  display: inline-block;
  background-color: #00c39c;
  color: #116754;
  font-size: 12.5px;
  padding: 3px 12px;
  border-radius: 4px;
  margin-bottom: 25px;
}

.login-page .left .oscar-headline {
  color: white;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 1em;
  padding-right: 50px;
}

.login-page .left .oscar-description {
  color: white;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.44;
}

.login-page .left .learn-more-button {
  border: 2px solid white !important;
  border-radius: 30px;
}

.login-page .left .bottom-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.login-page .left .apps-health-logo {
  padding: 30px 0 15px;
  text-align: center;
}

.login-page .left .apps-health-logo img {
  margin-left: -30px;
  width: 300px;
}

.login-page .right {
  flex: 1;
  padding: 50px;
  padding-left: 590px;
}

.login-page .right .right-container {
  max-width: 600px;
  margin: 85px auto 0;
}

.login-page .right .login-error {
  color: #ff0000;
  text-align: center;
  background-color: rgba(211, 64, 64, 0.1);
  padding: 15px 20px;
  margin-bottom: 20px;
}

.login-page .right .title {
  text-align: center;
  color: #2c486e;
  font-size: 30px;
  margin-bottom: 40px;
}

.login-page .right .control {
  margin-bottom: 14px;
}

.login-page .right .input {
  height: 50px;
  color: #2c486e;
}

.login-page .right .input:focus {
  border: solid 1px rgba(44, 72, 110, 0.8);
}

.login-page .right .input::placeholder {
  font-weight: bold;
  color: #2c486e;
  opacity: 0.6;
  font-size: 15px;
}

.login-page .right .WAN-text {
  font-size: 14px;
  color: #667b96;
  margin-bottom: 15px;
  margin-top: -8px;
}

.login-page .right .buttons {
  display: flex;
}

.login-page .right .buttons .button {
  flex: 1;
  height: 50px;
  font-weight: bold;
}

.login-page .right .login-with-one-id {
  border: solid 1px rgba(44, 72, 110, 0.12);
  border-radius: 4px;
  padding: 20px;
  position: relative;
  text-align: center;
}

.login-page .right .login-with-one-id .login-with-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f4f8fa;
  padding: 5px 25px;
  border-radius: 4px;
  color: #2c486e;
  font-size: 14px;
  white-space: nowrap;
}

.login-page .right .login-with-one-id .one-id-login-button {
  background-color: #4f99c9;
  border-radius: 4px;
  border: 0;
  box-shadow: none;
  padding: 15px 45px;
  width: 100%;
}

.login-page .right .login-with-one-id .one-id-login-button img {
  width: 82px;
}

.login-page .right .confidentiality-agreement {
  margin-top: 60px;
  font-size: 13px;
  color: #667b96;
}

@media (max-width: 1080px) {
  .login-page .login-page-content {
    flex-direction: column;
  }

  .login-page .top-logos-bar {
    background-color: #116754;
    display: block;
    padding: 15px 20px;
  }

  .login-page .top-logos-bar .top-bar-container {
    display: flex;
    max-width: 540px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }

  .login-page .top-logos-bar .oscar-logo {
    width: 100px;
  }

  .login-page .top-logos-bar .well-emr-logo {
    width: 150px;
  }

  .login-page .left {
    position: relative;
    order: 2;
    min-height: 260px;
    width: auto;
    flex-grow: 1;
  }

  .login-page .left .left-bar-container {
    max-width: 540px;
    margin: 0 auto;
  }

  .login-page .left .background-oval {
    min-width: 1400px;
    top: calc(100% - 200px);
  }

  .login-page .left .oscar-logo {
    display: none;
  }

  .login-page .left .apps-health-logo {
    padding: 35px 0 0 0;
    margin-bottom: -20px;
  }

  .login-page .left .apps-health-logo img {
    margin-left: -35px;
    width: 240px;
  }

  .login-page .left .well-emr-logo {
    display: none;
  }

  .login-page .right {
    order: 1;
    padding-left: 50px;
  }

  .login-page .right .right-container {
    max-width: 540px;
    margin: 0 auto;
  }
}

@media (max-width: 552px) {
  .login-page .right .buttons {
    display: block;
  }

  .login-page .right .buttons .button {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .login-page .left {
    padding: 50px 20px;
  }

  .login-page .left .left-bar-container {
    max-width: 540px;
    margin: 0 auto;
  }

  .login-page .left .background-oval {
    min-width: 800px;
  }

  .login-page .left .oscar-headline {
    font-size: 32px;
  }

  .login-page .left .oscar-description {
    font-size: 17px;
  }

  .login-page .left .oscar-logo {
    display: none;
  }

  .login-page .left .apps-health-logo {
    padding: 35px 0 0 0;
    margin-bottom: -20px;
  }

  .login-page .left .apps-health-logo img {
    margin-left: -35px;
    width: 240px;
  }

  .login-page .left .well-emr-logo {
    display: none;
  }

  .login-page .right {
    order: 1;
    padding: 50px 20px;
  }

  .login-page .right .buttons {
    display: block;
  }

  .login-page .right .buttons .button {
    width: 100%;
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family: "nimbus-sans";
  src: url("../fonts/nimbussanl-regita-webfont.woff2") format("woff2"),
  url("../fonts/nimbussanl-regita-webfont.woff") format("woff");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "nimbus-sans";
  src: url("../fonts/nimbussanl-reg-webfont.woff2") format("woff2"),
  url("../fonts/nimbussanl-reg-webfont.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "nimbus-sans";
  src: url("../fonts/nimbussanl-bolita-webfont.woff2") format("woff2"),
  url("../fonts/nimbussanl-bolita-webfont.woff") format("woff");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "nimbus-sans";
  src: url("../fonts/nimbussanl-bol-webfont.woff2") format("woff2"),
  url("../fonts/nimbussanl-bol-webfont.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
