@font-face {
    font-family: 'robotolight';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Light-webfont.woff') format('woff'),
    url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
    url('fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('fonts/Roboto-Bold-webfont.eot');
    src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Bold-webfont.woff') format('woff'),
    url('fonts/Roboto-Bold-webfont.ttf') format('truetype'),
    url('fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff url("/fxcomm/css/images/404/bg_tile.png") repeat;
    font-size: 12px;
    font-family: 'Open sans',Arial,Sans-serif;
    color: #000;
}
.main-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 460px;
    background: url("/fxcomm/css/images/404/white-shadow.png") no-repeat;
    background-size: contain;
    margin-top: -230px;
    margin-left: -350px;
}
.main-container .form-inline .form-control {
    margin-bottom: 0;
}
.wheels-container {
    background: url("/fxcomm/css/images/404/wheels.png") top center no-repeat;
    padding-top: 105px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.search-container {
    display: flex;
    margin-top: 30px;
}
.roboto-bold {
    font: 68px 'robotobold', Arial;
}

.roboto-light {
    font: 18px 'robotolight', Arial;
}
.or-block {
    display: inline-block;
    margin: 0 15px;
}
.grey {
    color: #cccccc;
}
@media only screen and (max-width : 720px) {
    body {
        padding: 50px;
    }
    .main-container {
        position: relative;
        top: inherit;
        left: inherit;
        margin: 0 auto;
        width: 100%;
        height: auto;
        background: none;
        box-sizing: border-box;
    }
}

@media only screen and (max-width : 768px) {
    .main-container .form-inline .form-group {
        margin-top: 15px;
    }
    .main-container .search-container {
        display: block;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .main-container>.row {
        flex-direction: column;
    }
}

