﻿.heightfix {
    height: 126px !important;
}

.margin-fix-top {
    margin-top: 175px !important;
}

.blankpage {
    margin-top: 185px !important;
}

@media only screen and (max-width: 600px) {
    .margin-fix-top {
        margin-top: 101px !important;
    }

    /*Button styling for NotFound page*/
    .btn {
        margin-top: 5px;
    }
}
