.paolaz-relocation-guide-wrap {
    max-width: 420px;
    margin: 0 auto;
    padding: 28px 24px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
}

.paolaz-relocation-guide-messages:empty {
    display: none;
}

.paolaz-relocation-guide-messages {
    margin-bottom: 12px;
}

.paolaz-relocation-guide-form .form-group {
    margin-bottom: 14px;
}

.paolaz-relocation-guide-form .form-control {
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid #c8cdd2;
    border-radius: 6px;
    background: #f7f7f7;
    color: #222;
    font-size: 15px;
    line-height: 20px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .04);
}

.paolaz-relocation-guide-form .form-control:focus {
    border-color: #2f85ac;
    background: #fff;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(47, 133, 172, .18);
}

.paolaz-relocation-guide-form button[type="submit"] {
    width: 100%;
    min-height: 48px;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 700;
}

.paolaz-relocation-guide-consent {
    margin: 14px 0 0;
    color: #777;
    font-size: 11px;
    font-style: italic;
    line-height: 1.4;
    text-align: center;
}

.paolaz-relocation-guide-consent a {
    color: #666;
    font-weight: 700;
    text-decoration: underline;
}

.paolaz-relocation-guide-download {
    text-align: center;
}

.paolaz-relocation-guide-download-intro {
    margin: 0 0 16px;
    color: #444;
    font-size: 15px;
    line-height: 1.5;
}

.paolaz-relocation-guide-download-btn {
    display: inline-block;
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
