.bg-img-hero {
    height: 100%;
    background-image: url(http://localhost/gestocks/uploads/gestocks.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.left-0 {
    left: 0 !important;
}
.top-0 {
    top: 0 !important;
}
.right-0 {
    right: 0 !important;
}
.position-fixed {
    position: fixed!important;
}
.form-card {
    position: relative;
    background-color: #fff;
    border: .0625rem solid rgba(231, 234, 243, .7);
    border-radius: .75rem;
    box-shadow: 0 6px 12px rgb(147 159 171)
}

.form-card_body {
    padding: 30px
}

@media(min-width:420px) {
    .form-card_body {
        padding: 40px
    }
}

@media(min-width:576px) {
    .form-card_body {
        padding: 50px
    }
}
.form-control {
    height: 42px;
    font-size: 15px;
}
.panel-body .btn {
    font-size: 18px;
    padding: 12px;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.gestock-logo img {
    /*height: 55px;*/
    max-width: 40%;
}
.z-index-2 {
    z-index: 2;
}
img {
    vertical-align: middle;
    border-style: none;
}
.container-center {
    margin: 4% auto 0 !important;
}