/*--------------------------------------------------------------
## Tools
--------------------------------------------------------------*/
.page-id-2626 .content-area {
    text-align: center;
}
.page-id-2626 .entry-content {
    margin: 0px auto;
    text-align: left;
    color: #fff;
    font-size: 20px;
    padding: 100px 0px;
}
.page-id-2626 .post-password-form input[type="submit"] {
	font-family: DM Sans;
    font-size: 20px;
    font-weight: 500;
    fill: #FFCD00;
    color: #FFCD00;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFCD00;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 64px 16px 64px;
    margin-top: 20px;
    transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.page-id-2626 .post-password-form input[type="password"] {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    color: #293B4A;
    border-radius: 0px;
    border: none;
    background-color: #f5f5f5;
    width: 100%;
    padding: 5px 10px;
    height: 60px;
    margin-top: 10px;
}
.page-id-2626 .post-password-form input[type="submit"]:hover {
    color: #293B4A;
    border: 2px solid #FFCD00;
    background-color: #FFCD00;
    transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.page-id-2626 .signature-generator-container .input-field {
	color: #FFFFFF;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
}
.page-id-2626 .signature-generator-container input {
    width: 100%;
    margin-top: 10px;
    height: 60px;
    padding: 4px 20px;
    font-size: 20px;
    color: #293B4A;
    font-weight: 500;
    font-family: DM Sans;
    border-radius: 0px;
}
.page-id-2626 .grid-2 > div:first-child {
    padding-right: 15px;
}
.page-id-2626 .grid-2 > div:last-child {
    padding-left: 15px;
}
.page-id-2626 .signature-generator-container .input-field select {
    width: 100%;
    height: 60px;
    padding: 4px 20px;
    font-size: 20px;
    color: #293B4A;
    font-weight: 500;
    font-family: DM Sans;
    background-color: #fff;
    -webkit-appearance: none;
}
.page-id-2626 .signature-generator-container .input-field .select-wrapper {
	position: relative;
	margin-top: 10px;
}
.page-id-2626 .signature-generator-container .input-field .select-wrapper:after {
    position: absolute;
    content: "\f078";
    font-family: FontAwesome;
    top: 50%;
    transform: translate(0px, -50%);
    right: 20px;
    color: #19AD4A;
    pointer-events: none;
}