body,
html {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5;
  background-color: #F1F4FC;
  color: #46698C;
  margin: 0;
  padding: 0; }

a {
  color: #368AD9;
  font-size: 14px;
  text-decoration: underline; }
  a:hover {
    color: #233546; }

input {
  color: #46698C !important; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.center-screen {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh; }

.center-screen--grants {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#background-video-overlay {
  background-color: #000;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

#background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url("/images/tiny_background.png");
}

.ispn{
    position:fixed;
    right: 100px;
    bottom: 10px;
    color:#FFF;
}

.btn {
    color: #FFF;
    background-color: #46698C;
    border: 1px solid #46698C !important;
    min-width: 88px;
    height: 36px;
    border-radius: 0;
    margin: 16px 8px 0px 0px;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    text-transform: uppercase;
    font-size: 14px !important;
}
  .btn:hover {
    border: 1px solid #6b87a3 !important;
    background-color: #6b87a3;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; }

.content {
  background-color: #F1F4FC;
  color: #46698C;
  position: relative;
  padding: 16px 16px 16px 16px;
  min-height: 370px;
  min-width: 600px; }

.content-index {
  min-width: 600px; }

.page-header {
  color: #FFF;
  width: 100%;
  height: 64px;
  padding: 0px 0px 0px 16px;
  position: absolute;
  top: 0;
  background: #071c31;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#46698c), color-stop(30%, #071c31), to(#46698c));
  background: linear-gradient(to right, #46698c 0%, #071c31 30%, #46698c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.header {
  margin-bottom: 16px; }

.content-body {
  margin-top: 60px;
  padding: 0px 10px; }

.content-chg-pass {
  min-height: 370px;
  min-width: 360px; }
  .content-chg-pass .first-row {
    margin-top: 40px;
    margin-bottom: 16px; }
  .content-chg-pass label {
    margin: 0; }

.content-success {
  min-height: 370px;
  min-width: 360px; }

.bottom-padding {
  padding-bottom: 50px; }

.left-margin {
  margin-left: 16px; }

.content-login {
  min-height: 370px;
  min-width: 320px;
  width: 360px;
  margin-top: -64px; }
  .content-login input {
    padding: 16px 0px 16px 40px !important;
    color: #46698C; }
  .content-login .fa {
    color: #46698C; }
  .content-login label {
    margin: 0; }

.login-button {
  background-color: #46698C;
  border: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 64px;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  bottom: -64px;
  left: 0px;
  cursor: pointer; }
  .login-button .fa {
    color: #fff; }
  .login-button:hover {
    font-size: 15px; }

.login-label {
  height: 42px;
  line-height: 42px; }

.recovery-text {
  margin-top: 70px; }

.center-text {
  text-align: center; }

.return-icon {
  margin: 16px 0px 6px 0px; }
  .return-icon .fa {
    font-size: 40px;
    color: #368AD9; }

.input-icon {
  position: absolute;
  left: 16px;
  top: calc( 65% - 0.5em);
  /* Keep icon in center of input, regardless of the input height */
  font-size: 16px; }

.content-2fa-setup {
  min-height: 370px;
  min-width: 800px; }
  .content-2fa-setup .recovery-code-input {
    width: 300px; }
  .content-2fa-setup .twofa-setup-info {
    margin-bottom: 16px;
    max-width: 800px; }
  .content-2fa-setup .twofa-setup-buttons {
    margin: -8px 0px 0px -20px; }
  .content-2fa-setup .qrcode {
    margin-right: 16px;
    margin-bottom: 16px; }
    .content-2fa-setup .qrcode img {
      width: 200px; }

.content-2fa-recovery {
  min-height: 370px;
  min-width: 600px; }
  .content-2fa-recovery .recovery-code {
    font-weight: bolder;
    margin-bottom: 16px; }
  .content-2fa-recovery code {
    font-size: 18px;
    color: #233546;
    word-break: break-word; }

.content-user {
  min-height: 550px;
  min-width: 900px; }

.user-picture img {
  width: 200px; }

#row-pic-manage {
  margin: 0px 0px 0px -8px;
  position: relative; }
  #row-pic-manage input {
    background-color: #F1F4FC !important;
    color: #46698C !important; }
  #row-pic-manage .clear-picture {
    position: absolute;
    right: -16px;
    bottom: -356px; }
  #row-pic-manage .manage-picture-buttons {
    position: absolute;
    right: 92px;
    bottom: -356px; }

.chg-pic-link {
  margin-top: 10px; }

.edit-link {
  margin-bottom: -3px; }

.icon-edit {
  font-size: 18px; }

.text-edit {
  font-size: 18px;
  margin-left: 8px; }

.first-last-name {
  font-size: 20px;
  font-weight: bold; }

.link-edit-codes {
  margin-left: 8px; }

.row-edit {
  margin-top: 35px;
  position: relative; }

.row-edit-first {
  margin-top: 5px; }

.row-edit-second {
  margin-top: 45px; }

#row-main-buttons, .main-buttons {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 16px 8px 16px 0px; }

.main-buttons-edit {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 16px 8px 16px 0px; }

.user-link-cancel {
  padding-right: 15px; }

.content-remove-twofa {
  min-height: 370px;
  min-width: 360px; }
  .content-remove-twofa .form-check {
    margin: 0px 0px 0px 16px; }
  .content-remove-twofa input {
    height: 16px; }

.list-inline a {
  text-decoration: none;
  color: #071c31; }

.alert {
  width: 100%; }

.recovery-code-padding {
  padding-bottom: 15px; }

.alert-info {
  color: #071c31;
  background-color: #fff;
  border-color: #EB0000;
  border-radius: 0; }

.alert-danger {
  color: #071c31;
  background-color: #fff;
  border-color: #b71234;
  border-radius: 0; }

.text-danger {
  color: #EB0000 !important; }

.text-2fa-code {
  color: #FFF;
  background-color: #46698C; }

.form-control {
  border-radius: 0; }

.input-wrapper {
  position: relative; }

.navbar-toggler {
  color: #fff; }
  .navbar-toggler:hover {
    color: #546d84; }

.panel h2 {
  font-size: 24px;
  color: #bdc5cd; }

.list-group-item {
  background-color: rgba(119, 143, 166, 0.6);
  border-radius: 0 !important; }

/* Change Autocomplete styles in Chrome*/
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #46698C;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
          box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

@media (max-width: 869px) {
    body,
    html {
        background-image: url("/images/tiny_background.png");
        background-repeat: no-repeat;
    }
  .content-user {
    min-height: 568px;
    min-width: 320px; }
  .content-2fa-setup {
    min-height: 568px;
    min-width: 320px; }
    .content-2fa-setup .twofa-setup-buttons {
      margin: 16px 0px 0px 0px; }
  .content-remove-twofa {
    min-width: 320px; }
  .content-2fa-recovery {
    min-width: 320px; }
    .content-2fa-recovery .bottom-padding {
      padding-bottom: 100px; }
    .content-2fa-recovery .left-margin {
      margin-left: 0px; }
  .content {
    min-width: 320px; }
  .page-header {
    padding: 0px 0px 0px 16px; }
  .main-buttons-edit {
    bottom: 20px;
    padding: 16px 8px 0px 16px; }
  .row-edit-first {
    margin-top: 35px; }
  .row-edit-second {
    margin-top: 35px; }
  .edit-padding {
    padding-top: 10px;
    padding-bottom: 80px; }
  .clear-picture {
    right: -16px !important;
    bottom: -162px !important; }
  .manage-picture-buttons {
    right: 92px !important;
    bottom: -162px !important; } }

@media (max-width: 992px) {
  .content-2fa-setup .twofa-setup-buttons {
    margin: 16px 0px 0px 0px; }
  .clear-picture {
    right: -16px !important;
    bottom: -162px !important; }
  .manage-picture-buttons {
    right: 92px !important;
    bottom: -162px !important; } }

.btn_wx_primary {
    float:right;
    min-width: 30px;
    height:36px;
    border-radius: 36px;
    background-color: #44b549;
    background-image: -moz-linear-gradient(top,#44b549 0,#44b549 100%);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#44b549),to(#44b549));
    background-image: -webkit-linear-gradient(top,#44b549 0,#44b549 100%);
    background-image: -o-linear-gradient(top,#44b549 0,#44b549 100%);
    background-image: linear-gradient(to bottom,#44b549 0,#44b549 100%);
    border-color: #44b549;
    color: #fff;
}

.btn-face {
    float: right;
    min-width: 30px;
    height: 36px;
    padding: 1px 3px;
    border-radius: 36px;
    background: #12de16; /* Old browsers */
    background: -moz-linear-gradient(top, #12de16 0%, #33de36 50%, #5be25e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(50%,#33de36), color-stop(100%,#5be25e));
    background: -webkit-linear-gradient(top, #12de16 0%,#33de36 50%,#5be25e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #12de16 0%,#33de36 50%,#5be25e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #12de16 0%,#33de36 50%,#5be25e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #12de16 0%,#33de36 50%,#5be25e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12de16', endColorstr='#5be25e',GradientType=0 ); /* IE6-9 */
}

.icon_face_inbtn {
    width: 30.38px;
    height: 30.38px;
    /*color: #12de16;
    background: #333;*/
}

.qrcode {
    display: inline-block;
    text-align: center;
    width: 60%;
    height: 60%;
}

    .qrcode .qrcode-image {
        object-fit: fill;
        width: 100%;
    }

.btn-back.tiny-hidden {
    display: none;
}

.tiny-hidden {
    display: none;
}

.tiny-hidden.tiny-show {
    display: inline-block;
}

.tiny-hidden.tiny-show-btn {
    display: initial;
    float: right;
    cursor: pointer;
    margin-left: 50px;
}

.btn-back {
    height: 40px;
    display: inline-block;
    margin: 12px 12px 0 0;
    color: #FFF;
    background-color: #44b549;
    border: 1px solid #46698C;
    border-radius: 30px;
    margin: 16px 8px 0px 0px;
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
    text-transform: uppercase;
    font-size: 14px;
}


.video.tiny-show {
    display: inline-block;
}

.edit-user-details.tiny-hidden {
    display: none;
}


.video {
    width: 100%;
    height: 100%;
}

.video .canvas-video {
    display: none;
}

.video .canvas-front {
    position: fixed;
    top: calc(30vh - 22px);
    left: calc(51vw - 219px);
    z-index: 9999
}

.video .canvas-front-login {
    position: fixed;
    top: calc(30vh - 22px);
    left: calc(51vw - 169px);
    z-index: 9999
}

#tip {
    position: fixed;
    top: 10px;
    left: 50%;
    z-index: 9999;
    height: 35px;
    width: 300px;
    padding: 0 20px;
    line-height: 35px;
}
