/*addings for new backgrounds*/
body {
    /*    background-image: url('../../images/bg/Data-Sync_B_Son.jpg');*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.card {
    background-color: #2c31918a;
}

.card-header {
    background: unset;
}

.brand-text {
    color: white;
}

.line-on-side {
    border: none;
    line-height: unset;
    color: white !important;
    padding: 0 !important;
}

.line-on-side {
    background: unset;
    color: white;
}

.line-on-side {
    position: relative;
    font-size: 1rem !important;
    z-index: 1;
    overflow: hidden;
}

.form-control-position i {
    position: relative;
    top: 130% !important;
}

form label {
    color: white;
    opacity: 0.3;
}

@media (min-width: 768px) {
    .line-on-side:before, .line-on-side:after {
        position: absolute;
        top: 51%;
        overflow: hidden;
        width: 50%;
        height: 1px;
        content: '\a0';
        background-color: white;
    }

    .line-on-side:before {
        margin-left: -50%;
        text-align: right;
    }

    .loginForm .loginContent {
        padding: 10px 50px 0 50px;
    }
}

.loginForm {
    text-align: left;
}

    .loginForm .loginContent {
        height: calc(100vh - 120px);
        /*    display: flex;*/
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }

.loginForm {
    text-align: left;
    background-color: white;
}

    .loginForm .loginTop img {
        height: 75px;
    }

.half .bg {
    background-size: cover;
    background-position: center;
}

form label {
    color: black;
    opacity: 0.3;
}

.content-wrapper {
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

.heightMax {
    height: 100% !important;
}

.form-control {
    background-color: #f2f7fa;
    padding: 25px;
}

.form-simple input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-simple input[type="mail"] {
    margin-bottom: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-simple input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.help-block ul {
    margin: 0 !important;
    padding: 0 !important;
}

    .help-block ul li {
        list-style: none;
    }

.navbar-flexbox-container {
    height: calc(100vh - 10rem);
    top: -50px;
    position: relative;
}

.card-header .heading-elements, .card-header .heading-elements-toggle {
    top: 12px;
}