﻿.security-questions-confirmation {
  background: url('../../Images/SecurityQuestions/email-sent.svg') center center no-repeat;
  background-size: 70px 70px;
  display: inline-block;
  width: 70px;
  height: 70px;
  /*padding-top: 20px;*/
}

.security-questions-done-icon {
  background: url('../../Images/SecurityQuestions/done-shield.svg') center center no-repeat;
  background-size: 70px 70px;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.security-questions-icon {
  background: url('../../Images/SecurityQuestions/security-questions.svg') center center no-repeat;
  background-size: 70px 70px;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.progress-pill {
  display: inline-block;
  background-color: #eee8e8;
  border-radius: 2px;
  width: 40px;
  height: 5px
}

  .progress-pill.selected {
    background-color: #FE5F5A;
  }

.ComboDropDown {
  z-index: 100000;
}

.dropDown-arrow {
  position: relative;
  color: #9c9c9c;
  top: -25px;
  right: 10px;
  float: right;
  font-size: 20px;
}

.text-normal {
  font-style: normal !important;
}

.modal-container {
  padding: 0 20px 20px 20px;
}

.validationMessage {
  color: red;
}
