﻿
@font-face {
    font-family: 'markregular';
    src: url('/fonts/Mark/MarkRegular.otf') format('opentype');
}

body {
    font-family: "markregular" !important;
    background-image: url('/img/MovUpBack.jpg');
    background-size: auto;
    margin: 0px;
    padding: 0px;
}

.bodyBack {
    background-image: url('/img/MovUpPageLogo.png');
    background-size: cover;
    

    width: 100% !important;
    height: calc(100vh);
    position: absolute;
    z-index: -1 !important;
}

@media (max-width: 1200px) {
    .bodyBack {
        background-image: url('/img/MovUpWhiteLogo.png');
        background-size: contain;
        background-position: center;
        background-position-x: center;
        background-repeat: no-repeat;
        width: 100% !important;
        height: calc(15vh);
        position: absolute;
        z-index: -1 !important;
    }
}

    .bodyContent {
        color: #ffffff;
        z-index: 2 !important;
        padding-top: 150px;
    }

    .form-group {
        padding-top: 15px !important;
    }

        .form-group input {
            height: 45px;
        }

        .form-group button {
            width: 100%;
            height: 45px;
        }

    a {
        color: #ffffff !important;
    }