.logo_4cub {
    width: 90%;
    max-width: 320px;
}

.logo_people {
    width: 100%;
}

.card .header {
    color: #444;
    padding: 20px 0 10px 0;
    position: relative;
    box-shadow: none
}

.card .body {
    font-weight: 400;
    border-radius: .35rem;
    background: #fff;
    font-size: 14px;
    color: #222;
    padding: 20px
}

@media only screen and (max-width: 767px) {
    .card .body {
        padding: 15px
    }
}


.authentication {
    display: flex;
    align-items: center;
    height: 70vh;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .authentication {
        height: auto
    }

    .authentication .copyright {
        margin-bottom: 20px
    }
}

.authentication .auth_form {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #f5f5f5;
    border: 5px solid #fff;
    box-shadow: 0 0 16px rgba(41, 42, 51, 0.06), 0 6px 20px rgba(41, 42, 51, 0.02)
}

@media only screen and (max-width: 992px) {
    .authentication .auth_form {
        margin: 20px 0
    }
}

.authentication .auth_form .header {
    text-align: center
}

.authentication .auth_form h5 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 2em;
}

.authentication .auth_form .body {
    background: transparent
}

.authentication .auth_form .body .input-group-text {
    justify-content: center;
    min-width: 42px
}

.authentication .auth_form .checkbox_v label {
    font-size: 13px
}

.authentication .logo,
.authentication .l_profile {
    width: 100px
}

.authentication .signin_with {
    text-align: center
}


.checkbox_v,
.radio {
    margin-bottom: 12px
}

.checkbox_v label,
.radio label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 33px;
    line-height: 27px
}

.checkbox_v label::before,
.checkbox_v label::after {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    cursor: pointer;
    border-radius: 3px;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ced4da;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear
}

.checkbox_v label:after {
    color: #555;
    font-size: 14px;
    font-family: 'Material-Design-Iconic-Font';
    content: "\f26b";
    top: 0px;
    text-align: center;
    opacity: 0;
    border: 0;
    background-color: inherit
}

.checkbox_v input[type="checkbox"],
.radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    visibility: hidden
}

.checkbox_v input[type="checkbox"]:checked+label::after {
    background: #e47297;
    color: #fff;
    opacity: 1
}

.checkbox_v input[type="checkbox"]:disabled+label,
.radio input[type="radio"]:disabled+label {
    color: #9A9A9A;
    opacity: .5
}

.checkbox_v input[type="checkbox"]:disabled+label::before,
.checkbox_v input[type="checkbox"]:disabled+label::after {
    cursor: not-allowed
}

.checkbox_v input[type="checkbox"]:disabled+label,
.radio input[type="radio"]:disabled+label {
    cursor: not-allowed
}

#page-wrapper {
    margin: 0 0 0 0px;
}
