/**
* 2008-2023 Prestaworld
*
* NOTICE OF LICENSE
*
* The source code of this module is under a commercial license.
* Each license is unique and can be installed and used on only one website.
* Any reproduction or representation total or partial of the module, one or more of its components,
* by any means whatsoever, without express permission from us is prohibited.
*
* DISCLAIMER
*
* Do not alter or add/update to this file if you wish to upgrade this module to newer
* versions in the future.
*
* @author    prestaworld
* @copyright 2008-2023 Prestaworld
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
* International Registered Trademark & Property of prestaworld
*/

#presta-protect-main .col-md-12 {
    padding: 0;
}
#presta-protect-main .card div.first {
    width:60%;
    margin: 5% auto;
}
#presta-protect-main .card .card-head {
    margin-bottom:40px;
}
#presta-protect-main .card .card-title {
    font-size:28px;
}
#presta-protect-main .card input {
    height:52px;
    background:#fff;
    outline: none;
}
#presta-protect-main .card .card-footer {
    background:#fff;
    padding:10px 0;
}

#presta-protect-main .card button#decrypt {
    width:100%;
    padding: 14px 0;
}
.message {
    word-break: break-word;
}
