.intellect-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 30px;
}

#errorMessage p {
    height: 3vh;
    color: red;
    font: 15px Arial;
    text-align: center;
    margin: 2px;
    z-index: 100;
}

.outer-division.col-lg-12 {
    background-image: url('../images/i360homepage/BG.png');
    height: 100vh;
    padding: 0;
    display: flex;
    background-repeat: round;
}

.inner-container.col-lg-8 {
    display: flex;
    padding: 0;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}


.log-in-con.row.col-lg-4 {
    padding: 0;
}

.row.log-in-form {
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
}

.log-in-con.col-lg-4 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.log-in-form .card {
    margin: 10px 0px;
    border: none;
}

.log-in-form .card {
    margin: 10px 0px;
}

.log-in-form .card-header {
    color: #fff;
    background: #1d4d2a;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.card-body {
    /* border: 1px solid #b47d2d; */
    border-top: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #f3f3f3;
    padding: 0.5rem 1rem;
}

.count {
    display: flex;
    justify-content: center;
    padding: 3px 10px 0 10px;
}

button.btn.log-in-btn.btn-block {
    background: #b47d2d;
    border: none;
    color: #fff;
    font-weight: 600;
}

.log-in-form a {
    color: #cd9b5e;
    font-weight: 500;
}

.form-group {
    margin-bottom: 0.5rem;
}

.card-body label {
    font-size: 13px;
    font-weight: 500;
    color: #1d4d2a;
}


.count {
    height: 23vh;
}

img.i360-logo {
    height: 40px;
    /* margin: 10px 100px 10px 10px; */
}

img.emach-logo {
    height: 20px;
}

p.emach-description {
    width: 223px;
    padding: 3px 0px;
    color: #bb8940;
    font-weight: 600;
    margin-bottom: 0;
}


img.api-event-micro {
    padding-bottom: 30px;
    height: 155px;
    margin: 0 70px;
}



.intellect-logo-con {
    padding: 20px 10px 10px 10px;
}

.apiicon-image {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}

small.hint-text {
    color: #615c56;
    font-weight: 400;
    font-size: 11px;
}

.emach-log0-con {
    padding: 0px 10px;
}

.api-event-microservices {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 40px;
    /* padding-left: 100px; */
}

input#ctLoginID::placeholder,
input#loginPSW::placeholder {
    font-weight: 500;
    color: #bec0c3;
    font-size: 13px;
}
input#ctLoginID:-webkit-autofill,
input#loginPSW:-webkit-autofill {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    box-shadow: 0 0 0px 1000px #ffffff inset !important;
    color: inherit !important;
    border:none;
}
input#ctLoginID ,
input#loginPSW {
    border: 1px solid #f3f3f3;
}
.eyePass {
    position: absolute;
    height: 2vh;
    right: 25px;
    top: 200px;
}

@media (max-width:1100px) {
    img.api-event-micro {
        padding-bottom: 23px;
        height: 320px;
        margin: 23px 70px;
    }
}

@media (max-width:800px) {
    img.i360-logo {
        height: 40px;
        margin: 0;
    }

    img.api-event-micro {
        margin: 11px 10px 10px 0px;
        height: 200px;
    }
}



.emach-details {
    display: flex;
    flex-direction: row;
}

div#carouselExampleIndicators {
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
}

img.d-block.w-100 {
    height: 55vh;
}

.carousel-indicators {
    position: relative;
}

#carouselExampleIndicators li.active {
    border: 1px solid #b47d2d;
    background: #b47d2d;
}

#carouselExampleIndicators li {
    height: 5px;
    width: 5px;
    border-radius: 10px;
    background: #1d4d2a;
    border: 1px solid #1d4d2a;
    margin: 4px;
}

.carousel-inner {
    width: 70%;
}

.title-i360 {
    width: 80%;
}

@media(max-width:1100px){
    .emach-details,div#carouselExampleIndicators {
        display:none !important;
}
}

img.i360-logo {
    height: 40px;
    /* margin: 10px 100px 10px 10px; */
}
@media only screen and (max-width: 1300px) {
.api-event-microservices {
    padding-bottom: 60px !important;
}
}


h6.whats-new {
    color: #1d4d2a;
    font-weight: bold;
}