.cd-main-header {
   position: relative;
   z-index: 1;
   height: 50px;
   background: #343642;
}

.cd-main-header::after {
   content: "";
   display: table;
   clear: both;
}

.free_sell_registerbtn {
   color: #3c4876;
   font-size: 18px;
   text-decoration: underline;
}

.free_sell_registerbtn:hover {
   color: #1cb5e0;
   text-decoration: underline;
}

.cd-main-header__logo {
   float: left;
   margin: 4px 0 0 5%;
   -webkit-transform-origin: 0 50%;
   -ms-transform-origin: 0 50%;
   transform-origin: 0 50%;
   -webkit-transform: scale(0.8);
   -ms-transform: scale(0.8);
   transform: scale(0.8);
}

.cd-main-header__logo img {
   display: block;
}
.formModalMainWraper input.vemdr-input{
   font-size: 18px;
   line-height: 25px;
   padding: 22px 18px;
}
.formModalMainWraper label{
   margin-bottom: 8px;
}
.formModalMainWraper .vemdr-modal-input-group {
   margin-bottom: 25px;
}
.formModalMainWraper .login-modal-checkbox-label {
   font-size: 18px;
   line-height: 19px;
}
.formModalMainWraper .login_modal_helper_txt, 
.formModalMainWraper .login-modal-checkbox-label {
   color: var(--primary-text);
}
.formModalMainWraper .cd-signin-modal__bottom-message, 
.formModalMainWraper .vemdr-modal-link {
   text-transform: inherit;
}
.formModalMainWraper .vemdr-modal-link:hover, 
.formModalMainWraper .vemdr-modal-link:active, 
.formModalMainWraper .vemdr-modal-link:focus,
.formModalMainWraper .vemdr-modal-link {
   color: var(--primary-text);
}
.formModalMainWraper input:-webkit-autofill,
.formModalMainWraper input:-webkit-autofill:hover,
.formModalMainWraper input:-webkit-autofill:focus,
.formModalMainWraper input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.formModalMainWraper .inpt-btn-wth-arrow-mn {
   width: 100%;
   margin: 0 0 25px 0;
   transition: 0.5s;
}
.inpt-btn-wth-arrow-mn {
   position: relative;
}
.inpt-btn-wth-arrow-mn input,
.formModalMainWraper .inpt-btn-wth-arrow-mn input{
   font-size: 18px;
   line-height: 25px;
   text-transform: capitalize;
   text-align: center;
   padding: 5px 30px;
   width: 100%;
   height: 50px;
   transition: 0.5s;
   border-radius: 50px;
}
.inpt-btn-wth-arrow-mn::before {
   content: "\f061";
   font-family: "FontAwesome";
   position: absolute;
   top: 18px;
   right: 0;
   height: 100%;
   width: 30px;
   color: var(--primary-text);
   pointer-events: none;
   font-size: 18px;
   transition: 0.5s;
}
/* 
.inpt-btn-wth-arrow-mn::after {
   content: "\f054";
   font-family: "FontAwesome";
   position: absolute;
   top: 18px;
   right: -9px;
   height: 100%;
   width: 50px;
   color: var(--primary-text);
   pointer-events: none;
   font-size: 14px;
   transition: 0.5s;
} */

.inpt-btn-wth-arrow-mn:hover input {
   background: #3a4775;
   color: #fff;
   -webkit-box-shadow: 6px 6px 15px rgba(204, 220, 237, 0.5);
   -moz-box-shadow: 6px 6px 15px rgba(204, 220, 237, 0.5);
   box-shadow: 6px 6px 15px rgba(204, 220, 237, 0.5);
   transition: 0.5s;
}

.inpt-btn-wth-arrow-mn:hover::after,
.inpt-btn-wth-arrow-mn:hover::before {
   color: #fff;
   transition: 0.5s;
}

@media only screen and (min-width: 768px) {
   .cd-main-header {
      height: 80px;
   }
   .cd-main-header__logo {
      margin: 20px 0 0 5%;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
   }
}

.cd-main-nav {
   float: right;
   margin-right: 5%;
   width: 44px;
   height: 100%;
   background: url("../img/cd-icon-menu.svg") no-repeat center center;
   cursor: pointer;
}

.cd-main-nav__list.cd-main-nav__list--is-visible {
   -webkit-transform: translateY(50px);
   -ms-transform: translateY(50px);
   transform: translateY(50px);
}

.cd-main-nav__item {
   display: block;
   height: 50px;
   line-height: 50px;
   padding-left: 5%;
   border-top: 1px solid #3b3d4b;
   color: #fff;
}

@media only screen and (min-width: 1024px) {
   .cd-main-nav {
      width: auto;
      height: auto;
      background: none;
      cursor: auto;
   }
   .cd-main-nav__list {
      position: static;
      width: auto;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
   }
   .cd-main-nav__list.cd-main-nav__list--is-visible {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
   }
   .cd-main-nav__list li {
      display: inline-block;
      margin-left: 1em;
   }
   .cd-main-nav__list li:nth-last-child(2) {
      margin-left: 2em;
   }
   .navbar-brand img {
      height: 40px;
      width: auto;
   }
   .cd-main-nav__item {
      display: inline-block;
      height: auto;
      line-height: normal;
      background: transparent;
   }
   .cd-main-nav__item.cd-main-nav__item--signin,
   .cd-main-nav__item.cd-main-nav__item--signup {
      padding: 0.6em 1em;
      border-radius: 2px;
   }
   .cd-main-nav__item.cd-main-nav__item--signin {
      border: 1px solid rgba(255, 255, 255, 0.6);
      color: #fff;
   }
   .cd-main-nav__item.cd-main-nav__item--signup {
      background-color: #1cb5e0;
      background-image: linear-gradient(100deg, #1cb5e0, #1488cc);
   }
   .cd-main-nav__item.cd-main-nav__item--signup:hover {
      color: #fff;
      -webkit-animation-name: pulse;
      animation-name: pulse;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
   }
   .cd-main-nav__item.cd-main-nav__item--signin:hover {
      color: #1cb5e0;
      border: 1px solid #1cb5e0;
      -webkit-animation-name: pulse;
      animation-name: pulse;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
   }
}

@media (min-width: 768px) {
   .cd-main-nav {
      width: 100%;
      height: auto;
      background: none;
      cursor: auto;
   }
   .cd-main-nav__list {
      position: relative;
      width: auto;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      line-height: 60px;
   }
   .cd-main-nav__list.cd-main-nav__list--is-visible {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
   }
   .cd-main-nav__list li:nth-last-child(2) {
   }
   .cd-main-nav__item {
      height: auto;
      width: 100%;
      line-height: normal;
      background: transparent;
      text-align: center;
   }
   .cd-main-nav__item.cd-main-nav__item--signin {
      border: 1px solid rgba(255, 255, 255, 0.6);
   }
   .cd-main-nav__item.cd-main-nav__item--signup {
      background-color: #1cb5e0;
      background-image: linear-gradient(100deg, #1cb5e0, #1488cc);
   }
   .cd-main-nav__item.cd-main-nav__item--signup:hover {
      color: #fff;
      -webkit-animation-name: pulse;
      animation-name: pulse;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
   }
   .cd-main-nav__item.cd-main-nav__item--signin:hover {
      color: #1cb5e0;
      border: 1px solid #1cb5e0;
      -webkit-animation-name: pulse;
      animation-name: pulse;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
   }
}

@media (min-width: 426px) and (max-width: 768px) {
   .cd-main-nav {
      width: 100%;
      height: auto;
      background: none;
      cursor: auto;
   }
   .cd-main-nav__list {
      position: relative;
      width: auto;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      line-height: 60px;
   }
   .cd-main-nav__list.cd-main-nav__list--is-visible {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
   }
   .cd-main-nav__item.cd-main-nav__item--signin {
      padding: 0.6em 1em;
      border-radius: 2px;
   }
   .cd-main-nav__item {
      display: inline-block;
      height: auto;
      margin-left: 0;
      width: 100%;
      line-height: normal;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.6);
   }
   .cd-main-nav__item.cd-main-nav__item--signin {
      border: 1px solid rgba(255, 255, 255, 0.6);
      color: #fff;
   }
   .cd-main-nav__item.cd-main-nav__item--signup {
      background-color: #1cb5e0;
      background-image: linear-gradient(100deg, #1cb5e0, #1488cc);
   }
   .cd-main-nav__item.cd-main-nav__item--signup:hover {
      color: #fff;
      -webkit-animation-name: pulse;
      animation-name: pulse;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
   }
   .cd-main-nav__item.cd-main-nav__item--signin:hover {
      color: #1cb5e0;
      border: 1px solid #1cb5e0;
      -webkit-animation-name: pulse;
      animation-name: pulse;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
   }
}

@media screen and (max-width: 767px) {
   .formModalMainWraper label {
      font-size: 16px;
      line-height: 22px;
   }
   .formModalMainWraper input.vemdr-input {
      font-size: 16px;
      line-height: 22px;
      padding: 20px 15px;
   }

}

@media screen and (max-width: 575px) {

   .formModalMainWraper .cd-signin-modal__block {
      padding: 30px 60px;
   }
   .inpt-btn-wth-arrow-mn input, 
   .formModalMainWraper .inpt-btn-wth-arrow-mn input {
      font-size: 14px;
      line-height: 19px;
      padding: 5px 20px;
      height: 45px;
  }
  .inpt-btn-wth-arrow-mn::after {
      width: 42px !important;
      font-size: 12px !important;
      right: -13px !important;
   }

  .inpt-btn-wth-arrow-mn::before {
      width: 42px !important;
      font-size: 12px !important;
      right: -6px !important;
   }
}
@media (max-width: 425px) {
   .cd-main-nav {
      width: 100%;
      height: auto;
      background: none;
      cursor: auto;
   }
   .cd-main-nav__list {
      position: relative;
      width: auto;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      line-height: 60px;
   }
   .cd-main-nav__list.cd-main-nav__list--is-visible {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
   }
   .cd-main-nav__item {
      display: inline-block;
      height: auto;
      width: 100%;
      line-height: normal;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.6);
      color: #fff;
   }
   .cd-main-nav__item.cd-main-nav__item--signin,
   .cd-main-nav__item.cd-main-nav__item--signup {
      padding: 0.6em 1em;
      border-radius: 2px;
   }
   .cd-main-nav__item.cd-main-nav__item--signup {
      background-color: #1cb5e0;
      background-image: linear-gradient(100deg, #1cb5e0, #1488cc);
   }
   .cd-main-nav__item.cd-main-nav__item--signup:hover {
      color: #fff;
      -webkit-animation-name: pulse;
      animation-name: pulse;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
   }
   .cd-main-nav__item.cd-main-nav__item--signin:hover {
      color: #1cb5e0;
      border: 1px solid #1cb5e0;
      -webkit-animation-name: pulse;
      animation-name: pulse;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
   }
}

.btn-down {
   display: inline-block;
   height: 40px;
   width: 40px;
   position: absolute;
   float: right;
   right: 0;
   top: 50px;
   color: #fff;
   text-align: center;
   font-size: 20px;
   border-radius: 100%;
   border: 2px solid #fff;
   z-index: 999;
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
   white-space: nowrap;
   background: linear-gradient(100deg, #1cb5e0, #1488cc);
   -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s,
      background-color 0.3s 0s;
   transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
}

.btn-down:hover {
   color: #fff;
   -webkit-animation-name: pulse;
   animation-name: pulse;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}

.cd-signin-modal {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: #e4e4e4;
   z-index: 99999;
   overflow-y: auto;
   cursor: pointer;
   visibility: hidden;
   opacity: 0;
   -webkit-transition: opacity 0.3s, visibility 0.3s;
   transition: opacity 0.3s, visibility 0.3s;
}

.cd-signin-modal.cd-signin-modal--is-visible {
   visibility: visible;
   opacity: 1;
}

.cd-signin-modal__container {
   position: relative;
   width: 90%;
   max-width: 600px;
   background: #fff;
   margin: 3em auto 4em;
   cursor: auto;
   border-radius: 20px;
   -webkit-transform: translateY(-30px);
   -ms-transform: translateY(-30px);
   transform: translateY(-30px);
   -webkit-transition: -webkit-transform 0.3s;
   transition: -webkit-transform 0.3s;
   transition: transform 0.3s;
   transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-signin-modal--is-visible .cd-signin-modal__container {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}

.cd-signin-modal__switcher:after {
   content: "";
   display: table;
   clear: both;
}

.cd-signin-modal__switcher li {
   width: 100%;
   float: left;
   text-align: center;
}

.cd-signin-modal__switcher li:first-child a {
   border-radius: 0.25em 0 0 0;
   background: #3c4876;
   color: #fff;
}

.cd-signin-modal__switcher li:last-child a {
   border-radius: 0 0.25em 0 0;
}

.cd-signin-modal__switcher a {
   display: block;
   width: 100%;
   height: 50px;
   line-height: 50px;
   background: #d2d8d8;
   color: #809191;
}

.cd-signin-modal__switcher a.cd-selected {
   background: #fff;
   color: #505260;
}

@media only screen and (min-width: 600px) {
   .cd-signin-modal__container {
      margin: 4em auto;
   }
   .cd-signin-modal__switcher a {
      height: 70px;
      line-height: 70px;
   }
}
/* 
.cd-signin-modal__form {
   padding: 25px 30px;
} */

.cd-signin-modal__fieldset {
   position: relative;
   margin-top: 0;
}
.vemdr-modal-input-group {
   margin-top: 0;
   margin-bottom: 20px;
}
.vemdr-modal-input-group-alt {
   margin-bottom: 28px;
}
.margin-to-form-above {
   margin-top: 26px;
}
.vemdr-last-input-wrapper {
   margin-bottom: 12px;
}
.cd-signin-modal__fieldset:first-child {
   margin-top: 0;
}

.cd-signin-modal__fieldset:last-child {
   margin-bottom: 0;
}

.cd-signin-modal__label {
   font-style: normal;
   font-weight: normal;
   font-size: 18px;
   line-height: 25px;
   color: #3a4775;
   margin-bottom: 8px;
}
.vemdr-modal-helper-group {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-bottom: 24px;
}
.vemdr-modal-submit-btn-wrapper {
   margin-bottom: 24px;
}
.vemdr-helper-block:not(:last-of-type) {
   margin-right: 15px;
   margin-bottom: 2px;
}
.vemdr-helper-block:last-of-type {
   margin: 0;
}
/* .cd-signin-modal__label.cd-signin-modal__label--image-replace {
   display: inline-block;
   position: absolute;
   left: 15px;
   top: 50%;
   bottom: auto;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   height: 20px;
   width: 20px;
   overflow: hidden;
   text-indent: 100%;
   white-space: nowrap;
   color: transparent;
   background-repeat: no-repeat;
   background-position: 50% 0;
} */

.cd-signin-modal__label.cd-signin-modal__label--username {
   background-image: url("../img/cd-icon-username.svg");
}

.cd-signin-modal__label.cd-signin-modal__label--email {
}

.cd-signin-modal__label.cd-signin-modal__label--password {
}

.cd-signin-modal__input {
   color: #495057;
   font-size: 1rem;
   margin: 0;
   padding: 0;
   border-radius: 0.25em;
}
.cd-signin-modal__input:not([type="checkbox"]) {
   height: 58px;
}

.cd-signin-modal__input.cd-signin-modal__input--full-width {
   width: 100%;
}

.cd-signin-modal__input.cd-signin-modal__input--has-padding {
   padding: 0 20px;
}

.login-error-wrapper {
   font-size: 14px;
   line-height: 19px;
   color: #ff8079;
   margin-bottom: 20px;
   padding-right: 20px;
}
.cd-signin-modal__input.vemdr-input {
   height: 40px;
   border: 1px solid #919191;
   outline: none;
   border-radius: 10px;
   color: #3a4775;
   font-size: 14px;
   line-height: 19px;
}
.cd-signin-modal__input.vemdr-input:-internal-autofill-selected {
   background-color: #fff !important;
   color: #3a4775 !important;
}
.cd-signin-modal__input.vemdr-input::-webkit-input-placeholder {
   color: #919191;
}
.cd-signin-modal__input.vemdr-input::-moz-placeholder {
   color: #919191;
}
.cd-signin-modal__input.vemdr-input::placeholder {
   color: #919191;
}
.login_modal_helper_txt,
.login-modal-checkbox-label {
   font-weight: normal;
   font-size: 18px;
   line-height: 19px;
   color: var(--primary-text);
}
.login_modal_helper_txt:hover {
   color: var(--primary-text);
}

/* custom checkbox */
.vemdr-custom-checkbox-wrapper {
   display: flex;
   align-items: center;
   cursor: pointer;
}
.vemdr-custom-checkbox-wrapper .login-modal-custom-checkbox {
   margin-right: 8px;
}
.login-modal-custom-checkbox {
   position: relative;
   display: inline-block;
   width: 23px;
   height: 23px;
   border: 1px solid #919191;
}

.vemdr-checkbox-hdn:checked + .login-modal-custom-checkbox {
   border-color: #3A4775;
   background-color: #3a4775;
}
.vemdr-checkbox-hdn:checked + .login-modal-custom-checkbox::before {
   display: block;
   position: absolute;
   top: 5px;
   left: 5px;
   transform: rotate(-45deg);
   content: "";
   width: 12px;
   height: 7.5px;
   border: 2px solid #fff;
   border-top-width: 0;
   border-right-width: 0;
   border-bottom-left-radius: 2px;
}
.checkbox-hidden {
   width: 0;
   height: 0;
   opacity: 0;
   display: none;
}
/* custom checkbox end */

/* .cd-signin-modal__input.cd-signin-modal__input--has-border {
   border: 1px solid #d2d8d8;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.cd-signin-modal__input.cd-signin-modal__input--has-border:focus {
   border-color: #343642;
   -webkit-box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
   box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
   outline: none;
} */

.cd-signin-modal__input.cd-signin-modal__input--has-error {
   border: 1px solid #d76666;
}

.cd-signin-modal__input[type="submit"] {
   width: 100%;
   height: 40px;
   background: #3a4775;
   box-shadow: none;
   border-radius: 20px;
   border: none;
   outline: none;
   cursor: pointer;
   font-weight: bold;
   font-size: 14px;
   line-height: 19px;
   text-transform: uppercase;
   color: #fff;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

/* .cd-signin-modal__input[type="submit"]:hover,
.cd-signin-modal__input[type="submit"]:focus {
   outline: none;
   -webkit-animation-name: pulse;
   animation-name: pulse;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}

.cd-signin-modal__input[type="submit"]:hover,
.cd-signin-modal__input[type="submit"]:focus {
   background-color: #2f395d;
   border-color: #2b3354;
} */

.cd-signin-modal__hide-password {
   display: inline-block;
   position: absolute;
   padding: 6px;
   color: #919191;
   top: 40px;
   right: 12px;
}
.cd-signin-modal__hide-password:hover {
   color: #919191;
}
.cd-signin-modal__hide-password .material-icons {
   font-size: 21px;
}
.cd-signin-modal__error {
   display: inline-block;
   position: absolute;
   left: -5px;
   bottom: -35px;
   background: rgba(215, 102, 102, 0.9);
   padding: 0.8em;
   z-index: 2;
   color: #fff;
   font-size: 1.3rem;
   border-radius: 0.25em;
   pointer-events: none;
   visibility: hidden;
   opacity: 0;
   -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
   transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

.cd-signin-modal__error::after {
   content: "";
   position: absolute;
   left: 22px;
   bottom: 100%;
   height: 0;
   width: 0;
   border-left: 8px solid transparent;
   border-right: 8px solid transparent;
   border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}

.cd-signin-modal__error.cd-signin-modal__error--is-visible {
   opacity: 1;
   visibility: visible;
   -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
   transition: opacity 0.2s 0s, visibility 0s 0s;
}

@media (min-width: 375px) {
   .vemdr-helper-block:not(:last-of-type) {
      margin-right: 0;
      margin-bottom: 0;
   }
}
@media only screen and (min-width: 600px) {
   /* .cd-signin-modal__fieldset {
      margin: 2em 0;
   } */
   .cd-signin-modal__fieldset:first-child {
      margin-top: 0;
   }
   .cd-signin-modal__fieldset:last-child {
      margin-bottom: 0;
   }
   /* .cd-signin-modal__input.cd-signin-modal__input--has-padding {
        padding: 16px 20px 16px 50px;
    } */
   /* .cd-signin-modal__input[type="submit"] {
      padding: 16px 0;
   } */
}

.cd-signin-modal__message {
   margin-top: 0;
   margin-bottom: 20px;
   font-size: 16px;
   line-height: 22px;
   color: #3a4775;
}

.cd-signin-modal__bottom-message,
.vemdr-modal-link {
   color: #3a4775;
   text-transform: uppercase;
   font-weight: normal;
}
.vemdr-modal-link,
.cd-signin-modal .cd-signin-modal__bottom-message,
.cd-signin-modal  .vemdr-modal-link {
   font-size: 18px;
   line-height: 19px;
   text-align: center;
}
.vemdr-modal-link:hover,
.vemdr-modal-link:active,
.vemdr-modal-link:focus,
.vemdr-modal-link {
   font-weight: bold;
   color: #6d94bd;
}
.login-error-wrapper .vemdr-modal-link {
   text-transform: none;
}
/* .cd-signin-modal__bottom-message a {
   color: #668cf6;
   font-size: 16px;
   text-decoration: none;
}
.cd-signin-modal__bottom-message a:hover {
   color: #000;
} */

.cd-signin-modal__close {
   display: block;
   width: 14px;
   height: 14px;
   position: absolute;
   top: 18px;
   right: 20px;
   background-image: url("../../design/new_images/close.png");
   background-repeat: no-repeat;
   background-size: cover;
   font-size: 0;
   color: #0000;
}

/* .cd-signin-modal__close {
   display: block;
   position: absolute;
   width: 40px;
   height: 40px;
   right: 0;
   top: -40px;
   color: transparent;
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
}

@media only screen and (min-width: 1170px) {
   .cd-signin-modal__close {
      display: none;
   }
} */

.cd-signin-modal__block {
   display: none;
   padding: 30px 50px;
}

.cd-signin-modal__block.cd-signin-modal__block--is-selected {
   display: block;
}
.cd-signin-modal__block .blue-text{
   color: #000;
   font-size: 24px;
   margin-bottom: 10px;
   font-weight: 600;
   line-height: 40px;
}
.cd-signin-modal__block .grey-text{
   color:rgba(0, 0, 0, 0.781);
   font-size: 21px;
   font-weight: 500;
   line-height: 30px;
}
.cd-signin-modal__block .cd-signin-modal__form{
   margin: 30px 0 20px;
}
@-webkit-keyframes pulse {
   0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
   50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
   }
   100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
}

@keyframes pulse {
   0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
   50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
   }
   100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
}

.try_free {
   color: rgb(255, 255, 255);
   background: rgb(66, 185, 159);
   border-radius: 60px !important;
   border: none !important;
   font-weight: 600;
}

.try_free:hover {
   color: rgb(255, 255, 255) !important;
   background: rgb(66, 185, 159) !important;
   border: 1px solid rgb(66, 185, 159) !important;
}

.log_in {
   border: 2px solid rgb(66, 185, 159) !important;
   color: rgb(66, 185, 159) !important;
   font-weight: 600;
}

.log_in:hover {
   background-color: rgb(66, 185, 159) !important;
   color: #fff !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
   .log_in,
   .try_free {
      padding: 4px 0;
   }
}

@media (min-width: 768px) {
   .cd-signin-modal__block {
      padding: 35px 80px;
   }
   .login-error-wrapper {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 24px;
      padding-right: 5px;
   }
   .login-error-wrapper .vemdr-modal-link {
      font-size: 16px;
      line-height: 22px;
   }
   .vemdr-modal-input-group:not(.vemdr-last-input-wrapper) {
      margin-bottom: 22px;
   }
   .vemdr-modal-helper-group,
   .vemdr-modal-submit-btn-wrapper {
      margin-bottom: 30px;
   }
   .cd-signin-modal__input.vemdr-input {
      font-size: 16px;
      line-height: 22px;
   }
   .margin-to-form-above {
      margin-top: 30px;
   }
   .vemdr-modal-input-group-alt {
      margin-bottom: 32px;
   }
   .cd-signin-modal__message {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 25px;
   }
}
