.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}

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

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

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


.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

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

.d-none {   
    display: none !important;
}

.p-1 {
    padding: 10px;
}

.p-2 {
    padding: 20px;
}
.p-3 {
    padding: 30px;
}

.p-4 {
    padding: 40px;
}

.p-5 {
    padding: 50px;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.v-align-top {
    vertical-align: top !important;
}

.v-align-middle { 
    vertical-align: middle !important;
}

.v-align-bottom {
    vertical-align: bottom !important;
}

.float-right {
    text-align: right !important;
}