/*$Id$*/
* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'icomoon';
  src: url('../images/fonts/icomoon.9a8754a656fc8c8f436a2f01c7924de6.eot');
  src: url('../images/fonts/icomoon.9a8754a656fc8c8f436a2f01c7924de6.eot')
      format('embedded-opentype'),
    url('../auth/static-file?file_name=confirm_passwordicon.ttf')
      format('truetype'),
    url('../images/fonts/icomoon.0eeb92379f6f04909792e2b5d5483c77.svg')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hellouser span {
  margin-right: 4px;
}
.icon-hide:before {
  content: '\e900';
}
.icon-profile:before {
  content: '\e901';
}
.icon-show:before {
  content: '\e902';
}
body {
  margin: 0px;
}
.confirm_head {
  display: block;
  height: auto;
  width: 500px;
  margin: auto;
  margin-top: 80px;
  background: #ffffff;
  box-shadow: 0 2px 30px 0 rgb(44 44 44 / 9%);
  border-radius: 6px;
  padding: 30px 50px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.hellouser {
  margin-bottom: 30px;
}
.username {
  display: inline-block;
  font-size: 16px;
  padding: 12px 14px;
  line-height: 20px;
  min-width: 275px;
  word-break: break-all;
  cursor: default;
}
.confirmtitle {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 30px;
  transition: all 0.1s ease-in-out;
}
.confirmdesc {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
}
.textbox {
  display: block;
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  border-radius: 2px;
  text-indent: 12px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-right: 12px;
  transition: all 0.2s ease-in-out;
  border: 1px solid #e4e4e4;
}
.btn {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  letter-spacing: 0.5;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  border: none;
  margin: auto;
  text-transform: uppercase;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
}
.blue {
  box-shadow: 0px 2px 2px #fff;
  background-color: #159aff;
  color: #fff;
}
#password_container,
#cpassword_container {
  position: relative;
  margin-bottom: 30px;
}
.hellouser {
  display: inline-flex;
  justify-content: space-between;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  border-radius: 7px;
  box-sizing: border-box;
  max-width: 100%;
  flex-wrap: nowrap;
}
.urlexpired_container,
.alreadyaccepted_container,
.account_verified_container {
  display: block;
  height: auto;
  width: 450px;
  margin: auto;
  margin-top: 80px;
  background: #ffffff;
  box-shadow: 0 2px 30px 0 rgb(44 44 44 / 9%);
  border-radius: 6px;
  padding: 30px 50px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.urlexpired_title,
.accepted_title {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 30px;
  transition: all 0.1s ease-in-out;
  text-align: center;
}
.urlexpired_desc,
.accepted_desc {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  margin-bottom: 60px;
  text-align: center;
}
.successicon {
  background: url('../images/Sucess.c8b29b4da78acbee1355a49d45066b5f.png')
    no-repeat transparent;
  background-size: auto 100%;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.expireicon {
  background: url('../images/Error.56ea16ec75b9eebe677b3b3ca0f3b19c.png')
    no-repeat transparent;
  background-size: auto 100%;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.text16 {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  color: #626262;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.pointer {
  cursor: pointer;
}
#forgotpassword .text16 {
  color: #0091ff;
}
.success_container {
  display: none;
}
a {
  text-decoration: none;
  color: #159aff;
}
.capschar {
  text-transform: uppercase;
}
.show_hide_password {
  font-size: 34px;
  color: #a7a7a7;
  position: absolute;
  top: 7px;
  right: 13px;
  float: right;
  cursor: pointer;
  background-color: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  not all,
  not all,
  not all,
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .successicon {
    background: url('../images/Sucess2x.c3f1926909b8228aedd03619d286101b.png')
      no-repeat transparent;
    background-size: auto 100%;
    height: 100px;
    width: 100px;
    margin: 0 auto;
  }
  .expireicon {
    background: url('../images/Error2x.cce2916aed3cb9c325fe8e5342f9a62d.png')
      no-repeat transparent;
    background-size: auto 100%;
    height: 100px;
    width: 100px;
    margin: 0 auto;
  }
}
.fielderror {
  display: none;
  font-size: 14px;
  margin-top: 10px;
}
.errorborder {
  border: 2px solid #ff8484;
}
.errorlabel {
  color: #e92b2b;
}
@media screen and (max-width: 600px) {
  .confirm_head,
  .urlexpired_container,
  .alreadyaccepted_container,
  .account_verified_container {
    width: auto;
    margin-top: 0px;
    box-shadow: none;
    padding: 30px 30px;
  }
}

/* overWrite css */

* {
  font-family: latoReg, sans-serif !important;
}

:root {
  --primary-color: #0059e9;
  --body-bgColor: #dce7ff;
}

#nextbtn {
  background-color: var(--primary-color);
  height: 44px;
  font-size: 15px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 0px;
}

.textbox {
  background: #f1f1f1;
  border: 1px solid #e4e4e4;
  padding-left: 10px;
  font-size: 15px;
  box-sizing: border-box;
  height: 40px !important;
  border-radius: 4px !important;
}

.show_hide_password {
  background: transparent !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.username {
  font-size: 15px;
}

.confirmdesc,
.confirmtitle {
  display: none !important;
}

.capschar {
  text-transform: capitalize !important;
}

.confirm_head {
  width: fit-content;
  box-shadow: none;
  margin-top: auto;
  padding: 20px;
}

.passwordpolicy {
  top: auto !important;
  left: 0px !important;
  right: 0px !important;
  opacity: 1 !important;
  top: 212px !important;
  bottom: 30px;
  box-shadow: none;
  position: absolute;
  display: block !important;
  height: 215px;
  padding: 10px;
  width: 100% !important;
  border-radius: 5px;
}

.passwordpolicy li {
  font-size: 12px;

  align-items: center;

  line-height: 25px;
}

.ppheader {
  font-size: 14px;
}

.hover-tool-tip {
  padding-left: 20px;
  font-size: 12px;
  border: 1px solid #ededed;
  margin-left: 20px;
  margin-top: -25px;
  border-radius: 4px;
}

.hover-tool-tip p {
  font-size: 14px;
  font-weight: 500;
  margin-left: 24px;
  margin-top: -10px;
  margin: 15px 0 -5px 0px;
}

.hover-tool-tip ul li {
  line-height: 25px;
}
.hover-tool-tip ul {
  padding-left: 17px;
}

.hover-tool-tip ul li::marker {
  color: red;
  font-size: 20px;
}

.hover-tool-tip ul li.success::marker {
  color: #0dbc83;
}
.icon-hide {
  position: relative !important;
}
.icon-hide:before {
  position: absolute !important;
  top: -37px !important;
  left: -30px !important;
}
.errorborder {
  border: 2px solid #ff8484 !important;
}
