body {
    background: url('images/bkg.jpg') !important;
    font-family: 'Cairo', sans-serif;
}

#main {
    background: #fff;
    width: 100%;
    margin: auto;
    min-height: 700px;
    border-radius: 20px;
}

#logo {
    margin: 20px 0 0 20px;
}

header {
    border-bottom: solid 2px #dc1a34;
}

#Content {
    width: 100%;
    height: 10%;
    margin: auto;
    border-end-start-radius: 20px;
    border-end-end-radius: 20px;
    padding-bottom: 0px;
    overflow: hidden;
    -webkit-box-shadow: 10px 10px 91px -38px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 91px -38px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 91px -38px rgba(0, 0, 0, 0.75);
    background: rgb(254, 253, 253);
    background: radial-gradient(circle, rgba(254, 253, 253, 1) 0%, rgba(228, 223, 223, 1) 100%);
    margin-top: 10px;
    text-align: center;
}


#Content h1 {
    background: #4b4b4d;
    border-bottom: solid 1px #000;
    font-size: 20px;
    color: #ffff;
    padding: 5px;
    margin: 0px;

}

table {
    margin: auto;
    text-align: left;
}

h2 {
    margin: 0px;
    font-size: 13px;
}

.clear {
    clear: both;
    width: 100%;
}

.hidden {
    display: none;
    visibility: hidden;
}

.red {
    color: #f00;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}