.log-in-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.log-in-page .left-half {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.log-in-page .left-half img {
    height: 100%;
}

.log-in-page .left-half .card {
    background-color: #ffc0cb00;
    box-shadow: none;
    width: 60%;
}

.log-in-page .left-half .card-body.login-card-body {
    background-color: #ffc0cb00;
}

.banner-box {
    border: 1px solid #aba7a7;
    margin: 1px;
    padding: 1px;
    text-align: center;

}
img.promo-image-admin {
    width: 100%;
}
.form-group.with30 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-group.with30 label {
    width: 100%;
}
.form-group.with30 .form-control {
    width: 32%;
}