.bread-crumcontainer {
    position: relative;
    padding-top: 32px;
}
.bread-crumcontainer:before {
    content: '';
    background: #379181;
    position: absolute;
    width: 1698px;
    left: 0;
    right: 0;
    top: 0px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
}
.subscibetonews:before {
    content: '';
    position: absolute;
    top: 32px;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #379181;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.resetpassword {
    padding: 43px 12.7% 56px;
    background: #f0f0f0;
    width: 64.8%;
    margin: 0px auto;
    margin-top: 121px;
    margin-bottom: 76px;
}
h1#page-title {
    font-size: 33.92px;
    line-height: 46.22px;
    font-family: 'Butler';
    font-weight: normal;
    text-align: center;
    margin-top: 0;
    position: relative;
    margin-bottom: 28.4px;
    padding-bottom: 11px;
    text-transform: capitalize;
}
h1#page-title:after {
    content: "";
    height: 1px;
    width: 27.5%;
    background: #379181;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
}
.recover-password-message {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
table.recover-password-form {
    width: 100%;
    margin-top: 24px;
	text-align: center;
}
.table-value.email-value{
    margin-bottom: 38.66px;
}
input.forgot_email.form-control {
    width: 100%;
    height: 45.76px;
    font-size: 15px;
    border: 1px solid #c7c7c7;
    padding: 16px 12.62px 14.2px;
    line-height: 26.57px;
    color: #000;
    background: #fff;
    font-family: Lato;
	max-width: 500px;
}
.buttons.loginSubmit {
    text-align: center;
}
.buttons.loginSubmit button.btn.regular-button {
    background: #379181;
    border: 1px solid transparent;
    color: #fff;
    width: 100%;
    max-width: 263.52px;
    height: 48.12px;
    text-transform: uppercase;
    font-size: 17.35px;
    line-height: 13.19px;
    margin-bottom: 38.66px;
    font-weight: bold;
    letter-spacing: 0.6px;
    cursor: pointer;
}
a.back-login {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    font-family: 'LatoWebSemibold';
}
.resetpassword{
	padding: 43px 240px 56px;
	max-width: 1140px;
}

@media screen and (max-width: 1400px) {
	.resetpassword{ padding:43px 10% 56px;} 
}
@media (min-width: 768px) and (max-width: 1024px) {
    h1#page-title {
        font-size: 22px;
        line-height: 26px;
    }
    .resetpassword{
        width: 75.8%;
        padding: 2.15vw 6.7% 2.8vw;
    }
    .recover-password-message {
        font-size: 12px;
        line-height: 16px;
    }
    input.forgot_email.form-control{
        height: 30px;
        font-size: 12px;
    }
    button.btn.regular-button{
        height: 34px;
        font-size: 12px;
    }
    a.back-login {
        font-size: 12px;
    }
}
@media (max-width: 767px){
    .bread-crumcontainer{
        display: none;
    }
    .resetpassword {
        width: 100%;
        float: left;
        background: transparent;
        padding: 0px 0px 0px;
        margin-top: 6vw;
        margin-bottom: 0px;
    }
    h1#page-title {
        font-size: 36px;
        line-height: 4.59vw;
        margin-bottom: 5.6vw;
        padding-bottom:4.7vw;
    }
    h1#page-title:after {
        height: 0.25vw;
        width: 24.4vw;
    }
    .recover-password-message {
        font-size: 16px;
        line-height: 22px;
        font-family: 'LatoWebLight';
        padding: 0px 5%;
    }
    table.recover-password-form {
        margin-top: 6.8vw;
        background: #f0f0f0;
        padding: 11.75vw 5.95vw 8.8vw;
    }
    .table-value.email-value {
        margin-bottom: 0;
    }
    input.forgot_email.form-control {
        width: 100%;
		height: auto;
		font-size: 16px;
		border: 1px solid #c7c7c7;
		padding: 10px;
		line-height: 1.68vw;
    }
    button.btn.regular-button {
        margin-bottom: 2.45vw;
		border: 1px solid transparent;
		line-height: 0.83vw;
		font-size: 16px;
		height: auto;
		margin-top: 3.9vw;
		font-weight: bold;
		letter-spacing: 0.19vw;
		max-width: 100%;
		font-family: 'Lato';
		padding: 20px 0;
    }
    a.back-login {
        font-size: 16px;
        line-height: normal;
        margin-top: 3.25vw;
    }
    .subscibetonews.clearboth::before{
        display: none;
    }
    p.frequired-error {
        font-family: 'Lato';
        font-size: 16px;
        line-height: 5.3vw;
    }
}