﻿body {
    background: url(images/background-learner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

html {
    height: 100%;
    max-height: 100%;
    overflow-x: hidden !important;
}

.mn {
    padding: 198px 0px;
}



.inner {
    /*width: 100%;*/
    background: #fff;
    padding: 33px 50px 35px;
    border-radius: 2px;
    box-shadow: 0px 1px 4px #fff;
    margin-top:100px;
}

    /*.main .inner img {
            width: 545px;
        }*/

    .inner .btn-container {
        padding: 50px 85px;
    }

footer {
    color: #970001;
    font-size: 14px;
    background: #fff !important;
    width: 100%;
    position: absolute;
    bottom: 0;
}

    footer .right {
        margin-right: 43px;
        padding-top: 7px;
    }

    footer .left {
        margin-left: 48px;
        padding-top: 7px;
    }

    footer a {
        color: #970001;
        font-weight: bold;
    }

        footer a:hover {
            color: #970001;
            text-decoration: underline;
        }


