
/*--------------------------- 
Add Plugin Front-End CSS here 
---------------------------*/
input#Email {
    width: 96%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
 /*   padding: 10px; */
}
input#Status {
    border: 2px solid #ccc;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    width:auto!important;
}


#Status {
	display: initial!important;
}

.checkbox {
    font-size:16px;
}

.checkbox label {
	margin-top:-2px;
	padding-left: 5px;
}
input#Percentage {
    width: 96%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    display:initial!important;
}
input#submit_btn {
    width: auto;
    margin-bottom: 10px;
    border: 2px solid #dd4814;
    border-radius: 5px;
    background-color: #dd4814;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 30px;
    font-weight: 500;
    cursor: pointer;
}

.as-form-wrap p {
    margin:0 0 10px 0!important;
}
.as-form-wrap {
    line-height:1em!important;
}

.wl-single-item p{
    line-height:1.5em;
}

/*
form#as_custom_plugin_form {
    border-radius: 5px;
    box-shadow: 0 0 6px 1px #ccc;
    padding: 10px;
    background: #fff;
   margin: 10px;
}
*/