/* common */
.inner, .inner-wrapper {
    width: 100%;
}
body {
    top: 0 !important;
}
#footer {
    box-sizing: border-box;
}
#fjord-header {
    background: #234467;
}
@media (max-width: 1300px){
    #footer #footer-main .inner-wrapper {
        height: auto;
    }
}
#custom-register-by-account-1 .register-wrapper {
    margin: 0;
}
/* end common */

/* design-info */
#custom-register-by-account-1 .design-info {
    background-image: url("/images/registration/auth-07-04-20.png");
    background-size: cover;
    color: #FFFFFF;
    min-height: 788px;
}
#custom-register-by-account-1 .design-info .started-wrapper {
    padding-top: 152px;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
}
#custom-register-by-account-1 .design-info .title {
    font-weight: normal;
    font-size: 48px;
    line-height: 72px;
}
#custom-register-by-account-1 .design-info .description {
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
    margin-top: 20px;
}
/* end design-info */

#custom-register-by-account-1 .design-fields {
    background-color: #F5F5F5;
    padding: 0;
    margin: 0 auto;
    max-width: 400px;
}
#custom-register-by-account-1 .design-fields .sign-in-link {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 64px auto;
    text-align: center;
}
#custom-register-by-account-1 .design-fields .sign-in-link a {
    color: #376B9E;
}
#custom-register-by-account-1 .design-fields .register-title {
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
    color: #000000;
    margin-bottom: 24px;
    text-align: center;
}
#custom-register-by-account-1 .design-fields .show-steps {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 24px;
    text-align: center;
}
#custom-register-by-account-1 .design-fields label {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 8px;
    display: block;
}
#custom-register-by-account-1 .design-fields .form-element {
    overflow: visible;
    margin: 0 0 24px 0;
}
#custom-register-by-account-1 .design-fields .form-element input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    box-sizing: border-box;
    padding: 8px 11px;
    box-shadow: none;
}
#custom-register-by-account-1 .design-fields .icon-info-fjord:before {
    color: #333333;
}
#custom-register-by-account-1 .design-fields .button {
    border-radius: 4px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 8px;
    width: 100%;
    height: 40px;
    color: #FFFFFF;
}
#custom-register-by-account-1 .design-fields .validate {
    background: #376B9E;
    border: 1px solid #234467;
}
#custom-register-by-account-1 .design-fields .disable {
    background: #CCCCCC;
    border: 1px solid #CCCCCC;
}
#custom-register-by-account-1 .design-fields .fjord-info-tooltip-body {
    border-radius: 0;
    border-top: 8px solid #376B9E;
}
#custom-register-by-account-1 .design-fields .fjord-info-tooltip-body:before {
    border-color: transparent transparent #376B9E transparent;
}
#custom-register-by-account-1 .design-fields label[for=account] .fjord-info-tooltip-body {
    padding: 16px;
    width: 332px;
    height: 214px;
    right: -180px;
}
#custom-register-by-account-1 .design-fields label[for=account] .fjord-info-tooltip-body:before {
    right: auto;
    left: 45%;
}
#custom-register-by-account-1 .design-fields label[for=password] .fjord-info-tooltip-body {
    width: 226px;
    padding: 16px;
    right: -120px;
}
#custom-register-by-account-1 .design-fields label[for=password] .fjord-info-tooltip-body:before {
    right: 100px;
}
#custom-register-by-account-1 .design-fields .account-title {
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 4px;
}
#custom-register-by-account-1 .block {
    display: block !important;
}
.password-validation {
    padding-left: 16px;
    margin: 0;
}
.password-validation li {
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    position: relative;
    list-style: none;
    color: #333333;
    margin-bottom: 4px;
}
.password-validation li.password-success:after {
    background: url(/images/user/password-success.png) no-repeat 0 0 / 100% 100%;
}
.password-validation li.password-danger:after {
    background: url(/images/user/password-danger.png) no-repeat 0 0 / 100% 100%;
}
.password-validation li:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: -20px;
    top: 3px;
}
/* end design-fields */
@media (min-width: 768px) and (max-width: 1024px) {
    #custom-register-by-account-1 .design-info {
        min-height: 928px;
        background-image: url("/images/registration/auth-07-04-20-tablet.png");
        background-size: cover;
    }
    #custom-register-by-account-1 .design-info .title {
        font-size: 32px;
        line-height: 48px;
    }
    #custom-register-by-account-1 .design-info .description {
        font-size: 24px;
        line-height: 36px;
    }
    #custom-register-by-account-1 .design-info .started-wrapper {
        max-width: 304px;
    }
    #custom-register-by-account-1 .design-fields {
        max-width: 304px;
    }
}
@media (max-width: 767px) {
    #custom-register-by-account-1 .design-info {
        background: url("/images/registration/auth-07-04-20-mobile.png") no-repeat right top;
        background-size: cover;
        min-height: 233px;
    }
    #custom-register-by-account-1 .design-fields {
        max-width: 345px;
        margin-bottom: 39px;
    }
    #custom-register-by-account-1 .design-fields .sign-in-link {
        margin: 40px 0;
    }
    #custom-register-by-account-1 .design-info .title {
        font-size: 24px;
        line-height: 36px;
    }
    #custom-register-by-account-1 .design-info .description {
        font-size: 16px;
        line-height: 24px;
    }
    #custom-register-by-account-1 .register-wrapper {
        flex-direction: column-reverse;
    }
    #custom-register-by-account-1 .design-fields #register-by-account-form {
        margin: 0;
    }
    #custom-register-by-account-1 .design-info .started-wrapper {
        padding-top: 41px;
        max-width: 304px;
    }
}
