@import url('/fonts/fonts.css');

body {
	background-color:#fff;
	-webkit-font-smoothing: antialiased;
	font-family: sonny-gothic;
}


.form-login {
	background-color: #EDEDED;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 15px;
	border-color:#d2d2d2;
	border-width: 5px;
	box-shadow:0 1px 0 #cfcfcf;
}

h5 { 
	margin-top: 30px;
	margin-bottom: 80px;
	text-align: center;
	font-size: 18px;
	color: #AAAAAA;
	font-weight: 600;
}

.form-control {
	border-radius: 10px;
}

.wrapper {
	text-align: center;
}

#login {
	width: 100%;
	height: 100vh;
	background-color: #f5f5f5;
	background-image: url('/img/mynd.png');
	background-size: contain;
	background-position: center 100%;
	background-repeat: no-repeat;
	display: flex;
	align-content: center;
	justify-content: center;
}

#login-form {
	width: 450px;
	max-width: 90%;
	margin: auto;
	border-radius: 0px;
	background-color: white;
	box-shadow: 0px 0px 20px 5px rgba(0,0,0, 0.1);
	padding: 60px;
}

.logo {
	width: 70%;
	margin: auto;
}

.input {
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #e3e3e3;
	background-color: white !important;
	box-shadow: none;
	height: 50px;
	font-size: 20px;
	border-image: none;
	color: #aaaaaa;
}

.login-button {
	padding: 10px;
	margin-top: 30px;
	background-color: #185291;
	color: white;
	width: 100%;
	border-radius: 0px;
	font-size: 20px;
	font-weight: 600;
}

.login-button:hover {
	color: white;
}

.login-button:focus {
	color: white;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 2000px white inset !important;
}

input:focus {
	-webkit-box-shadow: 0 0 0 2000px white inset !important;
}

.input::-webkit-input-placeholder {
	color: #e3e3e3;
}
