@charset "UTF-8";

#mainContainer {
    position: relative;
    display: flex;
    min-height: 750px;
    background: #0575e6; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #0575e6 0%, #021b79 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #0575e6 0%,#021b79 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #0575e6 0%,#021b79 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0575e6', endColorstr='#021b79',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    justify-content: center;
    align-items: center;
}