/** put css for your plugin here **/

body{
  font-family: sans-serif;
}

.active-color{
	color: #2487ce;;
}

.bg-color{
	background-color: #2487ce;;
}

.bg-white{
	background-color: #ffffff;
}

.white-color{
	color: #ffffff;
}


section {
  padding: 100px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #ecf9ec;
}

.section-title,
.section-header {
  text-align: left;
  padding-bottom: 10px;
}

.section-title h2,
.section-header h2 {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  color: #222222;
}

.section-title h2::before,
.section-title h2::after {
  content: "";
  width: 15%;
  height: 2px;
  background: #2487ce;;
  display: inline-block;
}

.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p,
.section-header p {
  margin: 15px 0 0 0;
}

.section-title h2 span,
.section-header h2 span{
  color: #2487ce;;
}


 
.card{
	border: none;
}

.card-info a{
	text-decoration: none;
}

.card-info p{
	text-align: center;
  line-height: 18px;
}

.forgot-btn{
	border: none;
	border-radius: 3px;
	padding: 3px;
}

button:hover{
	background-color: #2487ce;
	opacity: 0.8;
}

.count-questions span{
	padding:8px;
	border-radius: 50%;
	font-size: 15px;
}


form img{
  border: 1px solid gray;
  border-radius: 3px;
  cursor:pointer;
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
}

.recovery-radio-container{
  padding-left: 10px;
}

.recovery-radio-container .form-check-label:hover{
  cursor: pointer;
}

.questions-list{
  line-height: 40px;
}
.questions-list a{
  text-decoration: none;
  color: black;
}

ol li:hover{
  background-color: #2487ce;;
  color: #ffffff;
}

.description .phrase{
  padding-right: 100px;
}

.action form .question{
  font-size: 14px;
}

.action form .form-error{
  font-size: 12px;
}

@media screen and (max-width: 1024px){

  section{
    padding-left: 0;
    padding-right: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  section .card{
    box-shadow: 0 0 0 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  section .card{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  section .card .action{
    margin-top: 30px;
  }

  section .card .description .phrase{
    padding-right: 0;
  }

  section .card .description .phrase,
  section .card label{
    font-size: 14px;
  }

  section .card button{
    font-size: 13px;
  }

  section .card li{
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 17px;
  }

  section .card .action .msg{
    margin-top: 0 !important;
    font-size: 14px;
  }

  .action form .question{
    font-size: 12px;
    font-weight: bold;
  }

  .section-title h2,
  .section-header h2 {
    font-size: 18px;
  }

  .section-title h2::before,
  .section-title h2::after {
    content: "";
    width: 0;
    height: 0;
     
  }

  .section-title h2::before {
    margin: 0;
  }

  .section-title h2::after {
    margin: 0;
  }
}

