body {
	background-color: #f2f2f2;
	font-family: 'Montserrat', sans-serif;
}

.login-container {
	width: 100%;
	height: 130vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-card {
	width: 400px;
	background-color: #fff;
	padding: 2%;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.login-header {
	background-color: #333;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
}

h2 {
	margin-top: 0;
}

.form-group {
	margin-bottom: 20px;
}

label {
	display: block;
	margin-bottom: 10px;
	font-size: 1.2rem;
}

input[type="text"], input[type="password"] {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 1.2rem;
}

.icon-user, .icon-lock {
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 1.5rem;
	color: #ccc;
}

.icon-user:before {
	content: "\f007";
}

.icon-lock:before {
	content: "\f023";
}


.social-login {
	margin-top: 20px;
}

.social-login p {
	margin-bottom: 10px;
}

.social-login ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-login li {
	display: inline-block;
	margin-right: 10px;
  height: 7vh;
}

.social-login a {
	color: #fff;
	background-color: #333;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 1.2rem;
  text-decoration: none;
}

.social-login a:hover {
	background-color: #45a049;
}

.facebook {
	background-color: #3b5998;
}

.google {
	background-color: #dd4b39;
}

.twitter {
	background-color: #1da1f2;
}


.marginTop {
  margin-top: 4%;
}

.link {
  text-decoration: none;
  color: black;
}

.col {
  text-align: left;
  font-feature-settings: "liga" on;
  text-rendering: optimizeLegibility;
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
  margin-top: 5%;
  font-weight: 100;
}

.col .p-1 {
  color: gray;
  font-size: 11.5px;
  font-weight: bold;
}

.p-2 {
  font-size: 11.5px;
  font-weight: bold;
}

.row-1 {
  border-bottom: 1.5px rgb(218, 211, 211) solid;
  padding-bottom: 5%;
}

.row-2 {
  padding-bottom: 1%;
}

.footer-1 {
  background-color: black;
  color: white;
  text-align: left;
  padding: 0.5%;
}

.footer-1 ul li {
  list-style-type: none;
  display: inline-block;
}

.grid {
  display: grid;
  grid-template-columns: 50% 50%;
}

.button-1 {
  padding: 1% 3% 0 3%;
  columns: black;
  background-color: white;
  margin: auto;
  border: 1px solid black;
}

.button-1 p {
  font-size: 14px;
}

.button-1:hover {
  transition: 0.8s;
  background-color: black;
  color: white;
}
