﻿.login-form .form-control {
	border: solid 1px #ced4da;
	height: 43px;
	padding-left: 30px;
	border-radius: 0px;
	font-size: 16px;
	text-align: left;
	border-left: 3px solid #00bdd5 !important;
	
	/*	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
*/
}
.input-icon input{
	background:white !important;
}

.login-form .text-center {
	margin-bottom: 20px;
	color: #0c51ab;
	/**border: 1px solid #cecece;**/
	font-size: 19px;
	padding: 9px;
	border-radius: 8px;
	/*margin-top: -25%;*/
	font-weight: normal;
	text-align: center;
}

	.login-form .text-center img {
		margin-bottom: 10px;
		/*margin-top: -15px;*/
		width: 90%;
		text-align: center;
	}

/*.login-form h4 {
	color: #0a58ca;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 2em;
	letter-spacing: -2px;
	text-align: center;
	text-shadow: 1px 2px 1px #141619;
}*/

/*.login-form .text-center p {
	color: #dc3545;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 3em;
	letter-spacing: -2px;
	text-align: center;
	text-shadow: 1px 2px 1px #141619;
}*/

.text-danger {
	color: #e43c38 !important;
	text-align: center;
	list-style: none;
}
.validation-summary-errors ul li {
	list-style: none;
	/*margin-left:-40px*/
}
.form-group .glyphicon {
	color: #ccc;
	margin-top: 0px;
	top: 24px;
	left: 13px;
}

.form-group {
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	justify-content: center;
}


@media screen and (max-width: 992px) {
	.form-group {
		margin-left: 5%;
		margin-right: 5%;
	}
}




.fuwig {
	background-image: url('images/autonautics-bg.jpg');
	background-size: cover;
	height: 100vh;
	background-repeat: no-repeat;
}

.auttxt h1 {
	color: #0c51ab;
}

.auttxt p {
	color: #000;
	font-size: 18px;
	margin: 30px 0px 40px;
}

/*.auttxt a {
	background: #0c51ab;
	padding: 13px 20px;
	color: #fff;
	font-size: 18px;
	border-radius: 30px;
	border-bottom: 4px solid black;
}
.auttxt a:hover {
	background: #0c51ab;
	padding: 13px 20px;
	color:white;
	font-size: 22px;
	transition:0.3s ease-in-out font-size;
}*/
/*
	.btn-primary:hover {
		background:white !important;
		color:darkred !important;
		transition:0.3s ease-in-out ;
		font-size:1rem;
		font-weight:bold;
		border-color: darkred;
	}*/

.body-align {
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}
.input-icon i {
	float:left !important;
	align-items:start;
}
.input-icon span {
	float: left !important;
	align-items: start;
}

/*Buttons*/
#btnSubmit {
	--color: #00A97F;
	padding: 10px 8px;
	background-color: #f7f4f4;
	border-radius: .3em;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: .5s;
	font-weight: 400;
	font-size: 17px;
	border: 1px solid;
	font-family: inherit;
	text-transform: uppercase;
	color: var(--color);
	z-index: 1;
	border: none;
}

	#btnSubmit::before, #btnSubmit::after {
		content: '';
		display: block;
		width: 50px;
		height: 50px;
		transform: translate(-50%, -50%);
		position: absolute;
		border-radius: 50%;
		z-index: -1;
		background-color: var(--color);
		transition: 1s ease;
		border: none;
	}

	#btnSubmit::before {
		top: -1em;
		left: -1em;
		border: none;
	}

	#btnSubmit::after {
		left: calc(100% + 1em);
		top: calc(100% + 1em);
		border:none;
	}

	#btnSubmit:hover::before, #btnSubmit:hover::after {
		height: 410px;
		width: 410px;
	}

	#btnSubmit:hover {
		color: rgb(10, 25, 30);
		border:none;
	}

	#btnSubmit:active {
		filter: brightness(.8);
		border: none;
	}

	
/*button on image*/


.auttxt a {
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	/*text-transform: uppercase;*/
	letter-spacing: 0.4px;
	color: #0f23b3;
	background-color: #e0e8ef;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: rgba(255, 255, 255, 0.333);
	border-radius: 40px 40px 40px 40px;
	padding: 16px 24px 16px 28px;
	transform: translate(0px, 0px) rotate(0deg);
	transition: 0.2s;
	box-shadow: -4px -2px 16px 0px #ffffff, 4px 2px 16px 0px rgb(95 157 231 / 48%);
}

	.auttxt a:hover {
		color: #516d91;
		background-color: #E5EDF5;
		box-shadow: -2px -1px 8px 0px #ffffff, 2px 1px 8px 0px rgb(95 157 231 / 48%);
	}

	.auttxt a:active {
		box-shadow: none;
	}