.login .panel{
	width: 300px;
	margin: 50px auto;
	border-radius: 4px;
	border-color: white; 
}

.login .panel-body p{
	font-size: 11px;	
	color: #68696A;	
	text-align: center;
}

.login .panel-heading{
	background-color: #d4dedf;
	text-align: right;
	border-radius: 0 0 4px 4px;
	border-width: 0;
}

.login .panel-body{
	background: #f3f3f3;
	border-radius: 4px 4px 0 0;
}

.login .panel-body input{
	height: 35px;
}

.login h3{
	text-align: center;
}

.login .btn{
	/*padding: 10px 18px;
	font-size: 18px;*/
}

#error-message{
	display: none;
	color: red;
}

.g-signin2 > div{
	margin-left: auto;	
	border-radius: 4px;
}

.abcRioButtonContentWrapper{
	background-color: #337ab7;
    color: white;
}

.abcRioButtonContents{
	font-family: inherit;
	font-size: inherit !important;
}

.abcRioButtonIcon{
	background-color: white;
	height: 36px;
}

.login-hr{
	color:#68696a;
	font-size: 20px;
	margin: 15px 0;
	text-align: center;
	position: relative;
}

.login-hr::after{
	right: 0;
    left: auto !important;
}

.login-hr::before,
.login-hr::after{
	border-top: 1px solid #68696a;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 43%;
	z-index: 0;
}