.insert__otp {
	width: 58px;
	height: 15px;
	font-family: Lato, serif;
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}
.sms__otp {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.sms__otp--timer{
	display: flex;
	align-items: center;
}

.col-md-4 {
	max-width: 114px;
	padding-left: unset;
	padding-right: unset;
}
.progress__time {
	height: 100px;
	background:#ffffff;
	width: 100px;
	border-radius: 50%;
	position: relative;
}

.progressbar-js-circle {
	  position: relative;	  
	  width: 100px;
}
.progressbar-text {
	display: flex;
	position: absolute;
	flex-direction: column;
	bottom: 0;
	top: 50%;
	width: 50%;
	text-align: center;
	transform: translate(50%, -50%);
	font-size: 14px;
}
.seconds {
	top: 48%;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1;
}
.elapse {
	height: 19px;
	font-size: 16px;
	font-weight: bold;
	color: #000c37;
}
.sms__otp .submit {
	margin-left: unset;
	margin-right: unset;
}
.opt__form {
	height: 220px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.send__otp--message {
	width: fit-content;
	font-size: 14px;
	color: #041333;
}

/* Johana: overrides*/
.option {
  	border: solid 1px #b9bdbd !important
}
.btn-primary.disabled, .btn-primary:disabled, .btn-primary.disabled:hover, .btn-primary:disabled:hover  {
    background-color: #f1f6fb !important;
	color: #8c9194 !important;
	border:none !important;
	border-radius:30px !important
}
.btn-primary {
    color: #fff;
    background-color: #004285!important;
	border-color: transparent !important;
	border-radius:30px !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: lighten(#004285,5%) important;
    border-color: transparent !important;
}
.select-text {
    margin-left: 0 !important;
    font-size: 14px !important;
}

.submit-button {
	display: flex;
    align-items: center;
    font-size: 15px;
}

#kc-resend-otp {
    font-weight: 500 !important;
    font-size: 14px;
}

.send__otp--message {
    margin-bottom: 15px;
	width: fit-content;
}

.resend-new__otp {
	border: none;
	color: #007bff;
	background: #ffffff;
	padding: 0;
}