.jpa{list-style:none;display:flex;flex-direction:row}.jpa input{margin-right:.5rem;margin-left:.5rem;text-align:center}.jpa input:first-child{margin-left:0}.jpa input:last-child{margin-right:0}
.app-title {color: #232884;
    display: block;
    font-size: 25px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 10px;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 1px;
}
.pinInput{
	height: 50px; width: 50px; padding-left: 1px; padding-right:1px; border: none; border-bottom: 1px solid #a5a5a5; 
}

.pinInput:focus {
	outline:none;
}
.continuer{
	border-radius: 25px; padding-left: 50px;padding-right: 50px; color: white; background-color: #a5a5a5;
 font-size: 16px; padding-top: 12px; padding-bottom: 12px; font-weight: bold;
}
/* The container */
.check-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border:solid 1px #3b51d5;
}

/* On mouse-over, add a grey background color */
.check-label:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.check-label input:checked ~ .checkmark {
  background-color: #3b51d5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-label .checkmark:after {
  left: 9px;
  top: 7px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_clav{
  border-radius: 170px;
  width: 50px;
  background-color: #f0f3ff;
  border:none;
  color: #202122;
  margin-right:8px;
}
.btn_clav:hover{
background-color: #232884;
}
.dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 1px solid #919191;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    vertical-align: middle;
    background-color: #fff;

}
.efface{
    display: inline-block;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid #f0f3ff;
    border-radius: 50%;
    margin: 0 5px;
    padding: 2px;
    vertical-align: middle;
    background-color: #f0f3ff;
    color: #202122;
    position: relative;
    bottom: 7px;   
}
