body.password-reset-page .pageflows-header,
body.done-page  .pageflows-header {
    box-shadow: 0 0 20px #eee;
}
.pageflows-container {
    margin: 0 auto;
    max-width: 1420px;
    padding: 0 20px;
}
.login-page-main {
    display: flex;
    align-items: center;
    padding: 70px 0;
    background: url("../website/images/sign-up-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.login-page-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    align-items: center;
    padding: 0 100px;
}

.login-page-content p {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #000000;
}

.login-page-form {
    padding: 60px;
    background: #FFFFFF;
    border-radius: 12px;
}
.login-head-block {
    display: flex;
    gap: 20px;
    margin: 30px 0 0;
    align-items: center;
}

.login-head-block img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.head-crypto-detail span {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.head-crypto-detail p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.head-crypto-detail {
    display: flex;
    flex-flow: column;
    gap: 8px;
}
.loginpage-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 50px;
}

.login-page-fields {
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.login-page-fieldgroup {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.login-page-fieldgroup label {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
}

.login-page-fieldgroup input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
  height: 48px;
  background: #F1F1F1;
  border-radius: 24px;
  border: 0px;
  width: 100%;
}
.login-page-fieldgroup textarea {
  background: #F1F1F1;
  border: 0px;
}
.website-form-main {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 5px 0px 30px 5px #eee;
    padding: 30px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.login-page-fieldgroup textarea::placeholder {
  font-size: 15px;
  color: #838383;
}
.login-page-fieldgroup input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #838383;
}

.login-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
  height: 48px;
  background: #4DC2F4;
  border-radius: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: .3s;
}
.login-btn:hover, .signin-with-btn:hover {
    background: #000000;
    transition: .3s;
    color: #fff !important;
}
.login-page-fieldgroup a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #A389C3;
}

.login-page-fieldgroup .signin-with-btn {
    height: 48px;
    position: relative;
    border: 1px solid #000;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    transition: .3s;
}
.signin-with-btn svg {
    position: absolute;
    left: 10px;
}

.login-page-fieldgroup p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.login-page-fieldgroup p a {
    text-decoration: underline;
}
.site-btn {
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 10px;
    height: 35px;
    background: #4DC2F4;
    border-radius: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: fit-content;
}
.reset-password {
    padding: 60px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 5px 0px 30px 5px #eee;
    margin: 70px auto;
    max-width: 45%;
}

.reset-password h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
}

.reset-password p {
    margin: 15px 0;
}
.reset-password form button, .reset-password .button,
.contact_page-button button,
.account-detail-main button, .account-detail-button .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 12px;
    height: 50px;
    background: #4DC2F4;
    border-radius: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .3s;
    width: fit-content;
}

.reset-password form button:hover, .reset-password .button:hover,
.contact_page-button button:hover, .account-detail-main button:hover,
.account-detail-button .button:hover {
    background: #000 ;
}
.reset-password-main {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5EEFD;
}
.reset-password p:last-child {
    margin: 0;
}
.error-message {
    color: red !important;
    text-align: left !important;
    margin-top: 15px !important;
}
.password-reset-page .reset-password form button {
    margin: 20px 0 0;
}
.signin-form .login-page-fieldgroup {
    margin-bottom: 20px;
}
.account-detail-container {
    display: flex;
    flex-flow: column;
    gap: 35px;
    padding: 150px 0 70px;
    max-width: 40%;
    margin: 0 auto;
}
.account-detail-container h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
}
form.confirm-password {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.set-password-page .reset-password {
    width: 50%;
}
body.account-page main.flex-grow,
body.password-reset-page main.flex-grow,
body.contact-page main.flex-grow,
body.set-password-page main.flex-grow,
body.account-page .account-page-bg{
    background: #F5EEFD;
}
body.saved-page main.flex-grow .userflow-products .product-view-like {
    display: none;
}
.pageflows-email-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.email-card-head h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2em;
    color: #000000;
    text-transform: uppercase;
}
.email-card-head p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin: 5px 0 0;
}
.emial-card-bg {
    background: #F7F7F7;
    border-radius: 10px;
    overflow: hidden;
}
.email-screen-lock {
    display: flex;
    align-items: center;
    padding: 0px;
    gap: 24px;
    isolation: isolate;
    background: rgba(247, 247, 247, 0.9);
    border-radius: 12px;
    min-height: 400px;
    justify-content: center;
}
.email-screen-lock .bg-blue {
    background: #4DC2F4;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.email-screen-lock .bg-blue:hover {
    background: #000000;
}
.bookmarked-menus {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bookmarked-menus ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 30px 0 0;
}
.bookmarked-menus ul li a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    transition: .3s;
}
.bookmarked-menus ul li a:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #4DC2F4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    top: -10px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.bookmarked-menus ul .active a, .bookmarked-menus ul li a:hover {
    color: #4DC2F4;
    transition: .3s;
}
.bookmarked-menus ul li a:hover:after, .bookmarked-menus ul .active a:after {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}
.pageflows-header-bottom-nav.hide-menu {
    display: none;
}
#profile-image-upload .avatar-upload {
  position: relative;
}
#profile-image-upload {
    margin: -150px 0 20px;
}
#profile-image-upload .avatar-upload-main {
    border-radius: 5px;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#profile-image-upload>label {
    text-align: center;
    display: block;
    margin: 30px 0 10px;
}
#profile-image-upload .avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
#profile-image-upload .avatar-upload .avatar-edit input {
  display: none;
}
#profile-image-upload .avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
#profile-image-upload .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
#profile-image-upload .avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
#profile-image-upload .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f1f1f1;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}
#profile-image-upload .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#profile-image-upload label {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
}
.signin-form #profile-image-upload {
    margin: 0 0 30px;
}

.plan-new-toggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}
.plan-new-toggle label {
    cursor: pointer;
    width: 30px;
    height: 18px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}
.plan-new-toggle label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.plan-new-toggle input:checked + label {
	background: #1D1D1D;
}
.plan-new-toggle .active {
    color: #1D1D1D;
}

.plan-new-toggle input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.plan-new-toggle label:active:after {
	width: 30px;
}
.plan-new-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #AAAAAA;
    justify-content: center;
}
span.off-tag {
    background: #F1D94D;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000000;
    padding: 8px 10px;
    border-radius: 100px;
}
.quartly-box, .annually-box {
    background: #FFFFFF;
    border: 2px solid #1D1D1D;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    height: 90px;
    align-items: center;
    margin: 30px 0 0;
    display: none;
}

.plan-new-name {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #1D1D1D;
}

.plan-new-price {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #1D1D1D;
}
.plan-new-name span.plan-off-price {
    display: block;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #AAAAAA;
}

.plan-new-price span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #AAAAAA;
    display: block;
}
.quartly-box.active {
    display: flex;
}

.annually-box.active {
    display: flex;
}
.team-pricing-link {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.team-pricing-link a {
    text-decoration: underline;
}
.team-pricing-link a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 1300px) {
  .pageflows-container {
      max-width: 100%;
      padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
.login-page-row {
    gap: 50px;
    padding: 0 0px;
}
}
@media only screen and (max-width: 992px) {
  .login-page-row {
      display: flex;
      flex-flow: column;
  }
  .set-password-page .reset-password {
      width: 100%;
  }
  .login-page-content {
      order: 2;
  }

  .login-page-form {
      width: 100%;
      padding: 30px;
  }

  .login-page-content p {
      font-size: 24px;
      line-height: 33px;
  }
  .login-page-content .head-crypto-detail {
      gap: 0px;
  }

  .login-page-content .head-crypto-detail p {
      font-size: 12px;
      line-height: normal;
  }

  .head-crypto-detail span {
      font-size: 13px;
  }

  .login-head-block img {
      width: 50px;
      height: 50px;
  }
  .reset-password {
      max-width: 92%;
      padding: 30px;
  }
  .account-detail-container {
      max-width: 92%;
  }
  .account-detail-container h3 {
      font-size: 16px;
  }
  .reset-password form button, .reset-password .button, .contact_page-button button, .account-detail-main button, .account-detail-button .button {
      font-size: 12px;
  }
  .plan-new-toggle {
      font-size: 11px;
  }
  span.off-tag {
      font-size: 9px;
      letter-spacing: 0;
  }
  .plan-new-name {
      font-size: 14px;
  }
  .plan-new-price {
      font-size: 12px;
  }
  .plan-new-name {
      font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
.login-page-fieldgroup .signin-with-btn {
    font-size: 10px;
}
.plan-new-toggle {
    flex-flow: column;
}
.quartly-box, .annually-box {
    height: 70px;
}
}
