.modal-dialog-signup {
    background: #fefefe;
    border: #333333 solid 0;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    z-index: 9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.opened-signup .modal-dialog-signup {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 10%;
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.modal-body-signup-add {
    padding: 20px;
    display: grid;
    grid-template-columns: 40% 46%;
    align-items: center;
    justify-content: space-around;
}
.container-register-add {
    width: 343px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 3px;
    /* box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2); */
}
.container-login {
    display: none;
    width: 343px;
    margin: 0 auto;
}
.social--btn {
    width: 100%;
    border-radius: 3px;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 12px 0;
}
.btn-1 {
    background: #fff;
    color: #383838;
    border: 2px solid #383838;
    font-weight: 600;
    margin-bottom: 8px;
}
.btn-2 {
    background: #fff;
    color: #383838;
    border: 2px solid #383838;
    font-weight: 600;
}
.icon-facebook:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f39e";
    border-radius: 3px;
    color: #374e80;
}
.icon-gmail:before {
    width: 25px;
    background-repeat: no-repeat;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/5/53/Google_%22G%22_Logo.svg);
    content: "";
    border-radius: 3px;
    left: 18px;
    top: 8px;
}
.btn-1:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 2;
    font-size: 140%;
    width: 60px;
}
.social--btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.icon-gmail:before {
    width: 25px;
    background-repeat: no-repeat;
    background-image: url("/assets/image/icon/google_logo.svg");
    content: "";
    border-radius: 3px;
    left: 18px;
    top: 8px;
}
@media (max-width: 320px) {
    .icon-gmail:before {
        width: 19px;
        background-repeat: no-repeat;
        background-image: url("/assets/image/icon/google_logo.svg");
        content: "";
        border-radius: 3px;
        left: 18px;
        top: 8px;
    }
}
.btn-2:before {
    position: absolute;
    height: 100%;
    line-height: 2;
}
.social--btn:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 2;
}
.separator-signup {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    margin: 15px 0;
    color: #978897;
}

.input--credentials-add:focus {
    border-color: #2c7eef;
}
.input--credentials-add:focus + .input-icon {
    border-right: 1px solid #2c7eef;
}
.input--credentials-add:focus + .input-icon i {
    color: #2c7eef;
}
.input-group-icon {
    position: relative;
}
.input-group {
    margin-bottom: 1em;
    zoom: 1;
}
.input-group-icon .input--credentials-add {
    padding-left: 4.4em;
}
.input--credentials-add {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    padding: 12px;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #383838;
    border-radius: 3px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 2.6em;
    text-align: center;
    pointer-events: none;
    border-right: 1px solid #383838;
    width: 45px;
}
.input-group-icon .input-icon i {
    vertical-align: middle;
}
.opened-signup:before {
    display: block;
}
.modale-signup:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
}

.separator-signup::before,
.separator-signup::after {
    content: "";
    -webkit-box-flex: 1;
    flex: 1;
    border-bottom: 1px solid #d4d4d4;
}
.separator-signup::before {
    margin-right: 0.25em;
}
.modale-signup:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
}
.opened-signup:before {
    display: block;
}
.btn-primary-register {
    /* padding: 25px 22px; */
    width: 100%;
    padding: 12px 0;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    background: #2c7eef;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.signup__label {
    margin-bottom: 13px;
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    color: #2c7eef;
}

/*Carousel*/

/* Code above is not really needed since slideshow will fit width of whatever container you put it in. */

.js-slideshow {
    --fade: 1.8s;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
}

/* each animated slide should be a figure and a direct child of .js-slideshow */
.js-slideshow > figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    transition: opacity var(--fade) ease;
}

.js-slideshow > figure:first-child {
    opacity: 1;
}

.js-slideshow img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

/* optional caption */
.js-slideshow figcaption {
    margin-top: 0.8em;
    font-size: 1.1rem;
    line-height: 1.3em;
    letter-spacing: 0.03em;
    font-weight: 100;
    font-style: italic;
    color: #5a5a5a;
}

/* .container-slideshow{
    margin: 43px 5%;
  } */

.benefits__container {
    width: 350px;
    margin: 34px auto;
}
.benefits__container img {
    width: 100%;
}

/*Sucess Page*/
.text--title--success {
    font-size: 36px;
}
.success--image {
    margin: 16px auto;
    width: 485px;
    box-shadow: 2px 3px 7px 1px #b7b5b5;
    border-radius: 8px;
}
.success--image img {
    width: 100%;
    border-radius: 8px;
}

.separator {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    margin: 15px 0;
    color: #978897;
}
.separator::before,
.separator::after {
    content: "";
    -webkit-box-flex: 1;
    flex: 1;
    border-bottom: 1px solid #d4d4d4;
}
.separator::before {
    margin-right: 0.25em;
}
.btn-primary {
    text-align: center;
    /* padding: 25px 0; */
    padding: 12px 0;
    /* width: 108px; */
    width: 100%;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    background: #2c7eef;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    font-weight: 600;
}
.reset_password__container {
    font-size: 14px;
    text-align: center;
    display: block;
}
.invalid-feedback-login {
    text-align: left;
}
.text--sub--title {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}
.text-secondary {
    font-weight: 500;
}

.action-button-success {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    padding: 6px 26px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #2c7eef;
    width: 150px;
}
#view_information {
    background-color: #fff;
    color: #2c7eef;
}
#add_more_info {
    background-color: #2c7eef;
    color: #fff;
}
.success__button__container {
    margin-top: 24px;
}
#register--form--add,
#lessor--login_form-phasing {
    text-align: left;
}
.g-recaptcha-add-property {
    text-align: center;
    display: inline-block;
}
.invalid-feedback-signup {
    font-size: 12px;
    color: #2c7eef;
    text-align: left !important;
}

.verification__guide {
    position: relative;
    text-align: center;
    margin-bottom: 12px;
}

#sell_verification__error {
    font-weight: 500;
    font-size: 12px;
    color: #2c7eef;
}

.verification__send__container {
    display: grid;
    margin-top: 16px;
    grid-template-columns: 50% 50%;
}
#sell_verification__resend {
    padding: 4px 16px;
    color: #2c7eef;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #2c7eef;
    background-color: #fff;
    cursor: pointer;
}

#sell_verification__send {
    padding: 4px 16px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #2c7eef;
    background-color: #2c7eef;
    cursor: pointer;
}

.sell__verification__container {
    display: none;
}

#sell_verification__code {
    border: 1px solid #383838;
    padding: 10px;
    border-radius: 3px;
    width: -webkit-fill-available;
    text-transform: uppercase;
}
.back__button__signup {
    color: #383838;
    font-size: 18px;
    text-decoration: none;
    position: absolute;
    left: 24px;
    top: 20px;
    display: none;
    cursor: pointer;
}
#seller__signin__label {
    margin-top: 16px;
    display: block;
}
#seller__signin__button {
    font-weight: 500;
    color: #2c7eef;
    cursor: pointer;
}
.sell__back__button__signup {
    text-align: left;
    display: block;
    margin-bottom: 16px;
    font-weight: 500;
    cursor: pointer;
}
.sell__back__button__signup i {
    margin-right: 10px;
}
.sell__container-register,
.sell__container-register-social,
.sell__container-login-navigation {
    margin: 0em auto;
    background-color: #fff;
    border-radius: 3px;
}
