#default-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
.course {
    margin-bottom: 20px;
}
.action {
    margin-bottom: 10px;
}
.subscriber {
    margin-bottom: 5px;
}
.new-subscriber {
    color: green;
}
.old-subscriber {
    color: red;
}
.card-container {
  width:100%;
  min-height:300px;
  border-radius:15px;
  border: 1px dashed #444;
  margin-bottom: 20px;
}
.card {
  position:relative;
  width: 100%;
  height:100%;  
  padding: 20px 40px;  
}
.card h5 {
    font-size: 18px;
    font-weight: 700;
}
.card h3 {
    font-size: 22px;   
}
.color-red{
    color: #F93E34;
}
.color-green{
    color: #1ABB9C;
}
.card-subtitle{
    margin: 12px 0px;
    font-size: 13px;
    font-weight: 600;
}

.card .list-group-item {   
    padding: 4px 15px!important;    
     border: 0!important; 
}
.login_content .form-control {
    height: 44px!important;    
}
.login_content .btn {
   padding: 8px 30px!important;    
   margin-right: 0px!important;
}