.login h1 a{
	background-image: url(img/3bt-blaa-logo.svg)!important;
	width: 200px;
	height: 100px;
	background-size: 150px;
}

#loginform {
	box-shadow: none!important;
	border-bottom: 1px solid #ddd;
}

#loginform input {
	box-shadow: none!important;
}

/* 12.3. Button
-------------------------------------------------- */
.button{
    /*font-size: 14px;
    text-transform: none;*/
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 11px 18px;
    border-radius: 2px;
    background: #00629f!important;
    color: #fff;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
}

.button:hover {
	background: #0a82cc!important;
	color: #fff;
}