.card-login .card-header img {
    width: 50%;
}

.wrapper {}

@media only screen and (min-width: 600px) {
    .card-block {
      
    }
}

.card-block {
}

@media only screen and (max-width: 600px) {

}

.image-wrapper {
    position: relative;
    padding-bottom: 110%;
    border-radius: 15px;
    height: 100%;
}

.image-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.card-content {
    padding: 10px 0px
}
.row-login .row{
    height: 100vh;
}
.card-block .card-login .input-group-prepend .input-group-text {
  
}

.card-block .card-login i {
    color: #009c7e;
}
#particles-js{
    position: fixed;
}
.btn-main {
    color: #fff;
    background-color: #009c7e;
    border-color: #009c7e;
}

#particles-js {
    height: 100vh;
}

.carousel-login {
    background-color: #eee;
    height: 100vh;
    display: flex;
    align-items: center;
}

.carousel-login .carousel-indicators li {
    background-color: #009d7d;
    width: 50px;
    height: 5px;
}

.carousel-login .carousel-indicators {
    bottom: -100px;
}

.carousel-login .carousel-item.active img {
    margin: auto;
}