/***** ALTERNATIVE ACCOUNT RECOVERY *****/

.recovery-content {
	max-width: 494px;
	padding: 50px 45px;
}
.recovery-content .action-btns-container {
	padding-top: 30px;
}
.recovery-content .recovery-desc-container p {
	margin: 20px 10px;
}
.recovery-content .records {
	max-height: 150px;
    overflow: auto;
    margin-top: 10px;
}
.recovery-content .records .radio {
	margin-bottom: 15px;
}
.recovery-content .records .radio:first-child {
	margin-top: 0px;
}
.recovery-content .preactive p {
	margin: 0px;
}
.recovery-content .progress-container {
	margin-top: 7px;
}
.recovery-content .info-block {
	margin: 5px 0px;
    font-size: 12px;
}

@media (max-width: 494px) {
	.alt-content .container-fluid.recovery-desc-container {
		padding: 0 15px;
		font-family: PeridotPE-Regular;
	}
	.alt-content .recovery-desc-container p {
		margin-bottom: 0px;
	}
}
.bullet {
	position: absolute;
	width: 10px;
	height: 10px;
}

.pass-change-icon {
	position: absolute;
	cursor: pointer;
	margin: -4px 0 0 -12px;
}

.pass-change {
	margin: 15px 0 -25px 5px!important;
}

.redirect_to_mycosmoteapp {
	display: flex;
	margin: 10px auto;
	padding: 0px;
	justify-content: center;
	width: auto;
	position: relative;
}
.records input[type=radio] {
	margin-left: 0 !important;
}