.lg-container {
    width: 100%;
    min-height: 100vh;
    padding: 50px;
}

.login-window {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 100%;
    -webkit-box-shadow: 2px 2px 30px #0001;
    box-shadow: 2px 2px 30px #0001;
    background: #FFF;
    overflow: hidden;
}

.window-bg {
    min-height: 100%;
    background: url('../images/bg-1.svg') no-repeat;
    background-position: bottom right;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sign-form>.clearfix {
    width: 80%;
    text-align: center;
}

.sign-form .social-icons {
    margin: 30px 0;
}

.sign-form .social-icons .social-icon {
    display: inline-block;
    font-size: 20px;
    color: #AAA;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid #0002;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.info-card,
.info-text {
    margin-top: 10px;
}

.info-card {
    margin-left: 29.333333% !important;
}

.location-address-text {
    background-color: #eff9f2;
    display: inline-block;
    padding: 20px 150px;
}

.content .carousel-indicators {
    position: relative !important;
}

.content .carousel-indicators li {
    background-color: #9e9e9e !important;
}

.content .carousel-indicators .active {
    background-color: var(--main_color) !important;
}

.content .next-btn {
    background-color: var(--main_color) !important;
    color: white;
}

.content .next-btn:hover {
    color: white !important;
}

.content .prev-btn {
    background-color: #aeaeae !important;
    color: black !important;
}

.address-field-col {
    margin-left: 3rem;
}

.chatgpt-res-cont {
    border-radius: 10px;
    border: none !important;
}

.chatgpt-res-cont .card-body {
    background-color: white !important;
    border-radius: 10px;
    border: 5px solid var(--main_color);
}

@media only screen and (max-width: 800px) and (min-width: 200px) {

    .info-card {
        margin-left: 0px !important;
    }

    .address-field-col {
        margin-left: 0rem !important;
    }

    .location-address-text {
        padding: 20px 100px !important;
    }
}

.email-address-link {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    margin-left: 14px;
    padding: 7px 10px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    background: var(--main_color);
    color: #fff;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,
        background-color .15s ease-in-out,
        border-color .15s ease-in-out,
        box-shadow .15s ease-in-out;
}

.condiation-col span {
    font-size: 15px;
    font-family: var(--fontFamily);
    font-weight: 500;
    padding: 2px;
    cursor: pointer;
    color: black;
}