/*css applied for Desktop View*/
@media only screen and (min-width: 768px) {
  .registration .form-group {
    margin-bottom: 0.1rem; }
  .nav-tabs .nav-link.active {
    border-bottom: .188em solid #9b5ba5; }
  .form-control {
    font-size: small; }
  #login-form-email {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #login-form-password {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #registration-form-fname {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #registration-form-lname {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #registration-form-phone {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #registration-form-email {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #registration-form-email-confirm {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #registration-form-password {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #registration-form-password-confirm {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #add-to-email-list {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #reset-password-email {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #submitEmailButton {
    background-color: #9b5ba5;
    border-color: #9b5ba5;
    border-radius: 50px;
    width: 50%;
    box-shadow: none;
    font-weight: 300; }
  #id_Col1 {
    margin-bottom: 15px;
    padding: 0px; }
  #id_Col2 {
    padding-left: 0px; }
  #img {
    width: 100%;
    height: 815px; }
  #id_Card {
    width: 380px;
    height: 815px;
    font-family: acumin-pro, sans-serif; }
  .custom-control-label {
    font-size: small; }
  #password-reset {
    color: #9b5ba5;
    box-shadow: none; }
  #btn_Login {
    margin-top: 10%;
    width: 180px;
    height: 40px;
    border-radius: 100px;
    background-color: #9b5ba5;
    border-color: #9b5ba5;
    box-shadow: none; }
  #btn_Register {
    width: 180px;
    height: 48px;
    border-radius: 100px;
    background-color: #9b5ba5;
    border-color: #9b5ba5;
    box-shadow: none;
    margin-top: 5%; }
  header ~ #maincontent .container a:not(.btn-primary):not(.btn-outline-primary) {
    color: #9b5ba5; } }

/*css applied for Mobile View*/
@media only screen and (max-width: 769px) {
  .nav-tabs .nav-link.active {
    border-bottom: .188em solid #9b5ba5; }
  .nav-tabs .nav-link {
    font-size: 15px; }
  button.btn:before {
    content: none !important; }
  header ~ #maincontent .container a:not(.btn-primary):not(.btn-outline-primary) {
    color: #9b5ba5; }
  #img {
    width: 0px;
    height: 0px; }
  .custom-control-label {
    font-size: small;
    margin-top: 1px; }
  #id_Card {
    font-family: acumin-pro, sans-serif;
    width: 100%; }
  .card {
    margin-right: 20px;
    width: 100%;
    height: -webkit-fit-content;
    height: fit-content; }
  .page[data-action="Account-SetNewPassword"] .card {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px; }
  .page[data-action="Account-SetNewPassword"] .hero {
    height: 19vw !important; }
  label {
    font-size: medium;
    margin-top: -25px; }
  .form-control {
    font-size: small; }
  #login-form-email {
    box-shadow: none;
    border: 1px solid #ced4da;
    margin-bottom: 1%; }
  #login-form-password {
    box-shadow: none;
    border: 1px solid #ced4da;
    margin-bottom: 1%; }
  #registration-form-fname {
    box-shadow: none;
    border: 1px solid #ced4da;
    margin-bottom: 1%; }
  #registration-form-lname {
    box-shadow: none;
    border: 1px solid #ced4da;
    margin-bottom: 1%; }
  #registration-form-phone {
    box-shadow: none;
    border: 1px solid #ced4da;
    margin-bottom: 1%; }
  #registration-form-email {
    box-shadow: none;
    border: 1px solid #ced4da;
    margin-bottom: 1%; }
  #registration-form-email-confirm {
    box-shadow: none;
    border: 1px solid #ced4da;
    margin-bottom: 1%; }
  #registration-form-password {
    box-shadow: none;
    border: 1px solid #ced4da;
    margin-bottom: 1%; }
  #registration-form-password-confirm {
    box-shadow: none;
    border: 1px solid #ced4da;
    margin-bottom: 1%; }
  #add-to-email-list {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #reset-password-email {
    box-shadow: none;
    border: 1px solid #ced4da;
    margin-bottom: 1%; }
  input[placeholder] {
    margin-bottom: -10px; }
  #btn_Register {
    height: 40px;
    font-size: medium;
    border-radius: 100px;
    background-color: #9b5ba5;
    border-color: #9b5ba5;
    box-shadow: none;
    margin-top: 5%; }
  #btn_Login {
    height: 40px;
    font-size: medium;
    border-radius: 100px;
    background-color: #9b5ba5;
    border-color: #9b5ba5;
    box-shadow: none;
    margin-top: 5%; }
  #submitEmailButton {
    background-color: #9b5ba5;
    border-color: #9b5ba5;
    border-radius: 50px;
    width: 50%;
    box-shadow: none; }
  form.reset-password-form .send-email-btn a {
    background-color: #9b5ba5 !important;
    border-color: #9b5ba5 !important;
    border-radius: 50px;
    width: 50%;
    color: white !important;
    box-shadow: none; } }

/*css applied for Tab View*/
@media screen and (max-width: 990px) and (min-width: 769px) {
  .registration .form-group {
    margin-bottom: 0.1rem; }
  .page[data-action="Account-SetNewPassword"] .hero {
    height: 14vw; }
  .form-control {
    font-size: small; }
  #login-form-email {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #login-form-password {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #registration-form-fname {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #registration-form-lname {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #registration-form-phone {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #registration-form-email {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #registration-form-email-confirm {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #registration-form-password {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #registration-form-password-confirm {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #add-to-email-list {
    box-shadow: none;
    border: 1px solid #ced4da; }
  #reset-password-email {
    box-shadow: none;
    border: 1px solid #ced4da; }
  .nav-tabs .nav-link.active {
    border-bottom: .188em solid #9b5ba5; }
  #id_Col1 {
    margin-bottom: 15px;
    padding: 0px;
    width: -webkit-fit-content;
    width: fit-content;
    margin-left: 10px; }
  #id_Col2 {
    padding-left: 0px;
    width: -webkit-fit-content;
    width: fit-content; }
  #img {
    width: 430px;
    height: 815px; }
  #id_Card {
    width: 368px;
    height: 815px;
    font-family: acumin-pro, sans-serif; }
  .custom-control-label {
    font-size: small; }
  #password-reset {
    color: #9b5ba5; }
  #btn_Login {
    margin-top: 20px;
    width: 180px;
    height: 40px;
    border-radius: 100px;
    background-color: #9b5ba5;
    border-color: #9b5ba5; }
  #btn_Register {
    width: 180px;
    height: 48px;
    border-radius: 100px;
    background-color: #9b5ba5;
    border-color: #9b5ba5; }
  header ~ #maincontent .container a:not(.btn-primary):not(.btn-outline-primary) {
    color: #9b5ba5; }
  #submitEmailButton {
    background-color: #9b5ba5;
    border-color: #9b5ba5;
    border-radius: 50px;
    width: 50%;
    font-weight: 300; } }

.reset-password-container {
  font-family: acumin-pro, sans-serif; }
  .reset-password-container .password-card {
    border: 1px;
    border: 1px solid rgba(0, 0, 0, 0.125); }
  .reset-password-container .send-email-btn {
    margin-bottom: 1.5rem !important; }

.page[data-action="Account-PasswordReset"], .page[data-action="Account-SaveNewPassword"],
.page[data-action="Account-SetNewPassword"] {
  font-family: acumin-pro, sans-serif !important; }
  .page[data-action="Account-PasswordReset"] .hero, .page[data-action="Account-SaveNewPassword"] .hero,
  .page[data-action="Account-SetNewPassword"] .hero {
    height: 11vw !important; }
  .page[data-action="Account-PasswordReset"] h1.page-title, .page[data-action="Account-SaveNewPassword"] h1.page-title,
  .page[data-action="Account-SetNewPassword"] h1.page-title {
    background-color: #9B5BA5 !important; }
  .page[data-action="Account-PasswordReset"] h1.page-title:before, .page[data-action="Account-SaveNewPassword"] h1.page-title:before,
  .page[data-action="Account-SetNewPassword"] h1.page-title:before {
    background-color: #9B5BA5 !important; }
  .page[data-action="Account-PasswordReset"] h1, .page[data-action="Account-PasswordReset"] h2, .page[data-action="Account-PasswordReset"] h3, .page[data-action="Account-PasswordReset"] h4, .page[data-action="Account-PasswordReset"] h5, .page[data-action="Account-PasswordReset"] h6, .page[data-action="Account-SaveNewPassword"] h1, .page[data-action="Account-SaveNewPassword"] h2, .page[data-action="Account-SaveNewPassword"] h3, .page[data-action="Account-SaveNewPassword"] h4, .page[data-action="Account-SaveNewPassword"] h5, .page[data-action="Account-SaveNewPassword"] h6,
  .page[data-action="Account-SetNewPassword"] h1,
  .page[data-action="Account-SetNewPassword"] h2,
  .page[data-action="Account-SetNewPassword"] h3,
  .page[data-action="Account-SetNewPassword"] h4,
  .page[data-action="Account-SetNewPassword"] h5,
  .page[data-action="Account-SetNewPassword"] h6 {
    font-family: acumin-pro, sans-serif !important; }

form[name="change-password-form"] a.btn.btn-block.btn-outline-primary {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: normal;
  box-shadow: none;
  color: #9b5ba5 !important;
  font-family: acumin-pro, sans-serif;
  background-color: #ffffff !important;
  border-color: #9B5BA5;
  border-radius: 2em; }

form[name="change-password-form"] button.btn.btn-save.btn-block.btn-primary {
  font-family: acumin-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: normal;
  box-shadow: none;
  color: #ffffff !important;
  background-color: #9b5ba5;
  border-color: #9b5ba5;
  border-radius: 2em; }

@media screen and (min-width: 990px) {
  #img {
    width: 430px;
    height: 815px;
    float: right; } }

#newPassword, #newPasswordConfirm {
  box-shadow: none;
  border: 1px solid #ced4da; }

@media (min-width: 544px) {
  .slant-down:after {
    border-bottom: 4vw solid #ffffff !important;
    visibility: hidden; } }

.modal .modal-body-passwordReset {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.modal-body-passwordReset {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.btn-primary {
  color: #fff;
  background-color: #91639f !important;
  border-color: #91639f !important; }

.send-email-btn a:hover {
  color: white !important; }

#new_password_banner_heading {
  margin-top: 15px;
  margin-bottom: 20px; }

.release-information {
  padding-top: 20px; }

.emailwrng {
  display: none; }

div.inline-error {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #c00; }

.login-input-field {
  border-radius: 5px;
  height: 40px; }

.login-input-field:-ms-input-placeholder {
  color: black;
  opacity: 1;
  /* Firefox */ }

.login-input-field::placeholder {
  color: black;
  opacity: 1;
  /* Firefox */ }

.login-input-field::-ms-input-placeholder {
  /* Edge 12-18 */
  color: black; }
