@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akaya+Telivigala&display=swap');

.background {
	background-image: url('/images/wallpapers/login_register.jpg');
	position: fixed;
	top: 0;
	left: 0;
	background-size: cover;
	width: 100%;
	height: 100vh;
}

.container-config {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.box {
	background-color: #00000082;
	border-radius: 10px;
	position: relative;
	margin-top: 40px;
	padding-right: 70px;
	padding-left: 70px;
	width: 600px;
	height: auto;
	-webkit-box-shadow: 0px 3px 46px -1px rgba(0, 0, 0, 0.49);
	-moz-box-shadow: 0px 3px 46px -1px rgba(0, 0, 0, 0.49);
	box-shadow: 0px 3px 46px -1px rgba(0, 0, 0, 0.49);
}

.box > .logo {
	display: block;
	max-width: 100%;
}

.logo {
	width: 100px;
	padding-top: 60px;
	padding-bottom: 35px;
	display: block;
	margin: 5px auto;
	max-width: 100%;
}

.input-settings {
	display: flex;
	box-shadow: 0 12px 16px -6px rgb(14 13 26 / 12%), 0 10px 48px 8px rgb(7 48 114 / 12%), 0 24px 38px 3px rgb(34 0 51 / 4%);
	border-radius: 10px;
	margin-top: 30px;
}

.input-style-box:focus {
	outline: 0;
}

.input-icon {
	display: flex;
	font-size: 20px;
	background-color: #ffffff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 25px;
	color: #727272;
	align-items: center;
}

.input-style-box {
	font-family: 'Poppins', sans-serif;
	display: flex;
	font-size: 16px;
	width: 100%;
	padding: 15px 12px;
	color: #727272;
	border: #727272;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.remember-div > label {
	font-size: 15px;
	font-family: Poppins, sans-serif;
	color: #fff;
	font-weight: 400;
}

.forgot {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	transition: 0.5s;
	margin-left: 145px;
}

.forgot:hover {
	color: rgb(230, 230, 230);
	transition: 0.5s;
}

.align-button {
	display: flex;
	justify-content: center;
}

.remember-div {
	margin-top: 20px;
}

.register-button {
	border: 0;
	margin-top: 7px;
	margin-bottom: 30px;
	font-family: Poppins, sans-serif;
	font-size: 17px;
	padding: 15px;
	width: 100%;
	color: #fff;
	font-weight: 400;
	background-color: #ff00006e;
	border-radius: 10px;
}

.register-button:disabled {
	background-color: #ff42426e;
}

.createaccount {
	font-family: Poppins, sans-serif;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}

.createaccount > a {
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
}

.createaccount > a:hover {
	transition: 0.5s;
	color: rgb(219, 217, 217);
	text-decoration: none;
}

::selection {
	background-color: #333333;
	color: #fff;
}

.clear::-ms-clear {
	display: none;
}

::-ms-clear {
	display: none;
}

.nav-stein {
	background: #00000082;
	padding-bottom: 0rem !important;
	z-index: 2;
}

.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.nav-link {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #fff !important;
	padding-left: 1.5rem !important;
	font-size: 16px;
}

.dropdown-item {
	font-family: 'Poppins', sans-serif;
	color: #363636 !important;
	font-size: 16px;
}

.dropdown-item:active {
	background-color: #e9ecef !important;
}

.navbar-brand > img {
	width: 70px;
}

.input-style {
	border-radius: 50px !important;
	font-size: 16px !important;
	border-color: #ced4da !important;
	border: solid 1px #ced4da !important;
	margin-left: 10px;
}

.input-style:focus {
	border-color: #ced4da !important;
	border: solid 1px #ced4da !important;
	box-shadow: none !important;
}

.search-icon {
	position: absolute;
	top: 4px;
	right: 10px;
	z-index: 10;
	border: none;
	background: transparent;
	outline: none;
	font-size: 19px;
}

.search-form {
	position: relative;
	width: 200px;
}

.search-form input {
	width: 100%;
}

.error {
	margin-bottom: 0;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	opacity: 0;
	transition-duration: 0.3s;
}

.modal-email>p {
	margin-bottom: 0;
}

@keyframes pisca {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

::selection {
	background-color: #333333;
	color: #fff;
}

@media screen and (max-width: 1400px) {
	.box {
		width: 590px;
		padding-top: 35px;
		padding-bottom: 35px;
		padding-right: 50px;
		padding-left: 50px;
	}
}

@media screen and (max-width: 991px) {
	.navbar-toggler:focus {
		box-shadow: none !important;
	}

	.search-form input {
		margin-bottom: 15px;
	}

	.bars {
		margin-top: 70px;
	}
}

@media screen and (max-width: 771px), (max-height: 770px) {
	.container-config {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 30px;
		padding-bottom: 30px;
		position: initial;
		top: 0;
		left: 0;
		transform: initial;
	}
}

@media screen and (max-width: 635px) {
	.box {
		width: 510px;
	}

	.remember-div {
		font-size: 14px;
	}

	.forgot {
		margin-left: 140px;
	}
}

@media screen and (max-width: 535px) {
	.box {
		width: 420px;
		padding-right: 40px;
		padding-left: 40px;
	}

	.remember-div {
		display: flex;
	}

	.remember-div > label {
		margin-left: 5px;
	}

	input#remember {
		margin-top: 5px;
	}
}

@media screen and (max-width: 435px) {
	.box {
		width: 370px;
		padding-right: 40px;
		padding-left: 40px;
	}

	.forgot {
		margin-left: 95px;
	}
}

@media screen and (max-width: 380px) {
	.box {
		width: 315px;
		padding-right: 25px;
		padding-left: 25px;
	}

	.forgot {
		margin-left: 45px;
	}
}

@media screen and (max-width: 325px) {
	.box {
		width: 275px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
