.top-nav-logo {
    font-size: 30px  !important;
    color: #fff !important;
}

.head-label{
margin-top:20px;
font-size:20px;
text-align:center;
margin-right:auto;
margin-left:auto;
}

.apply-submit{
width:100%;
}

.apply-error{
margin-top:20px;
}

#register-org-pre-label{
float:left;
clear:left;
}

#register-domain-pre{
float:left;
clear:left;
font-size:20px;
vertical-align:bottom;
}

#register-domain {
height: 25px;
width: 100px;
float:left;
}

.error {
color: red;
}

.wait-info {
color:green;
}

.aibi-form {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#send-code-btn {
    position: relative;
    margin-top: -25px;
    right: 25px;
    color: #3399ea;
    float: right;
    font-size: 12px;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
}
.login-type-select {
    height:25px;
    width:100%;
    margin-top:50px;
    border-bottom: 1px solid #ddd;
}
.login-type {
    width:50%;
    float:left;
    text-align:center;
    padding-bottom: 4px;
    cursor: pointer;
}
.login-form {
    width:100%;
    margin-top:20px;
}
.active-login-type {
    border-bottom: 2px solid #E36B09;
}
footer {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    clear: both;
}

footer {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    clear: both;
}
.sigup-error-info {
    color:red;
}
.invite-modal {
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.invite-modal-content {
    width:300px;
    height:300px;
    margin-top:100px;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
}
.show {
    display: block !important;
}