/* .example_f {
	border-radius: 4px;
	background: linear-gradient(to right, #67b26b, #4ca2cb) !important;
	border: none;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	height: 48px;
	width: 100%;
	transition: all 0.4s;
	cursor: pointer;
  }
  .example_f span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.4s;
  }
  .example_f span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
  }
  .example_f:hover span {
	padding-right: 25px;
  }
  .example_f:hover span:after {
	opacity: 1;
	right: 0;
  } */

/* input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
} */

.login-button {
	display:inline-block;
	padding:0.7em 1.7em;
	margin:0 0.3em 0.3em 0;
	border-radius:0.2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:400;
	color:#FFFFFF;
	height: 48px;
	/* background: linear-gradient(to right, #67b26b, #2EA2DF) !important; */
	background: #2EA2DF;
	border: none;
	width: 100%;
	box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	text-align:center;
	position:relative;
	margin-top: 15px;
}

.login-button:active{
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

.saml-button {
	display:inline-block;
	padding:0.7em 1.7em;
	border-radius:0.2em;
	border: 1px solid #ddd;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:400;
	color:black;
	height: 48px;
	background: white;
	width: 100%;
	text-align:center;
	position:relative;
	margin-bottom: 15px;
}

.saml-button:active{
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

.saml-button:hover {
	background: rgba(0,0,0,0.15)
}

.login-input-box-decorated {
	background: white;
	box-shadow: none;
	height: 48px;
	margin-bottom: 15px;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	flex-direction: row;
	align-items: center;
	position: relative;
}



.login-input-decorated {
	display: flex !important;
	flex-grow: 1 !important;
	height: 100% !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0px !important;
	color: #485056 !important;
	font-size: 16px !important;
	position: relative !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.svg-icon {
	position: absolute;
	right: 15px;
	top: 12px;
}

.login-input-decorated:-webkit-autofill {
	background-color: white !important;
}

/* .login-input-box-decorated:focus-within {
	border: 2px solid #009ADE;
} */

#saml-logging-in {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.saml-provider-image {
	background: transparent;
	border-radius: 8px;
}

.saml-provider-image:hover {
	background: #F8F8F8;
}


/* Change Autocomplete styles in Chrome*/
/* input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill::first-line,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0px 1000px #000 inset;
	transition: background-color 5000s ease-in-out 0s;
	background-color: white;
	font-size: 16px !important;
} */


@media all and (max-width:30em){
	.login-button {
		display:block;
		margin:0.4em auto;
	}
}

