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;
    margin-bottom: 20px;
}

#api .buttons,
.signin-container .attr .buttons>*,
.reset-password-container .attr .buttons>* {
    margin-top: 10px;
}

.signin-container {
    padding-bottom: 40px;
    position: relative;
}

#api .intro,
#api .entry-item label,
#api .attrEntry label,
#api #cancel,
#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%;
    max-width: 275px;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    color: #555;
    border-radius: 4px;
    outline: none;
}

#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: 34px;
}

#api .buttons #continue,
#api .buttons #next {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#api .entry-item .password-label {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.signin-container .create {
    position: absolute;
    bottom: -60px;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
}

.signin-container #forgotPassword {
    color: #333;
}

.signin-container #createAccount {
    color: #fff;
}

#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,
#email_ver_but_edit,
#email_ver_but_verify {
    background-color: #4c5966 !important;
}

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;
}

/*#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;
    flex-wrap: wrap;
}

footer .footer-content a,
footer .footer-content p {
    color: #d8d9d6;
    font-size: 12px;
    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: 100px;
    margin-right: 10px;
    border-top: 1px solid #ccc;
    margin-left: 10px;
}

.divider::after {
    content: "";
    display: block;
    width: 100px;
    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: 12px;
}

.accountButton.firstButton {
    width: 100%;
    background: #fff;
    outline: none;
    border: none;
    box-shadow: 0 1px 6px 0 rgb(76 89 102 / 30%);
    border-radius: 5px;
    height: 48px;
    padding-left: 13px;
    display: flex;
    align-items: center;
}

.divider {
    display: flex;
    align-items: center;
    margin-top: 1rem;

}

.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/AvePointPortalManagerlogo.png);
    width: 300px;
    height: 50px;
    background-size: cover;
    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;
}