* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

body {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url("/images/extra/backwallpaper.jpg");
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
}

.logo {
	display: flex;
	justify-content: center;
}

.logo img {
	width: 100px;
}

.form-box {
	width: 380px;
	height: 500px;
	position: relative;
	margin: 6% auto;
	background: #FAF3E0; /* Light cream background */
	padding: 5px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 100px rgba(140, 72, 67, 0.4); /* Terracotta shadow */
}

.button-box {
	width: 220px;
	margin: 35px auto;
	position: relative;
	box-shadow: 0 0 20px 9px rgba(140, 72, 67, 0.1); /* Light terracotta shadow */
	border-radius: 30px;
}

.toggle-btn {
	padding: 10px 30px;
	cursor: pointer;
	background: transparent;
	position: relative;
	border: 0;
	outline: none;
}

#btn {
	top: 0;
	left: 0;
	position: absolute;
	width: 110px;
	height: 100%;
	background: linear-gradient(to right, #D99058, #8C4843); /* Gold to terracotta gradient */
	border-radius: 30px;
	transition: 0.5s;
}

.social-icons {
	margin: 30px auto;
	text-align: center;
}

.social-icons img {
	width: 30px;
	margin: 0 7px;
	cursor: pointer;
	opacity: 0.85;
}

.input-group {
	top: 180px;
	position: absolute;
	width: 280px;
	transition: 0.5s;
	font-size: 13px;
	color: #4B3621; /* Rich brown */
}

.inp {
	border-bottom: 1px solid rgba(140, 72, 67, 0.4); /* Terracotta border */
	justify-content: center;
}

.inp img {
	width: 20px;
	padding-right: 10px;
}

.input-field {
	width: 100%;
	padding: 10px 0;
	margin: 5px 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid rgba(140, 72, 67, 0.4); /* Terracotta border */
	outline: none;
	background: transparent;
	color: #4B3621; /* Rich brown */
}

::placeholder {
	color: rgba(140, 72, 67, 0.7); /* Light terracotta */
}

#register .input-field {
	color: rgba(140, 72, 67, 0.8); /* Darker terracotta */
}

.submit-btn {
	width: 85%;
	padding: 10px 30px;
	cursor: pointer;
	display: block;
	margin: auto;
	background: linear-gradient(to right, #D99058, #8C4843); /* Gold to terracotta */
	color: #fff;
	border: 0;
	outline: none;
	border-radius: 30px;
}

.reg-btn {
	background: #FFEFD3; /* Light peach */
}

.check-box {
	cursor: pointer;
	margin: 30px 10px 30px 0;
}

.instead {
	margin-top: 10px;
}

.instead h3 {
	overflow: hidden;
	text-align: center;
	color: rgba(140, 72, 67, 0.6); /* Terracotta */
}

.instead h3:before,
.instead h3:after {
	background-color: rgba(140, 72, 67, 0.5); /* Terracotta */
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.instead h3:before {
	right: 0.5em;
	margin-left: -50%;
}

.instead h3:after {
	left: 0.5em;
	margin-right: -50%;
}

span {
	color: rgba(140, 72, 67, 0.8); /* Terracotta */
	font-size: 12px;
}

#login {
	left: 50px;
}

#register {
	left: 450px;
}

.other {
	display: grid;
	justify-content: center;
	margin-top: 250px;
}

.connect {
	display: flex;
	margin: 10px;
	padding: 0px 30px;
	align-items: center;
	text-align: center;
	justify-content: center;
	border: 1px solid #D99058; /* Gold */
	cursor: pointer;
	outline: none;
	background: #FAF3E0; /* Light cream */
}

.connect:hover {
	background: #FFEFD3; /* Light peach */
}

.connect img {
	padding: 5px;
	width: 25px;
}

.connect span {
	padding: 10px;
	font-size: 15px;
}
