﻿.mud-alert-message {
    width: 100%
}

.ihk-main {
    min-height: calc(100vh - 180px - 70px);
}

#ihk-footer {
    overflow: hidden;
    padding-top: 70px;
    /*margin-top: -30px;*/
}

.ihk-border {
    position: relative;
    text-align: right;
    height: 180px;
}


#ihk-footer .ihk-border::before {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    -webkit-transform: translate(0, 0) rotate(-6deg);
    -ms-transform: translate(0, 0) rotate(-6deg);
    transform: translate(0, 0) rotate(-6deg);
    -webkit-ransform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    width: 160%;
    height: 160%;
    background: #003366;
}

.text-center {
    text-align: center;
}