.navbar-brand {

    color: #9d9d9d;
    height: 100%;
    margin-top: 1px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand > img {

    width: 185px;
    height: 100%;
}

.adresse-tehnic {

    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.adresse-tehnic .form-group {

    margin-right: 0.8%;
    width: 19.3%;
}

.adresse-tehnic .form-group:last-child {

    margin-right: 0px;
}

.pull-left-footer {

    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;       
}

.pull-left-footer .img-freie {

    width: 185px;
    height: 100%;
    margin-right: 10px;
}

.breadcrumb {

    background: linear-gradient(#f7f3f3 10%, #f5eaea 24%, #d6cdcd 108%) !Important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.form-wrapper {

    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#ece0e0 10%, #eaeaea 24%, #f9e0e0 108%) !Important;
    position: relative;
}

.form-wrapper form {

    width: 80%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-wrapper form .field-createcoworker-email {

    width: 100%;
}

.spinner-well {

    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
}