body {
    font-family: "Helvetica Neue", Verdana, sans-serif !important;
    /* background-color: #F0F3F5; */
    background-image: url(../images/login-bg3.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

.bg-image-transparent{
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, .09);
}

.form-body {
    background-color: transparent !important;
}

.form-holder {
    margin-left: 700px !important;
}

.form-control{
    font-weight: 500 !important;
}

.website-logo-inside .logo {
    background-image: url("../images/logo-transparent.png");
}

.website-logo-inside .logo img {
    width: 80px;
}

.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 125px 60px 60px;
    height: 100%;
}

.form-content .logo-social {
    margin-top: -40px;
    margin-bottom: 60px;
}

.form-content .form-button .ibtn {
    background-color: #90a711;
}

@media (max-width: 992px){
    .form-holder {
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .form-holder {
        margin-left: 550px !important;
    }
}