/*
Theme Name: Bsavi Child Theme (Kane)
Theme URI: http://www.stg.bsavi.com
Author: Cohhe
Author URI: 
Description: This theme is a child theme of kane
Template: kane
*/

@import url("../kane/style.css");


.navbar-brand{
	height: auto !important; 
}

.navbar-brand img {
	height: 30px;
}

[title~="signup"] {
    background-color: #00acc1;
    color: #fff !important; 
    padding: 5px 8px !important;
    border-radius: 5px;
    margin: 10px !important;
    font-size: 12px;
}

[title~="signup"]:hover {
    background-color: #008394 !important;    
}

[title~="login"]{	
	padding: 5px 8px !important;
  border-radius: 5px;
  margin: 10px !important;
  font-size: 12px;
}
