body * {
    font-size: 14px;
}

.sso-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.main {
    margin-bottom: 78px;
}

.sso-title,
#api .create,
#api .buttons {
    text-align: center;
}

#api .localAccount > div ~ div {
    margin-top: 20px;
}

#api .attr .attrEntry {
    margin-top: 20px;
}
#api .buttons,
.signin-container .attr .buttons > *,
.reset-password-container .attr .buttons > * {
    margin-top: 10px;
}

.signin-container {
    width: 29em;
    padding-bottom: 40px;
    position: relative;
}

#api .intro,
#api .entry-item label,
#api .attrEntry label,
#api .helpLink {
    display: none !important;
}

#api .entry > div ~ div {
    margin-top: 20px;
}

#api input[type='text'],
#api input[type='email'],
#api input[type='password'],
#api select {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    margin-top: 15px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    color: #555;
    border-radius: 4px;
    outline: none;
}
#email_ver_input{
    width: 50% !important;
    float: left;
}
    #api input[type='text']:focus,
    #api input[type='email']:focus,
    #api input[type='password']:focus,
    #api select:focus {
        border: 2px solid #319da0 !important;
    }

#api input::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

#api input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

#api input:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

#api input::-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

#api input::placeholder {
    color: #999;
    opacity: 1;
}

#api #attributeList > ul > li:not(:nth-last-child(-n+2)):before {
    content: "*";
    position: absolute;
    color: #f00;
    transform: translate(-10px, 5px);
}

#api .error {
    color: #f00;
    text-align: left;
    display: none;
    font-style: italic;
}

    #api .error p {
        font-style: italic;
    }

#api .buttons button {
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    padding: 10px 35px;
    outline: none;
    background: #319da0;
}

    #api .buttons button[disabled] {
        background-color: #d3d6d7;
    }

#api .attrEntry .buttons button {
    padding: 0 10px;
    height: 50px;
    width: 100%;
}

#email_ver_but_verify{
    position: relative;
    bottom: -3.4em;
}
#api .buttons #continue,
#api .buttons #next,
#api .buttons #cancel {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 100%;
}
#api .buttons #next{
    width: 50% !important;
    font-size: 14px;
}
#api .buttons #cancel{
    background-color: #fff !important;
    margin-top: 10px;
    color: black;
    border: 1px solid;
}

#api .entry-item .password-label {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.signin-container .create {
    position: absolute;
    bottom: -60px;
    color: #d8d9d6;
    text-align: center;
    width: 100%;
    left: 0;
}

.signin-container #forgotPassword {
    color: #4c5966;;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,"Microsoft YaHei",微软雅黑,"PingFang SC",Arial,sans-serif!important;
    font-size: 15px;
    font-weight: 400;
    text-decoration:none;
    outline:none;
}

.signin-container #createAccount {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration:none;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,"Microsoft YaHei",微软雅黑,"PingFang SC",Arial,sans-serif!important;
    outline:none;
}

#signupcontainer,
#forgetpwdcontainer {
    margin-top: 20px;
}

    #signupcontainer .create * {
        color: #fff;
    }

.signup-links {
    margin-top: -30px;
    color: #fff;
    text-align: center;
    position: relative;
    top: -28px;
}

    .signup-links .link-signin {
        color: #fff;
    }

.create a {
    display: block;
}

#email_ver_but_send {
    margin-top: 40px;
}
#api #continue[disabled] {
    background: #fff;
    color: #d3d6d7;
    border: 1px solid #d3d6d7;
    margin-top: 10px;
}

#api #continue{
    margin-top: 40px;
}

html[lang="ja"] #api #email_ver_but_verify,
html[lang="ja"] #api #email_ver_but_resend {
    font-size: 12px;
}

.reset-password-container #email_ver_but_edit {
    display: none !important;
}

#email_ver_but_resend {
    background-color: #fff !important;
    border-color: #4c5966 !important;
    color: #4c5966 !important;   
    width: 46% !important;
    float: right;
    margin-top: 15px;
    position: relative;
    bottom: 125px;
}

/*#email_info {
    font-size: 0px;
}

    #email_info:before {
        content: "A verification code has been sent. To avoid a delay in receipt, please check your email filter/spam settings.";
        font-size: 14px;
    }*/

.sso-container.signup-container {
    position: relative;
}

.signup-container #api {
    margin-top: 10px;
}

.signup-container .attr > ul::after {
    content: " ";
    display: block;
    clear: both;
}

.signup-container .attr .attrEntry {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    position: relative;
}

.signup-container .attr .attrEntry {
    padding-top: 34px;
}

    .signup-container .attr .attrEntry input.textInput,
    .signup-container .attr .attrEntry select.dropdown_single {
        position: absolute;
        top: 0;
    }

.signup-container .attr > ul > li:nth-child(3) .attrEntry {
    position: relative;
    padding-top: 34px;
}

    .signup-container .attr > ul > li:nth-child(3) .attrEntry > div:first-child,
    .signup-container .attr > ul > li:nth-child(5) .attrEntry > div.error {
        font-style: italic;
    }

    .signup-container .attr > ul > li:nth-child(3) .attrEntry::after {
        content: " ";
        display: block;
        clear: both;
    }

    .signup-container .attr > ul > li:nth-child(3) .attrEntry > div:first-child {
        margin-bottom: 5px;
    }

    .signup-container .attr > ul > li:nth-child(3) .attrEntry #email {
        position: absolute;
        top: 0;
    }

    .signup-container .attr > ul > li:nth-child(3) .attrEntry .buttons.verify {
        margin: 0 !important;
        text-align: left !important;
    }

.signup-container .attr > ul > li:nth-last-child(2) .attrEntry,
.signup-container .attr > ul > li:nth-last-child(1) .attrEntry {
    padding-top: 0;
    margin-bottom: 0 !important;
    padding-bottom: 20px;
}

.signup-container #api .attr > ul > li:nth-last-child(2) .attrEntry label,
.signup-container #api .attr > ul > li:nth-last-child(1) .attrEntry label {
    display: block !important;
}

.signup-container .attr > ul > li:nth-last-child(2) .attrEntry > input,
.signup-container .attr > ul > li:nth-last-child(1) .attrEntry > input {
    position: absolute;
}

.signup-container .attr > ul > li:nth-last-child(2) .attrEntry > .error,
.signup-container .attr > ul > li:nth-last-child(1) .attrEntry > .error {
    position: absolute;
    bottom: 0;
}

.signup-container .attr > ul > li:nth-last-child(2) .attrEntry > label:first-child,
.signup-container .attr > ul > li:nth-last-child(1) .attrEntry > label:first-child {
    color: #319da0;
}

.signup-container .attr > ul > li:nth-last-child(2) .attrEntry > label:first-child,
.signup-container .attr > ul > li:nth-last-child(1) .attrEntry > label:first-child {
    color: #319da0;
}

    .signup-container .attr > ul > li:nth-last-child(2) .attrEntry > label:first-child:after,
    .signup-container .attr > ul > li:nth-last-child(1) .attrEntry > label:first-child:after {
        content: "*";
        color: #f00;
        font-weight: normal;
        position: relative;
        top: 2px;
        left: 5px;
    }


.signup-container .attr > ul > li:nth-last-child(2) .attrEntry > label:not(:first-child),
.signup-container .attr > ul > li:nth-last-child(1) .attrEntry > label:not(:first-child) {
    margin-left: 20px;
    font-weight: normal;
}

.signup-container .attr > ul > li:nth-last-child(2) .attrEntry {
}



    .signup-container .attr > ul > li:nth-last-child(2) .attrEntry > label:nth-last-child(1) {
        margin-left: 20px;
    }

.signup-container .attr > ul > li:nth-last-child(1) .attrEntry {
    margin-top: 0 !important;
}

.signup-container #email_ver_but_verify {
    margin-top: 15px;
    margin-right: 5px;
}

.signup-container #email_ver_but_resend {
    margin-top: 15px;
}

.signup-container #api #attributeList > ul > li:before {
    transform: translate(-10px, 15px);
}

.signup-container #termscondition a,
.signup-container #termscondition a:hover,
.signup-container #termscondition a:active,
.signup-container #termscondition a:visited,
.signup-container #communicationpreferences a:hover,
.signup-container #communicationpreferences a:active,
.signup-container #communicationpreferences a:visited
.signup-container #communicationpreferences a {
    color: #1c529f;
    font-weight: normal;
}

.signup-container .attr > ul > li.HR {
    width: 100%;
    height: auto !important;
}

    .signup-container .attr > ul > li.HR:before {
        content: none !important;
    }

    .signup-container .attr > ul > li.HR hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border-color: #ccc;
    }

@media (min-width: 750px) {
    .sso-container.signup-container {
        width: 46em !important;
    }

    .signup-container .attr > ul {
        display: flex;
        flex-wrap: wrap;
    }

        .signup-container .attr > ul > li {
            width: 50%;
            padding: 0 10px;
        }

            .signup-container .attr > ul > li:nth-child(3),
            .signup-container .attr > ul > li:nth-last-child(2),
            .signup-container .attr > ul > li:nth-last-child(1) {
                width: 100%;
            }

    .signup-container #termscondition {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .signup-container #communicationpreferences {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .signup-container .attr > ul > li:nth-child(3) .attrEntry > div:first-child {
        width: 50%;
    }

    .signup-container .attr > ul > li:nth-child(3) .attrEntry .buttons.verify {
        width: 50%;
        position: absolute;
        top: 0;
        left: calc(50% + 10px);
    }
}

@media (max-width: 749px) {
    .signup-container .attr .buttons > * {
        margin-top: 10px;
    }
}

.signup-container .verifying-modal {
    display: none;
}

.simplemodal-container:before,
.simplemodal-container:after,
.simplemodal-wrap:before,
.simplemodal-wrap:after,
.simplemodal-data:before,
.simplemodal-data:after,
.simplemodal-container #verifying_blurb:before {
    content: " ";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    animation: jitter .9s infinite;
}

.simplemodal-container #verifying_blurb:after {
    content: "Almost done...";
    display: block;
    position: absolute;
    text-align: center;
    color: #319da0;
    top: 100px;
    width: calc(100% - 56px);
    font-weight: bold;
}

html[lang="ja"] .simplemodal-container #verifying_blurb:after {
    content: "\307e\3082\306a\304f\5b8c\4e86\3057\307e\3059\002e\002e\002e";
}

.simplemodal-container {
    padding-top: 120px !important;
    background: #fff !important;
    height: auto !important;
    border-radius: 4px;
}

    .simplemodal-container:before {
        top: 30px;
        left: 173px;
        animation-delay: 0.1s;
    }

    .simplemodal-container:after {
        top: 39px;
        right: 150px;
        animation-delay: 0.2s;
    }

.simplemodal-wrap:before {
    top: 58px;
    right: 146px;
    animation-delay: 0.3s;
}

.simplemodal-wrap:after {
    top: 74px;
    right: 157px;
    animation-delay: 0.4s;
}

.simplemodal-data:before {
    top: 74px;
    left: 163px;
    animation-delay: 0.5s;
}

.simplemodal-data:after {
    top: 58px;
    left: 150px;
    animation-delay: 0.6s;
}

.simplemodal-container #verifying_blurb:before {
    top: 39px;
    left: 155px;
    animation-delay: 0.7s;
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #262f38;
}

    footer .footer-content {
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer span{
        font-size: 12px;
    }
        footer .footer-content a,
        footer .footer-content p {
            color: #d8d9d6;
            font-size: 12px;
            font-weight: 400;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        footer .footer-content a {
            margin-right: 20px;
        }

    footer .logo {
        width: 172px;
        height: 27px;
        background: url(../images/logo-avepoint-white.png) no-repeat center center;
        background-size: contain;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

@media (min-width: 992px) {
    footer .footer-content p {
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    footer .footer-content p {
        width: 100%;
    }
}

@media(max-width: 751px) {
    footer .footer-content {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@keyframes jitter {
    0% {
        transform: scale(1, 1);
    }

    70% {
        transform: scale(1, 1);
    }

    80% {
        transform: scale(1.6, 1.6);
    }

    90% {
        transform: scale(1.4, 1.4);
    }

    100% {
        transform: scale(1.2, 1.2);
    }
}

.divider:before {
    content: "";
    display: block;
    width: 50%;
    margin-right: 10px;
    border-top: 1px solid #ccc;
    margin-left: 10px;
}

.divider::after {
    content: "";
    display: block;
    width: 50%;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px solid #ccc;
}

.localAccount .divider {
    display: none;
}

.options > div > button:before {
    content: "";
    background-image: url(../images/microsoft_24x24.png);
    background-size: cover;
    min-width: 25px;
    display: block;
    height: 29px;
    margin-right: 20px;
}

.accountButton.firstButton {
    width: 100%;
    background: #fff;
    outline: none;
    border: 2px solid rgba(76,89,102,0.15);
    height: 48px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 6px 0 rgba(76,89,102,0.3);
    border-radius: 5px;

}

.fontSize16{
    font-size: 16px !important; 
}

.divider {
    display: flex;
    align-items: center;
    margin-top: 2.5rem;

}

.divider h2 {
    color:#d8d9d6;
    font-weight:bold;
    white-space:nowrap;
}

.header-logo{
	background:#fff;
	width:100%;
	padding-left:80px;
	padding-top:25px;
	padding-bottom:25px;
}
    
.header-logo .logo{
	background-image: url(./../images/logo_partner_black.svg);
    width: 300px;
    height: 50px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width: 576px) {
	.header-logo{
		padding-left: 10px;
		padding-right: 10px;
		display: flex;
		justify-content: center;
	}
}

.expand-content .main{
	padding-top:80px;
}

.sso-description {
	text-align:center;
	margin-bottom:24px;
}

.loading {
    width: 100%;
    height: 100%;
    background-color: #555;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.8;
    display: none;
  }
  
  .loading.in {
    display: inherit;
    z-index: 9999;
  }
  
  .loading .loading-indicator {
    width: 100px;
    height: 100px;
    margin: auto;
    background: url(../images/loading_100x100.gif) no-repeat;
  }

  .not-display{
      display: none !important;
  }