
/*
    Registration and login
*/

@import url("fonts.f52c1f721986.css");

/*
    Base
 */

body {
    font-family: "RobotoPrivacyDesigner", "Ubuntu",  sans-serif;
    height: 100%;
    background-color: #EAEAEA;
}

#wrapper {
    min-width: 500px;
    height: 100%;
}

/*
    Header
 */

#header {
    background: #2b333d;
    min-width: 100%;
    height: 250px;
}

.lng-button {
    margin-right: 10px;
    float: right;
}

/*
    Content
 */

#content {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    border-radius: 4px;
}

.registration-wide #content {
    width: 80%;
}

.content-header {
    padding: 40px 10px 20px 10px;
}

.content-header .btn-header {
    float: right;
    font-size: 1.3em;
    font-weight: bold;
    color: #8A8B8C;
    height: 14px;
    margin-top: 9px;
}

.content-header .btn-header label {
    cursor: pointer;
}

.content-header .btn-header label:hover {
    color: #FFFFFF;
}

.content-header .btn-header label i {
    margin-left: 15px;
}

.content-body {
    background-color: white;
    padding: 20px 50px;
    box-shadow:  0 1px 1px rgba(97, 127, 152, 0.2), 1px 0 0 rgba(97, 127, 152, 0.1), -1px 0 0 rgba(97, 127, 152, 0.1);
    border-radius: 4px;
}

.content-body .content-title {
    margin-bottom: 30px;
}

.content-body .info-text {
    font-size: 15px;
    font-weight: 300;
}

.content-body .control-label {
    font-size: 1.1em;
    color: #888888;
}

.content-body .asteriskField {
    visibility: hidden;
}

.content-body .passwordinput,
.content-body .textinput {
    border: none;
    border-bottom: 1px solid #DEDCDC;
    box-shadow: none;
    border-radius: 0;
}

.content-body .controls ul {
    font-size: 13px;
    font-weight: 300;
    padding-left: 25px;
}

.content-body .pdf-container {
    width: 100%;
    height: 800px;
}

/*
    Bottom
 */

#copyright {
    margin-top: 5px;
}


/*
        LOGO
*/

/* IF not privacy designer */
#header .logo-wide-noslogan {
    height: 150px;
    position: absolute;
    left: calc(50% - 517px);
    top: 51px;
}

.registration-wide #header .logo-wide-noslogan {
    left: calc(50% - 497px);
    top: 20px;
}

/* IF privacy designer */
#header.dpia-product .logo-wide-noslogan {
    height: 230px;
    position: absolute;
    left: calc(50% - 487px);
    top: 10px;
}

.registration-wide #header.dpia-product .logo-wide-noslogan {
    height: 175px;
    left: 40%;
}
