@media only screen and (min-width: 901px){
	.login-card{
		max-width: 350px;
		min-width: 350px;
	}
}

.login-card{
	min-width: 350px;
	background-color: white; 
	box-shadow: 0px 0px 10px black; 
}

.input-text:focus{
	background-color: transparent;
	outline: 0 none;
	color: #333333;
	border: 1px solid #666666;
}

.input-text{
	padding-left: 50px;
	border-radius: 0px;
	background-color: transparent;
	font-size: 16px;
	color: #666666;
	outline: 0 none;
	border: 1px solid #cccccc;
}

.btn-custom{
	border: 1px solid #333333;
	background: rgb(79,133,187);
	color: white;
}

.btn-custom:hover{
	border: 1px solid #555555;
	background: rgba(79,133,187,0.5);
	color: white;
}

.group-input-custom{
	display: block;
	margin-top: 20px;
	border-radius: 0px;
	overflow: hidden;
}