
@font-face {
    font-family: 'neuropol';
    src: url('../fonts/neuropol/Neuropol.ttf.woff') format('woff'),
    url('../fonts/neuropol/Neuropol.ttf.eot') format('eot');
    /*font-weight: bold;*/
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans bold';
    src: url('../fonts/open_sans/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/open_sans/OpenSans-Bold.woff') format('woff');
    font-display: swap;
}



body{
    background: #222222;
    font-family: 'Open Sans bold';
    font-size: 12px;
    padding-top: 0px;
}

.row {
    margin: 0;
    --bs-gutter-x: 0;
    flex-wrap: unset;
}

.container-fluid{
    width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.staging_login{
    display: flex;
    justify-content: space-between;
    background: #02b5dd;
}

.staging_logo img{
    width: 550px;
    margin-left: 40px;
    margin-top: 0px;
}

.staging_headline{
    font-family: 'neuropol';
    color: white;
    font-size: 28px;
   /* text-transform: uppercase;*/
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.input_staging {
    margin: auto;
}

.form{
    margin-left: 205px;
}

.staging_visual{
    justify-content: right;
}

.staging_visual img{
    object-fit: scale-down;
    width: 100%;
    margin: 0;
    padding: 0;
}


.staging_logo{
    justify-content: center;
    margin-bottom: 50px;
}


.form-control, select {
    width: 200px;
    height: 30px;
    padding: 5px 10px 5px 10px;
    margin: 0px 5px 10px 0px;
    font-size: 12px;
    font-weight: unset;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 0.1);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn{
    font-size: 12px;
    color: #fff;
    background-color: unset;
    display: inline-block;
    height: 30px;
    min-width: 120px;
    padding: 0;
    margin: 0px 0px 5px 0px;
    font-weight: unset;
    text-align: left;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: none;
    border-radius: 0px;
    box-shadow: unset;
    line-height: 1.5;
    text-transform: uppercase;
}

.btn:hover, .btn-primary:hover, .btn-primary:focus{
    color: #000;
    background-color: unset;
    border: none;
    box-shadow: unset;
}

.btn a, .btn a:hover, .btn a:focus {
    color: #fff;
    text-decoration: none;
}


input[type=text], input[type=password], input[type=search] {
    height: 30px;
    width: 200px;
    border-radius: 0px;
    border: none;
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
    box-shadow: inset 0px 30px 0px #029abc;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    border: unset;
    background-color: unset;
    color: #ffffff;
}


/*----------- media queries -----------*/

@media (min-width: 576px){

    .staging_logo img{
        width: 320px;
        margin-top: 20px;
    }

    .staging_headline{
        font-size: 22px;
    }

    .form{
        margin-left: 140px;
    }


}

@media (min-width: 768px){
    .staging_logo img{
        width: 320px;
        margin-top: 20px;
    }

    .staging_headline{
        font-size: 22px;
    }


    .form{
        margin-left: 140px;
    }

}

@media (min-width: 992px){


}

@media (min-width: 1200px){
    .staging_logo img{
        margin-top: 0px;
        width: 400px;
    }

    .staging_headline{
        font-size: 24px;
    }

    .form{
        margin-left: 160px;
    }

}


@media (min-width: 1600px){
    .staging_logo img{
        width: 550px;
        margin-top: 0px;

    }

    .staging_headline{
        font-size: 28px;
    }

    .form{
        margin-left: 205px;
    }


}







