body {
	/* background-image: url(http://13.127.176.55/tourism-quiz-eb/image/body-bg.jpg); */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
    background-image:
    linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
    url('/tourism-quiz-eb/image/body-bg.jpg');



}

*{
	font-family: sans-serif;
	box-sizing: border-box;
}

form {
	width: 100%;
	/* border: 2px solid #ccc; */
	padding:0px 30px 30px 30px;
	background: #dddddd;
	/* border-radius: 15px; */
}

h2 {
	text-align: center;
	margin-bottom: 40px;
}

input {
	display: block;
	border: 2px solid #ccc;
	width: 95%;
	padding: 10px;
	margin: 10px auto;
	border-radius: 5px;
}
label {
	color: #888;
	font-size: 18px;
	padding: 10px;
}
.container.first{
    position: relative;
}
.container.first button {
    background: #599aeb;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    border: none;
    position: absolute;
    right: 0px !important;
    margin-bottom: 38px !important;
	top: -34px;
}
.container.first button:hover{
    opacity: 1;
    background: #1E90FF;
}
button:hover{
	opacity: .7;
}
.error {
   background: #F2DEDE;
   color: #A94442;
   padding: 10px;
   width: 95%;
   border-radius: 5px;
   margin: 20px auto;
}

.success {
   background: #D4EDDA;
   color: #40754C;
   padding: 10px;
   width: 95%;
   border-radius: 5px;
   margin: 20px auto;
}

h1 {
	text-align: center;
	color: #000;
}

.ca {
    font-size: 14px;
    display: inline-block;
    padding: 0px;
    text-decoration: none;
    color: #fff;
    border: 1px solid;
    padding: 5px 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.ca:hover {
	text-decoration: underline;
} 

/* .s_details input, .s_details textarea {
    border-width: 0 0 0px;
    border-color: #88888d;
    border-radius: inherit;
    height: 0px;
    font-size: 12px;
    margin-left: -24px;
} */

/* .row.s_details span {
    font-size: 13px;
    margin-left: -17px;
} */


.col-md-4 div, .col-md-2 div {
    margin-top: -2px;
    font-weight: bold;
    font-size: 15px;
}

h3 {
    font-size: 20px;
    padding: 10px 0px 9px 0px;
}

u {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    text-align: center;
}


.row.s_details h3 {
    padding: 0px 0px 0px 12px;
    margin-top: -15px;
    font-size: 18px;
    font-weight: bold;
}
.row.tourism-head h1 {
    font-size: 47px;
    font-weight: 600;
    color: #fff;
}

.row.tourism-head a.ca {
    padding: 5px 20px;
    border: 1px solid;
    margin-top: 11px;
    border-radius: 10px;
}
.row.tourism-head {
    /* background: #ba0636; */
	background-image: linear-gradient(174deg, #860038 33%, #d00936 112%);
    color: #fff;
    padding: 20px 36px;
	border-radius: 10px;
}
.row.udise {
    padding-top: 0px;
    padding-left: 0px;
}
input[type="submit"] {
    padding: 5px 10px;
    background: #260000;
    color: #fff;
    border: 1px solid #260000;
}
.row.udise label {
    padding-left: 0px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
a.ca:hover {
    color: #fff;
}

.per-border span {
font-size: 17px;
background-color: #ba0636;
padding: 3px 10px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
border-radius: 10px;
}
.per-border {
	width: 100%;
    height: 14px;
    border-bottom: 1px solid black;
    text-align: center;
    margin-top: 25px;
}
.container.first {
    margin-top: 15px;
}

.container.first label, .container.second-participent label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 0px;
    margin-bottom: 8px;
    margin-top: 21px;
}
.container.second-participent select {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 7px;
    font-size: 14px;
}
input.form-control {
    font-size: 20px;
    margin-top: 0px;
    height: 39px;
}
.container.first input.form-control {
    margin: 0px;
}
.container.second-participent textarea {
    width: 100%;
    height: 87px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 7px;
    font-size: 14px;
    line-height: initial;
}
.container.second-participent button {
    max-width: 200px !IMPORTANT;
    margin: 0 auto !important;
    margin-top: 21px !important;
    background: #260000;
    padding: 20px 20px;
    color: #fff;
    border-radius: 5px;
    right: 0px !important;
    margin-bottom: 38px !important;
    border: none;
}
.container.second-participent button.btn-edit{
    padding: 0!important;
}
.container.second-participent button.btn-edit a{
        max-width: 200px !IMPORTANT;
    margin: 0 auto !important;
    /* margin-top: 21px !important; */
    background: #260000;
    padding: 20px 20px;
    border-radius: 5px;
    right: 0px !important;
    /* margin-bottom: 38px !important; */
    border: none;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}
a.edit-button {
    color: #fff;
    text-decoration: auto;
    margin-left: 92%;
    border: 1px solid blue;
    padding: 4px;
    background-color: blue;
}
.per-border.second-mg {
    margin-bottom: 30px;
}

.row.tourism-head img {
    max-width: 100%;
    /* margin-top: 15px; */
}

.mpquiz-bg{
    padding: 0px;
}

.row.tourism-head div.col-md-8 h3 {
    text-align: center;
}
.row.tourism-head center {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    margin: 0px 65px 0px 65px;
    border-radius: 15px;
    font-weight: 600;
}
.per-border.school_details {
    margin: -15px 0px 30px 0px;
}
input[type="submit"] {
    margin-top: 4px;
}

.container.second-participent {
    /* margin-top: -30px; */
}

.row.s_details {
    font-size: 12px;
}
.last-update-date {
    margin-top: -55px;
    font-size: 15px;
    color: green;
    font-weight: 600;
}

.mpquiz-bg {
    background-color: #fff;
}
.container.second-participent button.edit-back-btn{
    padding:0;

}
.container.second-participent button.edit-back-btn a{
        padding: 20px 20px;
            width: 100%;
    display: inline-block;
Text-decoration:none;
}
a.print-btn{
    max-width: 200px !IMPORTANT;
    /* margin: 0 auto !important; */
    margin-top: 0;
    background: #260000;
    padding: 20px 20px;
    color: #fff;
    border-radius: 5px;
    right: 0px !important;
    margin-bottom: 0;
    border: none;
    margin-top: 22px;
    display: inline-block;
    text-decoration: none;}

@media print{
Body{
	background-color:#dddddd!important;
	Background-image:none!important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	max-width:100%!important;
	width:100%!important;

}
}
@media (min-width: 768px) {
    .mpquiz-bg {
        height: 100px !important;
    }
    .last-update-date {
        font-size: 13px;
        margin-top: 40px;
    }
}
