@import url(https://fonts.googleapis.com/css?family=Ubuntu);
*{
	font-family: "Ubuntu";
}
body{
	background: #EEEEEE;
}
.well{
	background: none;
	border:none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#loginpane{
	position:absolute;
	width:100%;
	padding:0;
	top:50%;
	left:0;
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
}
#brand>div{
	padding-left: 15px;
    padding-right: 15px;
}
.alert-info{
	margin-top:25px;
	background: none;
	border:none;
	color:#006BBD;
	font-size: 40px;
	line-height: 43px;
	font-weight: bold;
}
.alert-info small{
	font-size:15px;
}
.input-prepend{
	position: relative;
	width: 100% !important;
	max-width: 320px;
}
.input-prepend .add-on{
    position: absolute;
    z-index: 999;
    top: 50%;
    margin-top: -13px;
    margin-left: 4px !important;
    border:none;
    background: none;
}
.input-prepend input{
	width: 100% !important;
    height: 40px;
    border-radius: 8px;
    padding-left: 32px;
}
.input-prepend .input-large{
	border: 1px solid #CDCDCD;
	-webkit-box-shadow: inset 0px 2px 10px 0px rgba(210, 210, 210, 1);
	-moz-box-shadow:    inset 0px 2px 10px 0px rgba(210, 210, 210, 1);
	box-shadow:         inset 0px 2px 10px 0px rgba(210, 210, 210, 1);
}

.login-box .btn{
	max-width: 320px;
	height: 40px;
	font-size:20px;
	border-radius: 8px;
	background: linear-gradient(90deg, #006BBD 0%, #2491B6 100%); 
	background: -moz-linear-gradient(90deg, #006BBD 0%, #2491B6 100%); 
	background: -webkit-linear-gradient(90deg, #006BBD 0%, #2491B6 100%); 
	background: -o-linear-gradient(90deg, #006BBD 0%, #2491B6 100%); 
}
.btn:hover{
	transition: 0.5s ease all;	
	background: #41B9E2;
}
