
body {
    font-family: "Source Sans Pro", Arial, Tahoma, sans-serif;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
}

.container {
    width: 100%;
}

.clearfix {
    overflow: auto;
    zoom: 1;
}

.section_wrapper {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}

.ld_header {
    text-align: center;
    padding: 50px;
    text-shadow: 2px 2px #000000;
}

.ld_block {
}

.ld_form {
    padding: 20px;
    /*background-color: #FCFCFC;*/
    background-color: rgb(255 255 255 / 0.9);
    -webkit-box-shadow: 0px -1px 41px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 41px -10px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 41px -10px rgba(0,0,0,0.75);
}

.ld_form input:focus {
    background-color: aliceblue;
}

.ld_foot {
    text-align: center;
    padding: 20px;
}

.checkbox {
    display: table;
}

    .checkbox > input {
        display: table-cell;
        margin-right: 7px;
    }


    .checkbox > label {
        display: table-cell;
        vertical-align: top;
    }

.text_center {
    text-align: center;
}
.text-line-height {
    line-height: 40px;
}

.txt_page {
    font-size: Small;
    padding: 50px;
}
.txt_page table{
    font-size: Small;
    padding: 50px;
}
