/* Page */
.data-page.active.PWpassword {
    display: block;
    position: relative;
    min-height: calc(100vh - 130px);
    overflow: auto;
}

.PWside-info {
    width: 40%;
    position: absolute;
    height: 100%;
    background-color: #F2F4F7;
    overflow-x: hidden;
}

.PWside-info .PWmain-text {
    margin-top: 15vh;
    padding: 60px;
    font-size: 30px;
}

.PWmain-content {
    margin-left: calc(40% + 30px);
    margin-top: 30vh;
    position: absolute;
    width: 40%;
}

.PWmain-content.PWsettings {
    margin-top: 20vh;
}

.PWmain-content-spacer {
    visibility: hidden;
    height: 300px;
}

.PWdescription {
    padding: 10px 0;
}

.PWdescription-headline {
    padding: 10px 0;
    font-weight: bold;
    font-size: 17px;
}

.PWtopspace {
    padding-top: 50px;
    padding-bottom: 40px;
}

.PWlieferadresse, .PWrechnungsadresse, .PWsprache {
    max-width: 418px;
    margin-bottom: 9px;
}

.PWupdate-password, .PWregister, .PWupdate-settings {
    margin-top: 20px;
}

.PWupdate-password.disabled, .PWupdate-settings.disabled {
    cursor: not-allowed;
    opacity: 0.2 !important;
}

.PWpassword-preview, .PWpassword2-preview, .PWpassword3-preview {
    position: absolute;
    right: -17px;
    cursor: pointer;
    top: 1px;
    color: #9fa3a7;
    padding: 8px;
}

.PWpassword-wrapper, .PWpassword2-wrapper, .PWpassword3-wrapper {
    width: 100%;
    max-width: 400px;
    position: relative;
}

.PWerror {
    color: #E34850;
    margin-bottom: 10px;
    display: inline-block;
    width: 90%;
}

.PWpwcheck-wrapper {
    position: absolute;
    z-index: 10;
    background: #F2F4F7;
    padding: 10px;
    border-radius: 3px;
    margin-top: -7px;
    display: none;
    border: 1px solid #1A243E;
}

.PWpwcheck .PWicon {
    display: inline-block;
    padding: 4px 5px 4px 0;
    width: 17px;
    text-align: center;
}

.PWpwcheck .PWicon.fa-check {
    color: #47855E;
}

.PWpwcheck .PWlabel {
    display: inline-block;
}

.PWterms {
    border: 1px solid #ced4da;
    padding: 8px;
    min-height: 200px;
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    overflow-y: scroll;
}

.PWselect-wrapper .placeholder {
    margin-top: 9px;
    transform: translateY(-16px) translateX(5px) scale(0.75);
    transform-origin: 0 0;
    font-size: 14px;
    z-index: 6;
    left: 0;
}

.PWselect-wrapper {
    position: relative;
}

/**** mobile ****/
@media only screen and (max-width: 950px) {
    .PWside-info {
        height: 40%;
        width: auto;
        position: relative;
        overflow: hidden;
    }

    .PWmain-content, .PWmain-content-spacer {
        margin-left: 0;
        margin-top: 20px !important;
        width: calc(100% - 30px);
    }

    .PWpassword-preview, .PWpassword2-preview, .PWpassword3-preview {
        right: 10px;
    }
    
    .PWpassword-wrapper, .PWpassword2-wrapper, .PWpassword3-wrapper {
        max-width: 100%;
    }

    .PWterms {
        max-width: calc(100% - 20px);
    }

    .PWlieferadresse, .PWrechnungsadresse, .PWsprache {
        max-width: 100%;
    }
}