.create-go-org-portlet #create-org-container {
	margin-bottom: 40px;
}
.create-go-org-portlet .org-summary-title {
	font-weight: bold;
}
.create-go-org-portlet #edit-btn {
	padding-left: 40px;
}
.create-go-org-portlet #group-summary,
.create-go-org-portlet #g-captcha {
	margin-bottom: 20px;
}
.create-go-org-portlet #g-captcha {
	margin-top: 20px;
}
.create-go-org-portlet #english-words-only {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}
.create-go-org-portlet .control-group input, 
.create-go-org-portlet .control-group select {
	margin-bottom: 0;
}
.create-go-org-portlet #loading-section {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0%;
    text-align: center;
    padding: 30px;
    border: 1px solid #000;
}

a#go-to-team-page::after {
    content: "\f105";
    font-family: 'fontawesome-alloy';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    speak: none;
    font-size: 1.625rem;
    padding-left: 10px;
    transition: padding-left .3s;
}

a#go-to-team-page.hover::after,
a#go-to-team-page:hover::after,
a#go-to-team-page:focus::after {
    padding-left: 24px
}

@media (min-width: 768px) {
    .create-go-org-portlet #loading-section {
        left: 25%;
    }
}
/* GLOBE-4493 */
.g-captchaWrapper {
    position: relative;
}
.firefox-checkmark {
    display: none;
    height: 36px;
    left: 12px;
    top: 14px;
    position: absolute;
    width: 38px;
    opacity: 1;
    background: #f9f9f9 url(../images/grecaptcha_checkmark.svg) no-repeat center;
}