/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    height: 100%
}

/* Set gray background color and 100% height */
.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}

/* Set black background color, white text and some padding */
footer {
    padding: 15px;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }
}

body {
    background: white;
}

.container{
    max-width: 1440px !important;
}

.navbar{
    border: 0;
}

.navbar-brand {
    padding: 0px;
}
.navbar-brand>img {
    height: 100%;
    padding: 15px;
    width: auto;
}

@media (min-width: 768px){
    .navbar-center{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
    .navbar-header-center{
        position: absolute;
    }
}

.registration-form-container > div {
    font-family: 'Arial', Sans-Serif;
    padding: 0;
}

.registration-form-container .block-content {
    padding: 10px 0;
}

#registration-button-container {
    padding: 0;
}

.btn {
    font-family: 'Arial';
    font-weight: 200;
    background: black;
    color: white;
    border: 0;
    border-radius: 0;
}

.btn:hover,
.btn:focus,
.btn:active {
    background: #333;
    color: white;
}

.btn i {
    display: none;
}

footer{
    padding-top: 30px;
}
#btn-registration-submit{
    margin-right: 1.5em;
}

.customLogoWidth{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.registration-form-container .btn.wizard-next.disabled,
.registration-form-container .btn.wizard-prev.disabled{
    display: none !important;
}

.form-material > label, .form-material.floating > .form-control:focus + label, .form-material.floating.open > label{
    font-size: 14px;
}
.select2-container .select2-selection--single{
    height: 22px;
}


#main-content .registration-form-container .alert-danger *{
    color: #c54736 !important;
}