#bd {
	background: #f5f6f7;
}

#inp{
	font-size: 14px;
	 width: 96%;
	  margin: 10px auto;
	  border: 1px solid #ABB2B9;
	  border-radius: 0;
	  height: 49px;
	  font-family: 'Montserrat', sans-serif;
	  color: #ABB2B9;
}
#btnback{
	font-size: 16px;
	 width: 96%;
	  margin: 10px auto;
	  border: 1px solid #ABB2B9;
	  border-radius: 0;
	  height: 55px;
	  font-family: 'Montserrat', sans-serif;
	background: #03c75a;
	color: white;
}
#btnbackfb{
	font-size: 16px;
	 width: 96%;
	  margin: 10px auto;
	  border: 0px solid #ABB2B9;
	  border-radius: 0;
	  height: 55px;
	  font-family: 'Montserrat', sans-serif;
	background:#2d63d0;
	color: white;
}

#header1{
	color: #00c850; 
	font-weight: 800;
	text-align: center; 
	font-family: 'Montserrat', sans-serif;
	border: 0px solid red;
	width: 100%;
	font-size: 55px;
	margin-bottom: 30px;
	text-decoration: none;
}

#form1{
	border: 0px solid black;
	width: 100%

}
#signlabel{
	margin-left: 34px;
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
}
#header2
{
	font-family:  sans-serif;
	font-size: 16px;
	color: black;
	font-weight: 600;
}

#socials{
	width: 96%;
	background: #fff;
	border: 1px solid #ABB2B9;
	height: 49px;
	margin: 8px auto;
	border-radius: 2px;
	display: flex;
	flex-direction:row;
}
#formgroup{
	margin-top: -10px;
}
#ifont{
	font-size:12px; 
	color: #AEB6BF;
	margin-left: 10px;
}
#imgsocial{
	justify-content: center;
	align-items: center;
	width: 10%;
	 border: 0px solid red;
}
#contentsocial{
	
	text-align: left;
	width: 90%; 
	border: 0px solid red;
}
#sociallink{
	text-decoration: none;
	color: black;
}

#sociallink:hover{
	text-decoration: none;
	color: black;
}

#textsocial{
	font-family: 'Montserrat',  sans-serif;
	font-size: 17px;
}
#footer{
	font-size: 13px;
	color: #808B96;
}
#direction1{
	font-size: 13px;
	color: #808B96;
	width: 100%;
}
#sociallinkf{
	text-decoration: underline;
	color: #808B96;
}

#sociallinkf:hover{
	text-decoration: underline;
	color: #808B96;
}

.dropbtn {
  background-color: #f5f6f7;
  border: 1px solid #AEB6BF;
  color: black;
  padding: 3px 6px;
  font-size: 13px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
	font-family: 'Montserrat', sans-serif;
  color: black;
  padding: 3px 6px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  border: 1px solid black;
}

.round {
  position: relative;
  display: block;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}



@media only screen and (min-width: 800px) {
  #form1 {
   border: 0px solid black;
	width: 45%;
	margin: 10px auto;
	min-width: 352px;
  }
}