html {
  height: 100%;
}

body {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#page {
  display:flex;
  flex-direction: row;
}

@media only screen and (min-width: 850px) {
  #page-main-area {
    max-width: 508px;
    min-width: 508px;
    height: 100vh;
    background-color: #0E0F11;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: auto;
    padding: 44px 55px;
  }
}

@media only screen and (max-width: 850px) {
  #page-main-area {
    background-color: #0E0F11;
    display: flex;
    width: 100vw;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 44px 55px;
  }
}

#RPZLzQvM{
  margin-top: 1.2em;
}

.module-image-module {
  margin-bottom: 5.15em;
}

.client-logo{
  display: flex;
}

.client-logo h4{
  color: #ffffff;
  font-size: 33.3px;
}

#page-main-area h2{
  color: #002677;
  font-size: 2.4em;
  font-style: normal;
  font-weight: 700;
  margin-top: 2.75em;
  margin-bottom: 1em;
  line-height: 1em; 
}

#page-main-area p {
  color: #ffffff;
  font-size: 1.180em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.60em;
  margin-bottom: 1em;
}

#sign-in {
  color: #ffffff;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  margin-top: 1.5em;
  display: flex;
  align-items: flex-end;
  justify-content: start; 
}

.identity-providers {
  width: 100%;
  margin-top: 1.5em;
}

.identity-providers > * {
  margin-bottom: 0.75em;
}

.zocial-uhg-ms-id {
  margin-top: 0.75em;
  background: #0E0F11;
  outline: 0.10em solid #ffffff;
  border-radius: 4em;
  height: 50px;
  width: 100%;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
}

.zocial-healthcare-id {
  margin-top: 0.75em;
  background: #ffffff;
  border-radius: 2em;
  height: 50px;
  width: 100%;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
}

.zocial-healthcare-id a {
  color: #002677;
  font-family: 'OptumSans';
  font-size: 1.15rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
} 

.zocial-uhg-ms-id a {
  color: #ffffff;
  font-family: 'OptumSans';
  font-size: 1.15rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.zocial-uhg-ms-id:hover, .zocial-healthcare-id:hover {
  transform:scale(1.01,1.06);
  box-shadow:0 0 15px #cde5e7;
}

@media only screen and (max-width: 850px) {
  .header-background-image {
    display: none;
  }
}

@media only screen and (min-width: 850px) {
  .header-background-image {
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
   }
}

#link-error {
  color: #2e65d8;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  text-align: center;
  width: 100%;
}

.alert-info {
  color: #2e65d8;
  background-color: #bac0db;
  border-color: #ebccd1;
  text-align: center;
  width: 100%;
}

.alert-warning {
  color: #936923;
  background-color: #fcf9ed;
  border-color: #ebccd1;
  text-align: center;
  width: 100%;
}

#textarea {
  width: 25em;
  background: white;
  position: relative;
  border: 1px solid #c2c2c2; /*box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);*/
  border-radius: 4px;
  margin: auto;
  -webkit-appearance: textarea;
  -moz-appearance: textfield-multiline;
  overflow: auto;
  font: medium -moz-fixed;
  font-size: 1.15em;
  font: -webkit-small-control;
  height: 400px;
  padding: 2px;
}
#terms-div-container {
  width: 25em; /* same size as of textarea css defined above*/
}
.link-button {
  width: 5em;
  height: 40px;
  border-radius: 4px;
  background-color: #1f3a93;
  border: solid 2px #1f3a93;
  color: #fff;
  text-decoration: none;
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 25px;
}
div.login-logo {
  display: block;
  margin: 30px;
  text-align: center;
}
.form-group {
  text-align: left;
  margin-right: 15px !important;
  margin-left: 15px !important;
  padding: 0px 15px;
}
.button-wrapper {
  margin-top: 70px;
}

.review-merge-message {
  text-align: left;
  padding: 0 10px !important;
}

#kc-error-message {
  display: block;
  margin: auto;
  min-width: 29em;
  min-height: 500px;
}

#kc-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#kc-form {
  min-height: 210px;
  width: 100%;
}

#kc-form p{
  display: table;
  margin-top: 3em;
}

.content-box {
  text-align: left;
  align-self: center;
  margin: auto;
  min-width: 60px;
  background-color: #0E0F11;
}
button:active {
  background-color: #d9e6ee;
}
.sign-up {
  font-size: 1.15em;
  text-decoration: underline;
  color: #1f3a93;
}

.need-id {
  font-size: 1.15em;
  margin-left: 30px;
  text-align: left;
}
#kc-social-providers {
  text-align: center;
  margin-top: 3em;
}

#kc-form-login {
  height: 100%;
  min-height: 210px;
}

#kc-form-wrapper {
  margin-top: 0;
}

#kc-registration {
  height: 62px;
  border-top: solid 1px #d9e6ee;
  border-right: solid 1px #d9e6ee;
  vertical-align: middle;
  padding-top: 20px;
}

#kc-register-form {
  width: 29em;
}

#kc-registration a {
  font-size: 1.15em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  color: #1f3a93;
  text-decoration: underline;
}
#kc-form-buttons {
  display: block;
  padding: 20px;
  text-align: center;
  width: 100%;
}
#kc-form-options {
  display: block;
  padding: 20px;
  text-align: center;
  width: 100%;
}
#kc-form-options a {
  font-size: 1.15em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  color: #1f3a93;
  text-decoration: underline;
}

#kc-login {
  width: auto;
}
/*  header stuff */
.header-wrapper {
  height: 89px;
  font-size: 1.175em;
  padding-top: 17px;
  background-color: #fafafa;
  box-shadow: 0 2px 4px 0 #d9e6ee;
  margin-bottom: 20px;
}
.logo-i {
  color: #f9bb22;
}
.logo-l {
  font-size: 2em;
  color: #e0e0e0;
  display: inline-block;
}
.logo-o {
  font-size: 2em;
  font-family: serif;
  color: #FF612B;
  display: inline-block;
}
.logo-new::before {
   font-family: Monospace;
   font-weight: lighter;
   content: "|";
   margin: 10px;
   color:#838383;
}
.logo-new {
   font-family: Monospace;
   font-size: 1.5em;
   color:#000000;
}
.logo-d {
  color: #1f3a93;
  font-size: 1.75em;
  display: inline-block;
  text-transform: uppercase;
}
.logo {
  display: inline;
}
.sign-out {
  float: right;
  margin-top: 12.5px;
  margin-right: 30px;
  display: inline;
}
.sign-out a {
  color: #333333 !important;
  font-size: 1.25em;
}
/* footer stuff */
.footer {
  background-color: #f2f6f9;
  bottom: 0;
  font-size: 1.175em;;
  position: relative;
  height: 80px;
  clear: both;
  display: block;
}
.optum-logo {
  display: inline;
  width: 75px;
  margin-left: 15px;
}
.footer-left {
  float: left;
  padding-top: 32px;
  padding-left: 30px;
}
.footer-left p {
  display: inline;
  size: 14px;
  color: #838383;
}
.footer-center {
  margin-left: auto;
  margin-right: auto;
  color: #838383;
  padding-top: 32px;
  text-align: left;
}
.footer-right {
  float: right;
  size: 14px;
  padding-top: 32px;
  padding-right: 20px;
  color: #838383;
}
.footer a {
  color: #838383 !important;
}
/*utils*/
.btn-primary {
  box-sizing: border-box;
  min-height: 40px;
  color: #13717C;
  background-color: #ffffff;
  cursor: pointer;
  fill: #13717C;
  font-weight: 300;
  font-size: 1.175em;;
  letter-spacing: 0.4px;
  text-align: center;
  position: relative;
  padding: 0px 20px;
  border-radius: 4px;
  border: 1px solid #13717C;
  border-image: initial;
  outline: none;
}
button.btn-primary:hover {
  color: #fff;
  border: #13717C !important;
  background: #13717C !important;
}

#kc-confirm-merge-form {
  width: 29em;
}

#merge-form-content-wrapper {
  padding-bottom: 5px;
  width: 100%;
  text-align: left;
}

#merge-accounts-input-wrapper {
  padding: 10px;
}

#merge-button-wrapper {
  text-align: center;
}

.merge-accounts-input {
  display: inline-block;
}

.merge-accounts-email-input {
  max-width: 10em;
}

/* left nav */
div.left-nav > ul > li {
  list-style: none;
}
div.left-nav > ul > li > a {
  color: #1f3a93 !important;
}
/* Registration */
.Create-Your-Link-ID {
  height: 54px;
  font-size: 2em;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  margin-top: 15px;
}
.A-Link-ID-securely-m {
  height: 24px;
  font-size: 1.175em;;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  padding-top: 10px;
}
.Profile-Information {
  height: 36px;
  font-size: 1.5em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
}
.reg-width {
  width: 29em;
  text-align: left;
}


#kc-unsupported-form {
  width: 29em;
}

.unsupported-message {
  text-align: left;
}

.image-group-wrapper {
  display: flex;
}

.image-wrapper {
  padding: 0 4em;
}

#reset-wrapper {
  max-width: 26em;
  text-align: left;
}
#reset-wrapper p,
#reset-wrapper label {
  font-size: 1.175em;;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
}
div.reset-buttons {
  padding: 30px;
  align-items: right;
  text-align: right;
}
div.reset-buttons > div {
  display: inline-flex;
  margin-left: 15px;
  font-size: 1.5em;
}
div.reset-buttons a {
  text-decoration: underline;
}
h2.reset-password {
  font-size: 2em;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
}

.bottom-wrapper {
  border-top: 1px solid #d9e6ee;
  margin-top: 20px;
  margin-right: -32px;
  margin-left: 2px;
}
@font-face {
  font-family: 'OptumSans';
  src: url('https://cdn.linkhealth.com/common/fonts/OptumSans/OptumSans-Regular.ttf');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'OptumSans';
  src: url('https://cdn.linkhealth.com/common/fonts/OptumSans/OptumSans-RegularItalic.ttf');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'OptumSans';
  src: url('https://cdn.linkhealth.com/common/fonts/OptumSans/OptumSans-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OptumSans-XBold';
  src: url('https://cdn.linkhealth.com/common/fonts/OptumSans/OptumSans-XBold.ttf');
}

@font-face {
  font-family: "Lato-Light";
  src: url(../fonts/Lato-Light.ttf);
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: "FrutigerLTStd-Roman";
  src: url(../fonts/Frutiger/FrutigerLTStd-Roman.woff) format("woff");
}
@font-face {
  font-family: "Frutiger-Light";
  font-weight: 900;
  src: url(../fonts/Frutiger/FrutigerLTStd-Light.woff) format("woff");
}
* {
  font-family: "OptumSans";
}
.App {
  text-align: center;
}
