.connect-wrap {
	transition:background-color 0.5s ease;
	padding: 64px 15px 32px 15px;
}
.connect-content {
	background: #ffffff;
	padding: 32px;
	border-radius: 6px;
	
	max-width: 68rem;
	margin: 32px auto;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}



.input-group {
	width: 100%;
text-align: left;
}
.bootstrap-tagsinput {
	width: 100%;
}
.bootstrap-tagsinput input {
	width: 100%;
	height: 40px;
	padding: 6px 15px;
}
.bootstrap-tagsinput .tag {
	background-color: #fff;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
display: inline-block;
/* padding: 4px 6px; */
padding-right: initial;
color: #555;
vertical-align: middle;
border-radius: 4px;
max-width: 100%;
line-height: 22px;
cursor: text;
}




.bootstrap-tagsinput .tag {
    width: auto;
    padding-right: 5px !important;
	margin-bottom: 4px;
}

.tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 73px;
    height: 25px;
    margin-right: 8px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
}


main .connect-content h2 {
	font-size: 1.6rem !important;
}

main .connect-content h3 {
	font-size: 1.3rem !important;
}

main .connect-content p {
	margin: 22px 0;
}

.input-wrap {
	min-width: 50%;
	max-width: 650px;
	margin: 0 auto;
}
.btn {
	transition: all 0.25s linear;
	border: 0;
	padding: 8px 32px;
	cursor: pointer;
	margin: 15px 0 45px 0;
	height: 40px;
	
	border-radius: 20px;
	background-color: #3b99fc;
	color: #fff;
}
.btn:hover {
	opacity: 0.9;
}


