body{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background-color: #17a2b8;
	background: linear-gradient(-225deg, #31CFDD 0%, #00ACC7 100%);
}

.logo{
	font-weight: bold;
	color: #000;
	/* color: #fff; */
	text-decoration: none;
	font-size: 2rem;
	transition: .1s;
}
.logo:hover{
	color: #000;
	/* color: #fff; */
	text-decoration: none;
	opacity: .6;
}

.navBar{
	/* background-color: #00000022; */
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loginContainer{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 4rem);
	padding-bottom: 4rem;
}

.loginDiv{
	width: 500px;
	box-shadow: 0 10px 40px #0004;
	padding: 30px 35px 10px;
	border-radius: .4rem;
	background-color: #fff;
}

.loginTitle{
	text-align: center;
	font-weight: bold;
	font-size: 2.7rem;
}

.loginForm{
	padding: 40px 0;
}

.loginBtnDiv{
	text-align: center;
}

.login-btn{
	padding: .5rem 3.4rem;
  font-size: 1.2rem;
  margin-top: 30px;
}

input[type=email],
input[type=password]{
	background-color: #DDD !important;
}

input[type=email]:focus,
input[type=password]:focus{
	background-color: #fff !important;
}

.texture{
	background: url("./texture.png");
	width: 100vw;
	height: 100vh;
	background-repeat: no-repeat;
	ackground-image:url('../images/bg.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:bottom;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: .8;
	z-index: -1;
}
