﻿@import "./HeaderFooter.css";
@import "./ProfileCommon.css";

body {
    font-family: "Helvetica Neue", Helvetica, Arial;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 90px;
    width: 1100px;
    margin: 0 auto;
}

@media (max-width: 990px) {
    .body-content {
        padding-top: 120px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
}

.title {
    margin-bottom: 40px;
    text-align: center;
}

ul {
    list-style: none;
    padding: 0;
}

.bg_container {
    background-image: url("../../Icons/bg.jpg");
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    filter: blur(4px);
    background-size: cover;
    z-index: -1;
    opacity: 0.2;
}
