
.mt-50 { margin-top: 50px; }
.mt-80 { margin-top: 80px; }
.mt-100 { margin-top: 100px; }

.mb-50 { margin-bottom: 50px; }
.mb-80 { margin-bottom: 80px; }
.mb-100 { margin-bottom: 100px; }

.pt-50 { padding-top: 50px; }
.pt-80 { padding-top: 80px; }
.pt-100 { padding-top: 100px; }

.pb-50 { padding-bottom: 50px; }
.pb-80 { padding-bottom: 80px; }
.pb-100 { padding-bottom: 100px; }

.error-msg {
   font-size: 13px;
   color: #dc3545;
   margin-top: 5px;
}
.success-msg {
   font-size: 13px;
   color: #31b410;
   margin-top: 5px;
}