@font-face {
  font-family: "Inter-UI-Regular";
  src: url("https://spheraidentitypoc.blob.core.windows.net/identityuicontainer/fonts/Inter-UI-Regular.woff2") format("woff2"),
    url("https://spheraidentitypoc.blob.core.windows.net/identityuicontainer/fonts/Inter-UI-Regular.woff") format("woff");
}

body {
  font-family: "Inter-UI-Regular", sans-serif;
  padding: 0;
  margin: 0;
}

h2 {
  padding: 5px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
}

.create p {
  font-weight: 325;
  color: #555667;
}

.intro h2 {
  font-size: 32px;
  color: #2b2d42;
  margin: 16px 0;
  line-height: 1.13;
  letter-spacing: -0.25px;
}

.intro p {
  font-size: 32px;
  color: #2b2d42;
  margin: 16px 0;
  line-height: 1.13;
  letter-spacing: -0.25px;
  font-weight: 600;
  padding: 5px;
  text-transform: capitalize;
}

p {
  display: block;
  padding: 0px;
}

.accountText {
  display: inline;
  font-size: 14px;
  line-height: 1.14;
  color: #555667;
}

.cancelButton {
  background-color: white;
  color: #009bde;
  box-shadow: none;
  line-height: 1.14;
  font-size: 14px;
  width: 56px;
}

#email_ver_but_send {
  width: 176px;
}

#email_ver_but_edit {
  width: 176px;
}

#email_ver_but_resend {
  width: 124px;
  margin-left: -76px;
}

.verifyButton {
  width: 124px;
  float: right;
  margin-right: 8px;
}

#continue {
  margin-top: 12px;
  margin-bottom: 12px;
}

p:empty {
  display: none;
}

.panel,
body {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  min-height: 700px;
}

body {
  background-color: rgba(36, 44, 103, 1);
  background-image: url(https://spheraidentitypoc.blob.core.windows.net/identityuicontainer/v2/assets/png/vectors.png);
  background-repeat: no-repeat;
  background-size: 100% 128%;
  background-position-y: 24%;
}

.Sphera-Container {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding-top: 5%;
}

button:hover {
  background-color: #0877a7;
}

input:focus {
  outline: #009bde auto 1px;
}

button:focus {
  border: solid 1px #a8daef;
}

.Sphera-Logo {
  margin-top: 2%;
  margin-bottom: 1%;
  width: 358px;
}

.api-container {
  /*From .Sphera.Frame */
  background-color: white;
  border-radius: 4px;
  width: 22.5%;
  min-width: 450px;
  margin: 0 auto;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
}

.api_container.normaltext {
  /*From .Sphera.Frame */
  background-color: white;
  border-radius: 5px;
  min-width: 210px;
  width: 45%;
  min-width: 300px;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 800;
  padding-right: 10px;
}

.api_container.normaltext a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 100;
  padding-bottom: 20px;
}

#next {
  float: right;
  margin-right: 8px;
}

button {
  color: white;
  background-color: #009bde;
  border: none;
  cursor: pointer;
  -moz-user-select: none;
  user-select: none;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 69px;
  height: 32px;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
}

button:disabled {
  color: white;
  border-radius: 5px;
  height: 36px;
  width: 70px;
  background-color: #009bde;
  opacity: 0.5;
  border: none;
  cursor: not-allowed;
}

button.buttonlink {
  /*font-family: "Verdana" sans-serif;
          font-size: 1em;*/
  font-size: 14px;
  text-align: left;
  color: #009bde;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -moz-user-select: text;
  float: left;
  padding-left: 14px;
  /* override all your button styles here if there are any others */
}

button.buttonlink span {
  text-decoration: none;
}

button.buttonlink:hover span,
button.buttonlink:focus span {
  color: black;
}

.intro {
  /* From .social and .Sphera-Header */
  border-bottom: 1px solid #e2e5ea;
  margin-bottom: 22px;
  padding-left: 23px;
}

.social {
  padding-bottom: 15px;
}

.options {
  display: flex;
  text-align: center;
  margin: 0 8px;
  padding: 0;
  padding-bottom: 18px;
  justify-content: space-around;
}

.options div {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  display: contents;
}

a {
  font-size: 14px;
  color: #009bde;
  padding-top: 0px;
  padding-left: 4px;
  cursor: pointer;
}

ul {
  display: block;
  list-style-type: none;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 15px;
  padding-inline-start: 0;
  padding: 0 50px;
}

.accountButton {
  border: 1px solid #009bde;
  color: #009bde;
  margin-left: 0;
  margin-right: 2px;
  transition: background-color 1s ease 0s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 3px;
  text-align: center;
  word-wrap: break-word;
  height: 34px;
  width: 144px;
  background-color: white;
  float: left;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.accountButton,
.accountButton:hover {
  /*background-image: url("facebook.png");*/
  background-repeat: no-repeat;
}

.accountButton,
button {
  cursor: pointer;
  -moz-user-select: none;
  user-select: none;
}

/* .firstButton {
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
  } */

/*Verify This*/

a {
  font-size: 14px;
  color: #009bde;
  padding-top: 8px;
  padding-left: 8px;
  cursor: pointer;
  font-weight: 325;
}

.attr {
  border-bottom: solid 1px #e1e5eb;
}

.attrEntry {
  font-size: 14px;
  padding-bottom: 5px;
}

.attrEntry label {
  height: 15px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2b2d42;
}

.attrEntry a {
  font-size: 14px;
  text-decoration: none;
}

.attrEntry input[type="email"] {
  /* From .Sphera-Input-Text*/
  margin-top: 5px;
  padding-left: 10px;
  width: calc(100% - 30px);
  height: 35px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid lightgray;
  color: #696969;
}

.attrEntry input[type="email"]::placeholder {
  color: lightgrey;
  opacity: 0.8;
}

.attrEntry input[type="password"] {
  /* From .Sphera-Input-Text*/
  margin-top: 5px;
  padding-left: 10px;
  width: calc(100% - 30px);
  height: 35px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid lightgray;
  margin-bottom: 5px;
  color: #696969;
}

.attrEntry input[type="password"]::placeholder {
  color: lightgrey;
  opacity: 0.8;
}

.attrEntry input[type="text"] {
  /* From .Sphera-Input-Text*/
  margin-top: 5px;
  padding-left: 10px;
  width: calc(100% - 30px);
  height: 35px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid lightgray;
  margin-bottom: 5px;
  color: #696969;
}

.attrEntry input[type="text"]::placeholder {
  color: lightgrey;
  opacity: 0.8;
}

.attrEntry select {
  /* From .Sphera-Input-Text*/
  margin-top: 5px;
  padding-left: 10px;
  width: 100%;
  height: 35px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid lightgray;
  margin-bottom: 5px;
  color: #696969;
}

.attrEntry-item {
  /* From .Sphera-Input-Group */
  padding-bottom: 0;
  padding-left: 10px;
}

.entry {
  font-size: 14px;
  padding-bottom: 15px;
  padding-left: 28px;
  padding-right: 22px;
}

.entry label {
  width: 32px;
  height: 15px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2b2d42;
}

.entry a {
  font-size: 14px;
  text-decoration: none;
}

.entry input[type="email"] {
  /* From .Sphera-Input-Text*/
  margin-top: 5px;
  padding-left: 10px;
  width: calc(100% - 20px);
  height: 35px;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #e2e5ea;
  margin-bottom: 25px;
  color: #696969;
}

.entry input[type="email"]::placeholder {
  color: lightgrey;
  opacity: 0.8;
}

.entry input[type="password"] {
  /* From .Sphera-Input-Text*/
  margin-top: 5px;
  padding-left: 10px;
  width: calc(100% - 20px);
  height: 35px;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #e2e5ea;
  margin-bottom: 25px;
  color: #696969;
}

.entry input[type="password"]::placeholder {
  color: lightgrey;
  opacity: 0.8;
}

.entry input[type="text"] {
  /* From .Sphera-Input-Text*/
  margin-top: 5px;
  padding-left: 10px;
  width: calc(100% - 20px);
  height: 35px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid lightgray;
  margin-bottom: 25px;
  color: #696969;
}

.entry input[type="text"]::placeholder {
  color: lightgrey;
  opacity: 0.8;
}

.create {
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin: 28px 0 32px 0;
}

.create a {
  text-decoration: none;
}

/*Review*/

/*
  .buttons {
      text-align: right;
  }
  */

.divider h2 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #2b2d42;
  display: table;
  white-space: nowrap;
  width: 100%;
  padding: 0px;
  margin-top: 44px;
}

.divider h2:before,
.divider h2:after {
  border-top: 1px solid #e2e5ea;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45.5%;
}

.buttons {
  text-align: center;
}

.buttons a {
  float: left;
  padding-left: 0px !important;
}

.buttons.verify label {
  text-align: left;
  float: left;
  padding-top: 10px;
}

.buttons.verify {
  padding-left: 0px;
}

.buttons.verify input[type="text"] {
  /* From .Sphera-Input-Text*/
  margin-top: 5px;
  padding-left: 10px;
  width: 100%;
  height: 35px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid lightgray;
  margin-bottom: 5px;
  color: #696969;
  float: left;
}

.buttons.verify input[type="text"]::placeholder {
  color: lightgrey;
  opacity: 0.8;
}

.Contact-Support {
  padding-top: 28px;
}

.Contact-Support-Link {
  width: 102px;
  height: 17px;
  opacity: 0.5;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.error,
pageLevel {
  /* From .Validation-Error */
  display: flex;
  color: #dd655c;
  /*padding: 5px;*/
  padding-bottom: 0;
  font-size: 12px;
  /*line-height: 14px;*/
  font-weight: 100;
}

.error,
itemLevel {
  /* From .Validation-Error */
  display: flex;
  color: #dd655c;
  /*padding: 5px;*/
  padding-bottom: 0;
  font-size: 12px;
  /*line-height: 14px;*/
  font-weight: 100;
}

.Shape {
  width: 24px;
  height: 14.9px;
  opacity: 0.5;
  background-color: var(--grey-03);
}

.eye {
  width: 24px;
  height: 14.9px;
  background-color: var(--grey-03);
  opacity: 0.5;
}

.eye div {
  overflow: hidden;
  height: 50%;
  position: relative;
  margin-bottom: -1px;
}

.eye div:before {
  content: "";
  background: currentColor;
  position: absolute;
  left: 0;
  right: 0;
  height: 300%;
  border-radius: 100%;
}

.eye div:last-child:before {
  bottom: 0;
}

div.heading {
  display: none;
}