.navbar-brand-admin {
    display: inline-block;
    line-height: 65px;
    height: 65px;
    font-size: 30px;
    color: #6f6f6f;
    font-weight: 400;
}

.navbar-brand {
	height: 65px;
}

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    font-size: 15px;
    line-height: 1.4;
    color: #6f6f6f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -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,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-info {
    color: #fff;
    background-color: #1a73e8;
    border-color: #1567d3;
}

.btn-link {
    color: #1a73e8;
    font-weight: 400;
    border-radius: 0;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 16px 20px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 1px;
}


.alert-login {

     font-size: 12px;
    font-weight: 300;
	text-align: center;
	width: 100%;
	background-color: #ee8c00;
    border-color: #d57d00;
    color: #fff;
	padding: 15px;
        padding-right: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 2px;

}

.link-sorteer a {
	color: #000000;
}

.checkboxx {
	font-size: 12px;
	font-weight: 400;
}

.footer {
	height: 100px;
}
