/* Pierwszy ekran "Zapomniałem hasla" */
.woocommerce-ResetPassword.lost_reset_password {
	text-align: center;
	width: 100%;
	max-width: 741px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 140px;
	box-sizing: border-box;
	position: relative;
}
.woocommerce-ResetPassword.lost_reset_password .forgot-password-box {
	font-size: 16px;
	color: #FFF;
	background-color: #fd5354;
	padding: 25px;
	margin-bottom: 50px;
}
.woocommerce-ResetPassword.lost_reset_password .forgot-password-box::before {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fd5354;
	position: absolute;
	bottom: 57.25%;
	left: 47%;
}
.woocommerce-form-row.form-row-first.email-input {
	float: initial;
	margin: 0 auto;
	width: 100%;
}
input.woocommerce-Button.button {
	border: 1px solid #4e4e56;
	padding: 22px;
	/* width: 158px; */
	max-width: 234px;
	height: auto;
	max-height: 68px;
	font-weight: normal;
	box-sizing: border-box;
	float: right;
	letter-spacing: 0.08em;
}
#login-window input.woocommerce-Button.button {
	width: auto;
}
@media screen and (max-width: 520px) {
	#main-wrapper.paddings-82 {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 602px) {
	
	.woocommerce-ResetPassword.lost_reset_password .forgot-password-box::before {
		bottom: 54.25%;
	}
	input.woocommerce-Button.button {
		padding: 14px;
		font-size: 18px;
		float: initial;
	}
}
@media screen and (max-width: 435px) {
	.woocommerce-ResetPassword.lost_reset_password .forgot-password-box {
		font-size: 14px;
	}
	.woocommerce-ResetPassword.lost_reset_password .forgot-password-box::before {
		bottom: 55.25%;
	}
}
@media screen and (max-width: 390px) {
	.woocommerce-ResetPassword.lost_reset_password .forgot-password-box::before {
		bottom: 53.25%;
	}
}

/* Potwierdzenie wysłania linku resetującego hasło */
.new-password-sent {
	text-align: center;
	width: 100%;
	max-width: 743px;
	margin: 0 auto;
	margin-top: 55px;
	margin-bottom: 75px;
	position: relative;
	background-color: #e0e7de;
	border: 63px solid #f9f9f8;
	border-top: 43px solid #f9f9f8;
	border-bottom: 43px solid #f9f9f8;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 23px;
	padding: 45px;
}
.new-password-sent .bigger {
	display: block;
	font-size: 25px;
	line-height: 31.6px;
}
.new-password-sent .underline {
	text-decoration: underline;
}

@media screen and (max-width: 740px) {
	.new-password-sent {
		font-size: 14px;
		padding: 20px;
		border: 20px solid #f9f9f8;
	}
	.new-password-sent .bigger {
		font-size: 22px;
	}
}

/* Nowe hasło */
.woocommerce-ResetPassword.lost_reset_password.new-password {
	background-color: #f9f9f8;
	padding: 45px;
}
.new-password-box {
	font-size: 16px;
	background-color: #e0e7de;
	padding: 40px 10px;
	margin-bottom: 50px;
}
.new-password-box::before {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #e0e7de;
	position: absolute;
	bottom: 62.5%;
	left: 47%;
}
.new-password .woocommerce-form-row.form-row {
	width: 100%;
}


@media screen and (max-width: 602px) {
	.new-password.woocomerce-form.woocommerce-form-login.login {
		margin-top: 30px;
	}
	.new-password-box {
		font-size: 14px;
		padding: 32px 10px;
	}
	.new-password .form-row input.woocommerce-Input.woocommerce-Input--text.input-text {
		font-size: 14px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.new-password-box::before {
		bottom: 64%;
	}
}
@media screen and (max-width: 338px) {
	.new-password-box::before {
		left: 45%;
	}
}

/* Nowe hasło zmienione */
#account-window form.woocommerce-form-login {
	display: none;

}

#account-window .woocommerce form.register {
	display: none;
	
}
.new-password-changed.woocomerce-form.woocommerce-form-login.login {
	text-align: center;
	width: 100%;
	max-width: 741px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 140px;
	padding: 45px;
	box-sizing: border-box;
	position: relative;
	background-color: #f9f9f8;
}
.new-password-changed-box {
	font-size: 25px;
	line-height: 31.6px;
	background-color: #e0e7de;
	padding: 40px 10px;
	margin-bottom: 50px;
}
.new-password-changed .woocommerce-LostPassword.lost_password {
	text-align: right;
}

@media screen and (max-width: 602px) {
	.new-password-changed.woocomerce-form.woocommerce-form-login.login {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.new-password-changed-box {
		font-size: 22px;
		padding: 32px 10px;
	}
	.new-password-changed .woocommerce-LostPassword.lost_password {
		text-align: center;
	}
}


.message-box-area {
    background-color: #f9f9f8;
    margin:0 auto;
    width:100%;
    max-width:743px;
    box-sizing: border-box;
    padding:63px;
    padding-top:43px;
    padding-bottom:30px;
    text-align:right;
        margin-top: 55px;
}

.message-box-area .message-green {
    background-color: #e0e7de;
    	display: block;
	font-size: 25px;
	line-height: 31.6px;
        padding:45px;
        display:block;
        text-align:center;
}

.message-box-area a.umami-button {
    margin-top:35px;
    margin-right: 0px;
}
.message-box-area .lost_password a {
    font-family: 'Rund-Grotesk_medium',Sans-Serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2.5px;
    color: #4e4e56;
    margin-top: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
    display: inline-block;
    margin-bottom: 0px;
}