.navbar-custom {
    min-height: 80px;
}
.footer-custom {
    text-align: center;
    font-size: 2em;
    padding-top: 8px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
div.alert h1 {
    margin-top: 20px;
}
.margin-left-10 {
    margin-left: 10px;
}
.myDonorReg {
    vertical-align: super;
    font-size: 0.5em;
}
/* Media query */
@media screen and (max-width: 768px) {
    .padding-custom {
        padding: 10px 0;
    }
}
/*.margin-top-60 {
    margin-top: 60px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.footer {
    background-color: #f5f5f5;
    bottom: 0;
    height: 60px;
    position: fixed;
    width: 100%;
}
.text-muted {
    margin: 20px 0;
    text-align: center;
}
.text-result {
    font-size: 100px;
    font-weight: bold;
}*/