_activation-step-five.scss 1.97 KB
.attivazione-step-5{
	margin-top:12rem;
	.wrapper-attivazione-head{
		margin-top:2.4rem;
	}

	.attivazione-step-body{


		button{
			width:308px;
		}
	}

	.wrapper-input{
			margin-bottom:1.6rem;
			width:296px;
			input{
				width:296px;
			}
		}

}

.send-again-container{
		margin-top:6.4rem;
		margin-bottom:18rem;
		font-size:1.6rem;
		.send-again-title{
			font-weight:bold;
		}

		.send-again-cta{
			text-decoration:underline;
			font-weight:bold;
			margin-top:2rem;
			cursor: pointer;
		}

		send.open{
			.send-again-title{
				font-weight:bold;
				margin-bottom:4rem;
			}

			.activation-flex-wrapper{
				margin-top:4rem;
			}

			button{
				width:auto;
			}

		}

		.activation-flex-wrapper{
			align-items:center;
		}
}

.sms-sent{
	display:flex;
	align-items:center;
	margin-bottom: 20px;
	figure{
		img{
			width: 25px;
		}

		
	}
	p{
		/* Messaggio inviato co: */
		font-family: TheMixB-W7Bold;
		font-size: 16px;
		color: #A0AC12;
		letter-spacing: 0;
		margin-left:10px;
	}
}

.code-verified-block{
	
	margin-top:5.5rem;

	h2{
			    font-size: 2.4rem;
			    font-family:TheMixSemiBold;
		}
}

.code-verified-icons{
	display:flex;
}

.code-verified-icon{
	width:264px;
	margin-right:2rem;

	img{
		height:45px;

	}
	p{
		font-size:1.4rem;
		line-height: 1.9rem;
		color: #4A4A4A;
	}
	.code-verified-title{
		margin:1.5rem 0;
		width:184px;
		font-size:1.6rem;
		line-height:2.1rem;
		height: 60px;

		font-family: TheMixSemiBold;
	}
}

.attivazione-step-5.verified{
	.wrapper-attivazione-head{
		p{
			font-size: 2.4rem;
    			font-family: TheMixLight;
    			line-height: 32px;
		}
	}

	.attivazione-step-body{
		h2{
			font-size: 2.4rem;
			    margin-top:5rem;
			    margin-bottom: 1rem;
			 	font-family:TheMixSemiBold;
			    color:$darkGray;
		}
	}
}



.mail_verified{
font-size: 1.6rem;
	color: #5A585A;
	font-family:TheMixSemiBold;
}