/* Copyright 2018 Zooz Digital Private Limited
 *
 *  You may obtain a copy of the License from
 *
 * Zooz Digital Private Limited */
.navbar-default .top-header {
  border-bottom: none;
}

.logo-medicine-txt {
  display: none;
}

img.header-nav-logo {
  height: unset;
}

label .label-icon {
  margin-left: 5px;
  color: #d9338c;
}

.user-enrole .or-divider:after, .user-enrole .or-divider:before {
  margin-left: 0;
  margin-right: 0;
}

.user-enrole {
  visibility: visible;
}

.forgot-password button, .reset-password button, .registration button {
  float: right;
}

.btn.btn-primary, .thanku-button {
  text-decoration: none!important;
}
        /*
.profession-dropDown label{
    display:none!important;
    }
    #specialty {
    display:none;
    }
*/
.beroep-style .termsAndCond p b {
  color: #a94442;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  border-radius: 2px;
  line-height: 24px;
  font-size: 14px;
}

.create-password .user-enrole .btn.btn-default {
  background: #d0006f;
  float: right;
  border: 1px solid #9db0ac;
  background-color: #D0006F !important;
  border-color: #D0006F !important;
  color: #fff !important;
}

.thanku-div {
  width: 100%;
  padding: 0 15px;
  margin: 25px auto;
}

.thanku-title {
  margin: 20px 0 10px;
  font-weight: 400;
  color: rgb(51, 51, 51);
}

.thanku-para {
  color: #777;
  margin: 20px 0 10px;
  font-weight: 400;
}

.thanku-button {
  background: #d0006f;
  float: right;
  border: 1px solid #9db0ac;
  background-color: #D0006F !important;
  border-color: #D0006F !important;
  color: #fff !important;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3;
  border-radius: 2px;
  font-style: italic;
  font-family: LexiaLight,Georgia,"Times New Roman",serif;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  user-select: none;
}

.verify-email .back-button {
  float: left;
}

.verify-email .form-submit-btn {
  float: right;
}

.reqStatusSuccessMsg a {
  display: block;
}

@media screen and (min-width: 768px) {
  .thanku-div {
    width: 750px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .thanku-div {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .thanku-div {
    margin: 20px auto;
  }
}
                
                /*registration*/
/*.registration #iqviaTermsConsent{  */
/*    display:none; }*/

/*.registration .consentLabel{ */
/*    width: 100%;*/
/*}*/

.registration .consentLabel p {
  text-align: justify;
}

.registration h3 {
  font-weight: 700!important;
  font-size: 20px;
}

.registration h4 {
  font-family: LexiaLight,Georgia,Times,"Times New Roman",serif;
}

.registration .user-enrole label {
  color: #a94442;
}

.registration .user-enrole input[type=text] {
  padding: 10px;
}

.registration .userEnroleForm {
  margin-top: 0%;
}

.form-desc {
  margin-bottom: 10px;
  color: #777;
  font-size: 16px;
}

.country {
  display: none;
}

.login-consents-display-none {
  display: none;
}

.forgot-password .back-button {
  float: left;
}

.forgot-password .form-submit-btn {
  float: right;
}

.registration-form {
  margin-top: 6% !important;
}

.reqStatusSuccessMsg {
  display: inline-block;
}

.reqStatusSuccessMsg a {
  display: inline-block;
  margin-right: 25%;
}

/*@media screen and (min-width: 768px) and (max-width: 1023px) {*/
/*  .forgot-password-form .reqStatusSuccessMsg a, .registration .reqStatusSuccessMsg a {*/
/*    margin-right: 70%;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*  .forgot-password-form .reqStatusSuccessMsg a, .registration .reqStatusSuccessMsg a {*/
/*    margin-right: 40%;*/
/*  }*/
/*}*/
/**/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}