.main {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.col-md-12.text-center.bg-img {
    /*background: url('images/MUITlogo.jpg');*/
    background-image: url('muitlogo.jpg'); 
    background-position: 50% 70px;
    background-size: 80%;
    background-repeat: no-repeat;
}
.bg-text {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
}

.main1 {
    /* padding: 48px; */
    /* -webkit-print-color-adjust: exact !important; */
    height: 100vh;
    width: 100%;
    text-align: center;
    padding-top:40px;
}
img {
    vertical-align: middle;
    /* padding: 14px; */
    margin-top: 13px;
}
.h5, h5 {
    font-size: 14px;
    margin-bottom: 46px;
}

.table1 .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 1px;
    line-height: 1.42857143;
    vertical-align: top;
    /* border-top: 1px solid #ddd; */
    border: 0px;
    
    
}

.form-style {
    background: #fff;
    padding: 20px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 1px;
}

td, th {
    padding: 0;
    font-size: 12px;
}

.form-style .form-control {
    border-radius: 0;
    height: 40px;
}

.form-style img {
    width: 36%;
}

.form-style h2 {
    margin: 15px;
    font-weight: 700;
    font-size: 23px;
    font-family: auto;
}

.form-style .btn.btn-default {
    width: 100%;
    background: #840729;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    border-radius: 0;
    height: 40px;
}

.form-style p {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
}
.h4, h4 {
    font-size: 18px;
    text-align: left;
    margin-left: 138px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 150px;
}
@media only screen and (max-width: 720px) {

    .form-style h2 {
        font-size: 22px;
    }
}
body {
    -webkit-print-color-adjust: exact !important;
}
@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
    }
}
