.passster-submit{
	margin-bottom: 25px;
}
.passster-error{
}
.hidden-error{
	display: none;
}
/******/
.banner-page-wrapper {
    position: relative;
}
.banner-page-wrapper .overlay {
    position: relative;
    background: #25292b;
}
.banner-page-wrapper .overlay img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    opacity: 0.5;
}
.banner-page-container {
    position: absolute;
    bottom: 0;
}
.banner-page-container {
    padding: 2em 2em 2em 2em;
    margin: 0% 50% -40px 0%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background: #fff;
    border-radius: 3px 3px 3px 3px;
}
.contain-border {
    border-style: double;
    border-width: 4px 4px 4px 4px;
    border-color: #ce9869;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 2em 2em 2em 2em;
}
.contain-border h1 {
    color: #25292b;
    font-size: 72px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 0 0 20px;
}
.contain-border p {
    font-size: 36px;
    color: #25292b;
    font-weight: 600;
    line-height: 1.2em;
    text-align: left;
    font-family: 'IBM Plex Sans', sans-serif;
}
/******/
.container-wrapper {
    padding: 140px 0 160px;
}
.passster-form {
    max-width: 700px !important;
}
.passster-form .password-form {
    background: #e3dede;
    padding: 20px 20px 20px 20px;
    margin: 0 0 0 0;
    border-radius: 5px;
}
.passster-form h4 {
    font-size: 24px;
    font-weight: 500;
    color: #212f4d;
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 1.3em;
}
.passster-form p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.5em;
}
.passster-form fieldset input {
    color: #25292b;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #25292b;
    width: 100%;
    background: #fff;
    margin: 0 0 12px;
    padding: 10px;
    height: 45px;
    font-size: 16px;
    outline: 0 !important;
}
button.passster-submit {
    margin: 0;
    background: #212f4d;
    padding: 9px 10px 9px 10px;
    font-weight: 500;
    font-size: 14px;
    color: #25292b;
    background: transparent;
    width: 100%;
    border-radius: 3px 3px 3px 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #212f4d;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 20px;
    outline: 0 !important;
}
button.passster-submit:hover {
    background: #212f4d;
    color: #fff;
}
.container-wrapper {
    padding: 90px 0 160px!important;
}
/*****/

@media screen and (max-width: 1200px) {
    .banner-page-container {
        margin: 0% 40% -40px 0%;
    }
    .contain-border h1 {
        font-size: 54px;    
        margin: 0 0 16px;
    }
    .contain-border p {
        font-size: 28px;
        margin: 0;
    }
    .contain-border {
        padding: 1.5em;
    }
}
@media screen and (max-width: 992px) {
    .banner-page-wrapper .overlay img {
        height: 400px;
    }
    .banner-page-container {
        margin: 0% 30% -40px 0%;
    }
    .contain-border h1 {
        font-size: 48px;
    }
    .contain-border p {
        font-size: 24px;
        margin: 0;
    }
}
@media screen and (max-width: 768px) {
    header.page-header.page-cms-header h1 {
        font-size: 32px;
    }
    .banner-page-wrapper .overlay img {
        height: 360px;
    }
    .banner-page-container {
        margin: 0% 30% -40px 0%;
        padding: 1.2em;
        width: 70%;
    }
    .contain-border h1 {
        font-size: 36px;
        margin: 0 0 12px;
    }
    .contain-border p {
        font-size: 18px;
        line-height: 28px;
    }
    .contain-border {
        padding: 1em;
    }
}
@media screen and (max-width: 576px) {
    .banner-page-wrapper .overlay img {
        height: 280px;
    }
    .contain-border h1 {
        font-size: 32px;
        margin: 0 0 8px;
    }
    .contain-border p {
        font-size: 17px;
        line-height: 25px;
    }
	.container-wrapper {
		padding: 80px 0 100px;
	}
	.passster-form h4 {
		font-size: 22px;
	}
}