/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.cpotp-woo-verified {
    padding: 10px;
    background-color: #f0ffde;
    color: #FF5722;
    border-radius: 4px;
    border:1px solid #c8ff82;
}

.woocommerce .cpotp-download-area .button:last-child{
    margin-left: 10px;
}
.woocommerce .cpotp-download-area .button{
    margin-bottom: 10px;
}
.CpOtp-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.CpOtp-center{text-align: center;}
.CpOtp-modal .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 320px;
    position: relative;
}

.CpOtp-modal .CpOtp-close {
    color: #aaa;
    position: absolute;
    top: -10px;
    right: 6px;
    font-size: 28px;
    font-weight: bold;
}

.CpOtp-modal .CpOtp-close:hover,
.CpOtp-modal .CpOtp-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.CpOtp-modal .button-CpOtp{margin-bottom: 15px;}
.CpOtp-shortcode-login label{display: block;text-align: left;}
.CpOtp-shortcode-login input{width: 100%;}
.CpOtp-shortcode-login .CpOtp-modal input{width: 100%;max-width: 100%;}
.CpOtp-shortcode-login .error input{border-color: #ff0000;}
.CpOtp-shortcode-login .error label{color: #ff0000;}
.CpOtp-shortcode-login .CpOtp-row {max-width: 362px;}