@media (max-width: 955px) {
    #large-custom-wrapper {
        width: 100vw !important;
    }
}
@media (min-width: 955px) {
    #large-custom-wrapper {
        width: 955px !important;
        margin-left: -15px !important;
    }
}
@media (min-width: 1200px) {
    #large-custom-wrapper {
        width: 1200px !important;
        margin-left: -130px !important;
    }
}
@media (min-width: 1440px) {
    #large-custom-wrapper {
        width: 1440px !important;
        margin-left: -250px !important;
    }
}
md-input-container > .md-errors-spacer {
    min-height: 0;
}
