@import url('//fonts.googleapis.com/css?family=Josefin+Slab:400,700');
#loginbox {
    width:500px;
  	background:#e4e6ec;
  	border-radius:10px;
  	padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    padding-top:4px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-family: 'Gibson', 'Myriad Pro', Arial, sans-serif;
}

#loginbox h1 {
    font-size:20px;
    font-weight:600;
}


#loginform {
    width:400px;
  	border-radius:10px;
  	padding-top:5px;
    padding-bottom:5px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-family: 'Gibson', 'Myriad Pro', Arial, sans-serif;
}

#row1, #row2 {
  width:280px;
  height:32px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

#row1top, #row2top {
  width: 100px;
  float:left;
}

#row1bot, #row2bot {
  float:left;
}

.inputer {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 16px;
  font-size: 9pt;
  font-family: 'Gibson', 'Myriad Pro', Arial, sans-serif;
  width: 160px;
  background: #fff;
  border: 0px solid;
  border-radius: 2px;
  color:#000924
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  text-indent: 5px;
}


.btn-long, .btn-clock , .btn-l3rd, .btn-set, .btn-team, .btn-fixture, .btn-fullscreen, .btn-ladders, .btn-scorebars {
	background-color:#fff;
	cursor:pointer;
	color:#000924;
	font-family: 'Gibson', 'Myriad Pro', Arial, sans-serif;
	font-size:13px;
	padding:6px 6px;
	text-decoration:none;
	-webkit-appearance: none;
	border-style:none;
	transition: 0.5s;
}
.btn-long:hover, .btn-clock:hover, .btn-l3rd:hover, .btn-set:hover, .btn-team:hover, .btn-ladders:hover, .btn-fixture:hover, .btn-fullscreen:hover, .btn-scorebars:hover  {
	background-color:#5972a7;
	transition: 0.5s;
}
.btn-long:active, .btn-l3rd:active, .btn-clock:active, .btn-set:active, .btn-team:active, .btn-ladders:active, .btn-fixture:active, .btn-fullscreen:active, .btn-scorebars:active {
	position:relative;
	top:1px;
}

.btn-set {
	width: 80px;
	height:18px;
	padding:0px;
}
