@font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins-Thin.ttf");
    font-weight: 100;
}
@font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins-Regular.ttf");
    font-weight: 400;
}

h1, h2, h3, h4 {
    font-family: "Poppins";
}

.logo {
    width: 55px;
    overflow: hidden;
}
.logo img {
    width: 55px;
    overflow: hidden;
}

/*body and container*/
.body-container {
    margin-top: 100px;
}
body.page-home {
    background: #fbfbfb;
    color: #333;
}
body.page-sign-form {
    background: #777;
    color: #333;
}
body.forms-self-service .sticky-header {
    background: #f7f7f7;
    box-shadow: 2px 2px 2px #ddd;
    padding: 17px;
    position: fixed;
    width: 100%;
    top: 0;
    margin: 0;
    z-index: 10;
}
body.forms-self-service .sticky-header span {
    font-family: "Poppins";
    font-weight: 400;
}
body.page-sign-form .container {
    width: 1160px;
    /*height: 2600px;*/
    margin-top: 60px;
}
body.forms-self-service .container-white {
    background: #fff;
}
body.forms-self-service .container-paper {
    min-height: 1000px;
    padding-bottom: 200px;
    background: #fffefb;
    border-radius: 2px;
    margin-top: 20px;
}
body.forms-self-service .sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding: 10px;
    color: #ddd;
    font-size: .8em;
    margin:0;
}
body.forms-self-service .accept-signature-consent {
    visibility: hidden;
    z-index: 10;
}
body.forms-self-service .accept-signature-consent button {
    background: #1473e6;
    color: #fff;
    border: unset;
    padding: 5px 8px;
    border-radius: 3px;
}