img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

@media screen and (min-width: 800px) {
    .logo-mob {
        margin-top: -40px;
        height: 100px;
    }
}

.logo-mob {
    margin-top: -100px;
    height: 170px;

}

.auth-fluid .auth-fluid-form-box {
    border-top: 0 !important;
    max-width: 600px !important;
}

.highlight {
    color: #2db34a;
}
