:root { -
	-input-padding-x: 1.5rem; -
	-input-padding-y: .75rem;
}

body {
	background: #f7f5f3;
	background: linear-gradient(to right, #f7f5f3, #f7f5f3);
}

.card-signin {
	border: 0;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.card-signin .card-title {
	margin-bottom: 2rem;
	font-weight: 300;
	font-size: 1.5rem;
}

.card-signin .card-img-left {
	width: 50%;
	/* Link to your background image using in the property below! 
  background: scroll center url('https://source.unsplash.com/WEQbe2jBg40/414x512'); */
	background-size: cover;
}

.card-signin .card-body {
	padding: 2rem;
}

.input-group-text {
	background: #00fbd0 !important;
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}

.input-text {
	box-shadow: none !important;
	outline: 0px !important;
}

.ui-growl {
	position: absolute;
	top: 60px !important;
}

.backgroundImage {
  background-image: url("/images/login/?file=inicio_AS2-CRM.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  max-width: 100vw !important;
  height: 100vh;
}
