
.user-mod-login {
	height: 100%;
}

.form-material .form-control:-webkit-autofill~.floating-label {
	top: -20px;
}
#mod-captcha .mod-captcha-changed{
	padding-top: 0px!important;
}

.user-pass-list{
	position: absolute;
	display: none;
	cursor: pointer;
	z-index: 1;
	width: 100%;
	text-align: left;
	-webkit-box-shadow: 0px 4px 19px 1px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 4px 19px 1px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 4px 19px 1px rgba(34, 60, 80, 0.2);
	background-color: #fff;
	overflow-y: auto;
	max-height: 275px;
}

.user-pass-item{
	padding: 7px 5px 7px 5px;
	border-bottom: 1px solid #ddd;
	overflow-wrap: break-word;
}

.user-pass-item:hover{
	background-color: #e2e2e2;
}

.user-pass-list .item-pass{
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

@media only screen and  (min-width: 1200px) {
	#chrome_info_text {
		width: 300px;
		font-size: 11px;
		text-align: left;
	}
}
