/**
 * Body.
 */
body {
    margin: 0;
}

/**
 * Wrapper.
 */
.send2friend #wrapper {
    box-sizing: border-box;
    box-shadow: none;
    padding: 20px;
}

/**
 * Title.
 */
#send2friend-title {
    font-size: 22px !important;
    line-height: 29px !important;
    margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
    #send2friend-title {
        font-size: 22px !important;
        line-height: 29px !important;
        margin-bottom: 15px;
    }
}

/**
 * Parsley
 */
.parsley-error {
    border: 1px solid #be505a !important;
}

label.parsley-error {
    border: 0 !important;
    color: #be505a;
}

.parsley-errors-list {
    color: #be505a;
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 5px 0 10px 0;
}