.grid-container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	background-color: #f5f5f5;
}

.get-started{
	padding-top: 200px;
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 2.4em;
	color: #333333;
	opacity: 0.2;
}
.tab {
  padding-top: 3%;
  overflow: hidden;
  /*margin-left: 300px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*border: 1px solid #ccc;*/
  /*background-color: #f1f1f1;*/
  /*text-align: center;*/
}

/* Style the buttons inside the tab */
.tab a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
 /* padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 15px;*/
  padding: 14px 16px;
  /*text-align: center;*/
  transition: 0.3s;
  font-size: 1.2em;
  text-decoration: active;
  font-family: poppins;
  font-style: normal;
}
.tablinks{
	text-decoration: none;
	/*text-align: center;*/
	color: #333333;
}

/* Change background color of buttons on hover */
.tab a:hover {
  background-color: #333333;
  color: #f5f5f5;
}

/* Create an active/current tablink class */
.tab a.active {
  background-color: #ccc;
  border-radius: 2px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  /*padding: 6px 12px;*/
  /*border: 1px solid #ccc;*/
  border-top: none;
  padding-top: 4%;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1em;
}
#form{
	margin-bottom: 2%;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.11);
	box-sizing: border-box;
	box-shadow: 0px 10px 40px rgba(38, 45, 118, 0.05);
	border-radius: 6px;
	padding: 10px;
}
.fsp{
	/*padding-top: 3%;*/
}
.user-access{
	text-align: center;
	/*padding-top: 40%;*/
}
.fp{
	font-size: 1.0em;
	color: rgba(105, 105, 132, 0.5);
	padding-top: 20px;
	text-decoration: none;

}
.login-button{
	padding-top: 3%;
}
.login-button a{
	font-family: poppins;
	font-size: 0.8em;
	font-style: normal;
	font-weight: 400;
    background-color: #f48c06;
    color: #fff;
    border-radius: 80px;
    width: 20%;
}
.other-type-login{
	font-family: Poppins;
	font-style: normal;
	font-size: 1.0em;
	font-weight: 400;
	color: #696984;
	padding-top: 3%;
}
@media only screen and (max-width: 1028px){
	.grid-container{
		grid-template-columns: 1fr;
	}
}
@media only screen and (max-width: 1028px){
	.grid-container{
		background-color: #fff;
	}
	.get-started{
		padding-top: 10%;
	}
}
@media only screen and (min-width: 728px) and (max-width: 1028px){
	.login-girl-image img{
		width: 100%;

	}
}