/* Enter Your Custom CSS Here */

#TB_window{
    border-radius:15px;
}
#TB_title{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #64ae41;
}
.caldera-grid input[type=submit]{
    background: #64ae41;
    color:#fff;
}
#TB_ajaxContent {

    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 320px){
    
p.cus {
    display: block !important;
    text-align: center;
    position: relative;
    padding-bottom: 0px !important;
}
}
@media (min-width: 768px){
    
p.cus {
    display: block !important;
    text-align: center;
    position: absolute;
    padding-bottom: 20px !important;
}
}
@media (min-width:950px){
    
p.cus{
    display:none !important;
}
}