﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
  font-family: 'roboto-bold';
  src: url("/fonts/Roboto-Bold.ttf");
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  .container {
    max-width: none;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
}
.hide_element {
  display: none !important;
}
.error {
  color: red;
}
/* styles all disabled elements on a page */
:disabled {
  background-color: #aaa !important;
  color: grey!important;
}
.SignUp-Wrap label span,
.SignIn-Wrap label span {
  float: left;
}
.navbar {
  justify-content: flex-end;
}
.error-list {
  color: #404852;
  background-color: rgba(216, 18, 41, 0.75);
  border-radius: 0;
  text-align: center;
}
.error-list li,
.error-list p {
  color: #fff;
  font-weight: bold;
  display: block;
}
a.login {
  color: #fff !important;
  background-color: #2497ff;
  border-radius: 35px;
  padding: 15px;
  width: auto;
  line-height: 1;
  font-size: 35px;
  font-weight: bold;
  margin: 40% auto;
  text-align: center;
  cursor: pointer;
}
a.login img {
  width: 35px;
  margin: 0;
}
a.login:hover {
  text-decoration: none;
  padding: 15px 25px;
  transition: padding 0.2s ease-out;
}
a#returnUrl {
  display: block;
  width: 150px;
  margin: 10px 0;
  text-align: right;
  padding: 10px 5px;
  transition: width 0.5s ease;
  font-size: 5px;
}
a#returnUrl img {
  width: 20px;
}
a#returnUrl:hover {
  width: 155px;
  transition: width 0.2s ease-out;
}
.registered span {
  margin-left: 10px;
}
input:focus {
  outline: none;
}
.py-background-image {
  text-align: center;
  background: url('../images/logoBg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}
.py-background-image img {
  display: block;
  width: 45%;
  margin-top: 11rem;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .py-background-image {
    width: 100%;
  }
  .py-background-image img {
    margin-top: 0;
  }
}
.wrap.no-flex {
  display: block;
}
.wrap.email {
  min-height: 40rem;
}
.wrap.email-welcome {
  min-height: initial;
}
@media (min-width: 767px) {
  .wrap.email {
    padding: 2.5% 7.5% 5%;
    margin: 2% auto;
  }
}
.loading {
  position: relative;
  bottom: 5px;
  transform: translate(-50%, -50%);
  width: 35px !important;
  height: 35px;
  border-radius: 50% !important;
  border: 4px solid #0174af !important;
  border-right-color: transparent !important;
  transform-origin: center;
  animation: rotate 0.75s linear infinite;
  background-color: transparent !important;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.wrap {
  /* display: flex;
    background-color: #fff;
    margin: 8% auto 100px auto;
    padding: 50px 100px;
    max-width: 900px;
    -moz-box-shadow: 0px 7px 20px 0px #ededf1;
    -webkit-box-shadow: 0px 7px 20px 0px #ededf1;
    box-shadow: 0px 7px 20px 0px #ededf1;*/
  min-height: 30rem;
  -moz-box-shadow: 0px 7px 20px 0px #ededf1;
  -webkit-box-shadow: 0px 7px 20px 0px #ededf1;
  background-color: #ffffff;
  box-shadow: 0px 7px 20px 0px #ededf1;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  margin: 8% auto 100px auto;
  overflow: hidden;
  position: relative;
  max-width: 900px;
  width: auto;
}
.wrap h1 {
  font-size: 3rem;
  font-weight: bold;
}
.wrap h2 {
  font-weight: 500;
  text-transform: uppercase;
}
.wrap p {
  margin: 1.5rem 0;
}
.wrap .content,
.wrap .side-image {
  width: 75%;
  margin: 0 30px;
  margin-top: 25px;
}
.wrap .restricted {
  margin-top: 10%;
}
.wrap .py-background-image.half-screen {
  width: 70rem;
}
.wrap .py-background-image {
  text-align: center;
  background: url('../images/logoBg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.wrap .py-background-image img {
  display: block;
  width: 60%;
  margin: 115px auto 10px;
}
@media (min-width: 767px) {
  .wrap .py-background-image img.py-center {
    width: 45%;
    margin: 11rem auto 15px;
  }
}
.wrap .py-background-image img.small {
  width: 40%;
}
.wrap .py-background-image .large-margin-top {
  margin-top: 50%;
}
.wrap .developer-portal,
.wrap .observer-portal,
.wrap .partner-portal {
  display: flex;
  width: 340px;
  transition: width 0.5s ease;
  border-radius: 15px;
  text-transform: uppercase;
  padding: 5px 0 5px 25px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 25px;
  cursor: pointer;
}
.wrap .developer-portal:hover,
.wrap .observer-portal:hover,
.wrap .partner-portal:hover {
  width: 350px;
  transition: width 0.2s ease;
}
.wrap .developer-portal img,
.wrap .observer-portal img,
.wrap .partner-portal img {
  margin: 12px 30px 0 10px;
  height: 50px;
}
.wrap .partner-portal {
  background-image: linear-gradient(90deg, #9A68DD, #7148C1, #4B29A7);
}
.wrap .observer-portal {
  background-image: linear-gradient(90deg, #78CCFC, #64C0F9, #50B4F5);
}
.wrap .developer-portal {
  background-color: #3F4852;
}
.wrap .welcome {
  width: 19rem;
}
.wrap .welcome img {
  width: 90%;
  margin-top: 80%;
}
.wrap .loading-ellipsis {
  width: 66px;
}
.wrap .circle {
  width: 100%;
  /*border: 7.5px solid #000;
        border-radius: 100%;*/
}
.wrap img.lock {
  width: 25%;
  position: relative;
  top: 5%;
}
.wrap img.center {
  top: 0;
  margin-top: 0;
}
.wrap button,
.wrap .proceed-btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #2497ff;
  border-radius: 35px;
  border: 2px solid transparent;
  padding: 10px 0;
  width: 85%;
  transition: width 0.5s ease;
}
.wrap button:hover,
.wrap .proceed-btn:hover {
  width: 90%;
  transition: width 0.2s ease;
}
.wrap .proceed-btn {
  display: block;
  margin: 0 auto;
}
.wrap .gray-text {
  color: #808080;
}
.wrap .large-margin-top {
  margin-top: 10%;
}
.side-image-mobile {
  width: 66%;
  max-width: 150px;
  display: none;
}
.wrap.no-padding {
  padding: 0;
}
.wrap.no-padding p {
  margin: 5px auto;
}
.wrap.no-padding .content {
  padding: 4rem 15px 40px;
  text-align: center;
}
.wrap.no-padding h2 {
  /*margin: 30px 0;*/
}
.wrap.no-padding button {
  margin-top: 30px;
}
.wrap.no-padding .form-content {
  text-align: left;
}
.wrap.no-padding form {
  margin-top: 25px;
}
.wrap.no-padding form .form-group {
  margin-bottom: 0;
}
.wrap.no-padding form button {
  width: 25%;
  float: right;
  transition: width 0.5s ease;
}
.wrap.no-padding form button:hover {
  width: 30%;
  transition: width 0.2s ease;
}
.wrap.no-padding form button img {
  height: 1rem;
  margin: 0 0 3px 15px;
}
.wrap.no-padding form label {
  width: 125px;
}
.wrap.no-padding form input {
  width: 19rem;
  background-color: #eee;
  border-radius: 5px;
  border: 0;
  font-family: 'bold', sans-serif;
  margin: 0 auto 15px auto;
  padding: 10px;
  font-weight: 900;
  font-size: 18px;
}
.wrap.no-padding form input::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-weight: 100;
  font-size: initial;
}
.email-verified .content,
.email-verified .side-image {
  margin-top: 10rem;
}
.email-verified .vertical-line {
  top: 20%;
}
.email-welcome .content,
.email-welcome .side-image {
  margin-top: 13rem;
}
.email-welcome .vertical-line {
  border-left: 3px solid #eee;
  height: 15.5rem;
  position: absolute;
  top: 33%;
  left: -3%;
}
.progress-wrap {
  position: fixed;
  pointer-events: none;
}
.vertical-line {
  border-left: 3px solid #eee;
  height: 23.5rem;
  position: absolute;
  top: 8%;
  left: -3%;
}
.side-steps {
  /*    position: absolute;
    top: 45px;*/
}
.step {
  position: relative;
  right: 26px;
  color: #E8ECEF;
  margin: 0 0 25px 0;
  font-size: 25px;
}
.step .number {
  background-color: #E8ECEF;
  color: #fff;
  margin-right: 30px;
}
.tall {
  height: 25rem;
}
.current {
  color: #2498FF;
}
.current .number {
  background-color: #2498FF;
  color: #fff;
}
img.circle-check {
  width: 25px;
  margin-right: 5px;
  background-image: url(../images/circle-check-green.png);
}
.check {
  color: #1BD1A1;
  pointer-events: none!important;
}
.check .number {
  background-color: #1BD1A1;
  color: #fff;
}
.number {
  /*padding-top: 4px;*/
  font-weight: bold;
  text-align: center;
  height: 40px;
  width: 40px;
  font-size: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.forgot-pin .content,
.reset-password .content {
  width: 100%;
  padding: 15px 15px 40px!important;
}
.forgot-pin p,
.reset-password p {
  font-size: 16px;
  text-align: left;
}
form#forgot-password input.error {
  border: 2px solid red;
}
form#forgot-password label {
  width: auto;
}
form#reset-password .pin,
form#verify-pin .pin {
  display: flex;
  justify-content: center;
}
form#reset-password .pin input,
form#verify-pin .pin input {
  text-align: center;
  width: 55px;
  margin: 0 5px;
  margin-bottom: 25px;
}
form#reset-password .pin input.error,
form#verify-pin .pin input.error {
  border: 2px solid red;
}
form#reset-password .pin label.error,
form#verify-pin .pin label.error {
  display: none !important;
}
form#reset-password #resend-notice,
form#verify-pin #resend-notice {
  text-transform: uppercase;
  color: gray;
  font-weight: 400;
}
form#reset-password .resend-notice img,
form#verify-pin .resend-notice img {
  width: 50px;
}
form#reset-password .password,
form#verify-pin .password {
  text-align: left;
  height: 0px;
  opacity: 0;
}
form#reset-password .password input.error,
form#verify-pin .password input.error {
  border: 2px solid red;
}
form#reset-password .password label,
form#verify-pin .password label {
  width: auto;
  font-weight: bold;
}
form#reset-password .password .password-rules ul,
form#verify-pin .password .password-rules ul {
  list-style-type: none;
}
form#reset-password .password .password-rules ul li:before,
form#verify-pin .password .password-rules ul li:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 10px;
  opacity: 0.15;
  height: 25px;
  width: 25px;
  background-size: 25px;
  background-image: url("../images/circle-check-green.png");
  background-repeat: no-repeat;
}
form#reset-password .password .password-rules ul li.check:before,
form#verify-pin .password .password-rules ul li.check:before {
  opacity: 1;
}
form#reset-password .password .show-password,
form#verify-pin .password .show-password {
  position: relative;
  display: inline-block;
  background-image: url(/images/password-eye.png);
  background-size: 15px;
  background-repeat: no-repeat;
  padding: 15px;
  top: 45px;
  float: right;
  opacity: 0.5;
}
form#reset-password .password .show-password img,
form#verify-pin .password .show-password img {
  width: 25px;
}
form#reset-password .password input,
form#verify-pin .password input {
  width: 100%;
}
@media (min-width: 767px) {
  form#reset-password .password .form-group,
  form#verify-pin .password .form-group {
    display: inline-block;
    width: 60%;
  }
  form#reset-password .password .form-group input,
  form#verify-pin .password .form-group input {
    display: inline-block;
    width: 95%;
    padding: 15px 10px;
  }
  form#reset-password .password .form-group .show-password,
  form#verify-pin .password .form-group .show-password {
    top: 53px;
    right: 5%;
  }
  form#reset-password .password .password-rules,
  form#verify-pin .password .password-rules {
    display: inline-block;
    width: 35%;
  }
  form#reset-password .password .password-rules ul,
  form#verify-pin .password .password-rules ul {
    font-size: 13px;
    position: absolute;
    top: 50%;
    right: 2%;
    padding-left: 5px;
  }
}
form#reset-password .show,
form#verify-pin .show {
  height: auto;
  opacity: 1;
  transition: all 2s ease-out;
}
form#reset-password .pin-resend,
form#verify-pin .pin-resend {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
/*Responsive styles*/
@media (max-width: 767px) {
  .loading-wrap {
    display: flex;
  }
  .side-image {
    display: none;
  }
  .side-image-mobile {
    display: block;
  }
  .reset-password p {
    text-align: center;
  }
  /*.loading-ellipsis {
        margin-top: 25px !important;
    }*/
  .container {
    padding: 0;
  }
  .SignUp-Wrap,
  .SignIn-Wrap {
    margin: 0 auto!important;
  }
  .wrap {
    padding: 50px;
    min-height: 0;
    box-shadow: none;
    margin: 0 auto;
    display: block;
  }
  .wrap .py-background-image {
    width: inherit!important;
  }
  .wrap .py-background-image img {
    margin-top: 0!important;
  }
  .wrap .py-background-image img.lock {
    margin: 0 auto;
    padding: 15px;
    max-width: 100px;
  }
  .wrap h1 {
    font-size: 2.5rem;
  }
  .wrap.no-padding .content {
    margin: 0 auto;
  }
  .number {
    height: 30px;
    width: 30px;
    font-size: 20px;
  }
  .tall {
    height: 32rem;
  }
  .vertical-line {
    height: 29.5rem;
    left: -5%;
  }
}
/*For loading spinner*/
#svg-spinner {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1.2s;
  -webkit-animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-transition-property: -moz-transform;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  transition-property: transform;
  animation-name: rotate;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.blue-btn {
  display: block;
  color: #fff;
  background-color: #2497ff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  border-radius: 25px;
  text-transform: uppercase;
  width: 200px;
  border-color: transparent;
  transition: width 0.5s ease;
}
.blue-btn:hover {
  text-decoration: none;
  color: inherit;
  width: 250px;
  transition: width 0.2s ease;
}
.ghost {
  animation-duration: 8s;
  animation-iteration-count: infinite;
  background-image: url(../images/ghost.png);
  background-size: 380px;
  background-position: center;
  background-repeat: no-repeat;
  width: 280px;
  height: 250px;
  margin: 120px auto 0 auto;
}
.bounce-2 {
  animation-name: bounce-2;
  animation-timing-function: ease;
}
/*Link expired styles*/
.ExternalPop-Wrap {
  position: relative;
  overflow: hidden;
  width: 900px;
  height: 469px;
  background-color: #fff;
  margin: 8% auto 100px auto;
  -webkit-box-shadow: 0px 7px 20px 0px rgb(237 237 241);
  -moz-box-shadow: 0px 7px 20px 0px #ededf1;
  box-shadow: 0px 7px 20px 0px rgb(237 237 241);
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  background-image: url(../images/linkExpiredBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  border-radius: 30px;
}
.ExternalPop-Wrap .pop-text {
  color: #fff;
  width: 35%;
  padding: 0 0 0 80px;
  font-family: 'roboto-bold';
}
.ExternalPop-Wrap .pop-text h3 {
  font-size: 60px;
  margin-bottom: 20px;
}
.ExternalPop-Wrap .pop-text h4 {
  font-size: 32px;
  max-width: 200px;
  line-height: 38px;
  margin-bottom: 20px;
}
.ExternalPop-Wrap .Side-Image {
  background-image: url(../images/ghostbg.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 65%;
  height: 100%;
  margin: 0 auto 0 auto;
  transform-origin: bottom;
}