html {
    margin: 0;
}
header {
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 18%);
}
.header-logo img {
    height: 80px;
    width: auto;
}
#menu-main-menu {
    margin-left: auto;
    margin-right: 0!important;
}
.header-wrap {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.page-heading {
    height: calc(100vh - 100px);
    background-image: url("./img/survey-bland.jpg");
}
.page-heading h1 {
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #dd3333;
    font-size: 50px;
}

/* login page */
.login-username, .login-password {
    display: flex;
    flex-direction: column;
}
.page-template-pagetemplate-login #loginform {
    max-width: 500px;
    margin: auto;
    padding-top: 100px;
}
.anketa-wrap, .rezultati-wrap {
    padding-top: 50px;
}

/* Chart page */
.chart_branding {
    display: none;
}
.save-as-pdf-pdfcrowd-button {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Client page */
.fullscreen-page {
    height: 100vh;
    background-size: cover;
    background-position: center center;
}
.cp-btn {
    text-decoration: none;
    padding: 15px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
}
.cp-title, .cp-btn-independent {
    position: absolute;
}
.cp-title-center, .cp-btn-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cp-title-center-left, .cp-btn-center-left {
    left: 7%;
    top: 50%;
    transform: translate(0%, -50%);
}
.cp-title-center-right, .cp-btn-center-right {
    right: 7%;
    top: 50%;
    transform: translate(0%, -50%);
}
.cp-title-center-top, .cp-btn-center-top {
    left: 50%;
    top: 7%;
    transform: translate(-50%, 0%);
}
.cp-title-center-bottom, .cp-btn-center-bottom {
    left: 50%;
    bottom: 7%;
    transform: translate(-50%, 0%);
}
.cp-video-bg {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.cp-video-container {
    height: 100%;
}

/* Anketa page */
.anketa-page-width {
    margin: auto;
}
.gform_previous_button, .gform_next_button, .gform_body input[type=submit] {
	padding: 5px 10px;
    background-color: #dd3333!important;
    border: none;
    border-radius: 5px;
    color: #fff!important;
    font-weight: 600;
    font-size: 18px;
}
.gform_required_legend {
	visibility: hidden;
}
.image-choices-field .gfield_label {
    text-align: left!important;
}

/* Confirmation output */
.gf-confirmation-message {
    font-size: 25px;
    font-weight: 600;
}

/* Class only visible to pdfcrowd generator */
.pdfcrowd-body #wpadminbar {
    display: none;
}