.password-restore-section button{
	font-size:20px !important;
	margin-bottom:70px;
	text-transform: uppercase;
	font-family: Poppins,Arial,Helvetica,sans-serif;
	font-weight: 800;
	letter-spacing:0.6px;
}

.password-restore-section button:after{
	display: block;
	content: '';
	position: absolute;
	right: -1px;
	top: calc(50% + 1px);
	transform: translateY(-56%);
	height: 30px;
	width: 37px;
	border-radius: 4px;
	background-image: url(/themes/guest/assets/own/images/svgs/arrow1w-orange.svg);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}

@media(max-width:500px){
	.password-restore-section button{
		width:100%;
		text-align:center !important;
	}
}

.give-new-passwords-section input[type="password"]{
	margin-bottom:10px !important;
}