header.nav-header {
    display: none;
}
.main-top-navbar {
    display: none;
}
footer.text-white {
    display: none;
}
section.rocky-mountain {
    position: relative;
}
.banner-mountain-auth img {
    max-width: 100%;
    min-height: 100vh !important;
    position: relative;
    object-fit: fill;
}
.logo-wrapper.text-center img {
    width: 140px;
    height: 100px;
    object-fit: scale-down;
    margin-bottom: 0px;
}
.banner-mountain-auth {
    position: relative;
}
/* .banner-mountain {
	background-image: url(../img/banner4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom;
	width: 100%;
	height: 100vh;
	position: relative;
	left: 0;
	z-index: -1;
	top: 0;
} */
.banner-img {
    position: absolute;
    width: 100%;
    bottom: 0;
    /* height: 100%; */
    right: -80px;
    width: 100%;
}
.banner-img img {
    margin-top: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-outline {
    position: relative;
}
.form-outline img {
    position: absolute;
    top: 0;
    left: 0;
}
.form-outline i {
    position: absolute;
    left: 6px;
    top: 4px;
    padding: 9px 7px;
    transition: 0.3s;
    font-size: 19px;
    color: #b5b5b5;
}
.auth-form {
    background: #f5f6f6;
    padding: 40px 40px 0;
    border-radius: 20px;
}
.auth-form {
    background: #f5f6f6;
    padding: 40px 40px 30px !important;
    border-radius: 20px;
}
.form-outline input {
    /* padding: 10px 0px 10px 46px; */
    padding: 10px 19px;
}
.form-outline.paddingzero input {
    padding: 10px 19px;
}
.input-group-addon {
    position: absolute;
    right: 13px;
    top: 6px;
}
.input-group input {
    padding: 10px 22px;
}
.input-group {
    margin-bottom: 20px;
}
.input-group-addon a i {
    font-size: 20px;
    position: absolute;
    right: 2px;
    top: 7px;
    z-index: 99999;
    color: #b5b5b5;
}
input.form-control {
    position: relative;
}
.email {
    display: flex;
    gap: 10px;
    line-height: 1.2;
    margin-top: 0px;
}
h3.membership-contectus-heading {
    margin-bottom: 20px;
}
/*.alert-danger {*/
/*    color: #842029;*/
/*    background-color: #f8d7da;*/
/*    border-color: #f5c2c7;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/
.form-outline input::placeholder {
    margin-bottom: 20px;
    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #6c757d;
}
input.form-control::placeholder {
    margin-bottom: 20px;
    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #6c757d;
}
input.form-control {
    border-radius: 5px;
    border: 1px solid #e1e6eb;
    position: relative;
}
input.form-control.control-wrapper {
    padding: 10px 20px;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
a.btn.green.sign-up {
    margin-bottom: 28px;
    margin-top: 20px;
}
p.sign-in-wrapper span {
    font-family: "poppins-bold";
    font-size: 14px;
}
a.btn.green.sign-up {
    margin-bottom: 28px;
    margin-top: 20px;
    width: 28%;
}
p.sign-in-wrapper {
    font-size: 14px;
    color: #666666;
}
p.sign-in-wrapper span {
    font-size: 14px;
    color: #000;
}
.new {
    position: relative;
}
.new .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #bebfbf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 11px;
    border-radius: 0;
    top: -2px;
    /* margin-left: 11px; */
}
.new .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 6px;
    height: 12px;
    border: solid #242424;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.book-now-btn1 a {
    background-color: #00b1ff;
    padding: 15px 74px;
    border-radius: 51px;
    font-size: 14px;
    color: #ffffff;
    font-family: "Poppins";
    text-decoration: unset;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.member-log span {
    font-family: "poppins";
    font-size: 16px;
    font-weight: 300;
}
.member-log span a {
    font-family: "poppins";
    font-size: 16px;
    font-weight: 700;
    color: #1b390f;
}
.info-one input {
    height: 46px;
    border-radius: 10px;
    margin: 20px 0 20px 0;
    padding: 0 30px;
}
.info-one input::placeholder {
    font-family: "Montserrat";
    font-size: 300;
    color: #959ead;
    font-size: 15px;
}

.new .form-group {
    display: block;
    margin-bottom: 15px;
}

.new .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.new .form-group label {
    position: relative;
    cursor: pointer;
    color: #242424;
    font-family: "poppins-regular";
    font-size: 16px;
    font-weight: 300;
}
.forget-this a {
    font-family: "poppins-regular";
    font-size: 16px;
    font-weight: 300;
    color: #025043;
    text-decoration: revert;
}
.remmeber-this {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.form-outline-massage-wrapper img.img-fluid {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 16px 18px;
}
.form-outline-massage-wrapper {
    position: relative;
}
p.an-email a {
    text-decoration: underline;
    font-family: "poppins-semibold";
}
.form-outline-massage-wrapper input {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 18px;
}
.form-outline-massage-wrapper input::placeholder {
    margin-bottom: 20px;
    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #6c757d;
}
h3.membership-contectus-heading.signin-heading {
    margin: 0px 0 10px 0;
}
p.an-email {
    line-height: 1.5;
    color: #6c757d;
}
select.form-control.dd.mb-3 {
    border-radius: 5px;
    border: 1px solid #e1e6eb;
    font-family: "Poppins-Regular" !important;
    font-size: 16px;
    color: #6c757d !important;
    padding: 10px 19px;
}
@media (max-width: 1281px) {
    input.form-control::placeholder {
        margin-bottom: 20px;
        font-family: "Poppins-Regular";
        font-size: 15px;
        color: #6c757d;
    }
    a.btn.green.sign-up {
        margin-bottom: 28px;
        margin-top: 20px;
        width: 33%;
    }
}
@media (max-width: 1200px) {
    a.btn.green.sign-up {
        width: 46%;
    }
    .nav11 {
        display: none;
    }

    .auth-form {
        padding: 40px 40px 0;
        border-radius: 20px;
        margin: 0px;
    }
    .form-outline input {
        /* padding: 9px 0px 10px 38px; */
        padding: 10px 19px;
    }
    section.rocky-mountain.auth {
        padding: 0;
    }
}
@media (max-width: 1024px) {
    a.btn.green.sign-up {
        width: 46%;
    }
    .colume-wrapper {
        display: flex;
        flex-direction: column;
    }
    .banner-mountain-auth img {
        height: 600px;
        width: 100%;
        object-fit: fill;
    }
    .banner-img img {
        height: 430px;
        width: 100%;
        object-fit: fill;
    }
    .form-outline i {
        position: absolute;
        left: 6px;
        top: 8px;
        padding: 9px 7px;
        transition: 0.3s;
        font-size: 16px;
        color: #b5b5b5;
    }

    .input-group-addon a i {
        font-size: 16px;
        position: absolute;
        right: 3px;
        top: 9px;
        z-index: 99999;
        color: #b5b5b5;
    }
    /* input.form-control::placeholder {
		margin-bottom: 20px;
		font-family: "Poppins-Regular";
		font-size: 11px;
		color: #6c757d;
	} */

    .nav11 {
        display: none;
    }
    .auth-form {
        padding: 40px 40px 0;
        border-radius: 20px;
        margin: 0px;
    }
    section.rocky-mountain.auth {
        padding: 0;
    }
}
@media (max-width: 912px) {
    a.btn.green.sign-up {
        width: 60%;
    }
    .banner-mountain-auth img {
        height: 100%;
        width: 100%;
        object-fit: fill;
    }
    .banner-img img {
        height: 100%;
        width: 100%;
        object-fit: fill;
    }
    .form-outline.phone input {
        width: 100%;
    }
    /* input.form-control::placeholder {
		margin-bottom: 20px;
		font-family: "Poppins-Regular";
		font-size: 14px;
		color: #6c757d;
	} */
    .new .form-group label {
        font-size: 12px;
    }
    .forget-this a {
        font-size: 12px;
    }
    p.sign-in-wrapper {
        font-size: 12px;
        color: #666666;
    }
    p.sign-in-wrapper span {
        font-size: 11px;
        color: #000;
    }
    .banner-img {
        position: absolute;
        width: 100%;
        bottom: 0;
        /* height: 100%; */
        right: -50px;
        width: 100%;
    }
    .auth-form {
        padding: 40px 40px 0;
        border-radius: 20px;
        margin: 40px;
    }
}
@media (max-width: 912px) {
    .auth-form {
        padding: 40px 40px 0;
        border-radius: 20px;
        margin: 23px;
    }
}

@media (max-width: 575px) {
    .auth-form {
        padding: 30px 30px 0;
        border-radius: 20px;
        margin-top: 39px;
    }
    .alert-danger {
        position: relative;
    }
    .banner-mountain-auth img {
        max-width: 100%;
        min-height: 40vh !important;
        position: relative;
        object-fit: fill;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .new .form-group label {
        font-size: 13px;
    }
    .forget-this a {
        font-size: 13px;
    }
    h3 {
        font-size: 21px;
    }
    section.rocky-mountain {
        position: relative;
        padding: 80px 0 0 0;
    }
    .banner-img {
        position: absolute;
        width: 100%;
        /* height: 100%; */
        right: -12px;
        width: 100%;
        bottom: 155px;
        bottom: 0;
    }
    .auth-form {
        padding: 30px 30px 0;
        border-radius: 20px;
        margin-top: 42px;
        margin: 40px 10px;
    }
    a.btn.green.sign-up {
        margin-bottom: 28px;
        margin-top: 20px;
        width: 50%;
    }
}
@media (max-width: 281px) {
    p.sign-in-wrapper {
        font-size: 9px;
    }
    .auth-form {
        padding: 20px 10px 0 !important;
    }
    .forget-this a {
        font-size: 9px;
    }
    .new .form-group label {
        font-size: 9px;
    }
    p.sign-in-wrapper {
        font-size: 9px;
    }
    .form-outline-massage-wrapper input#form1Example1 {
        padding-right: 45px;
    }
}
