*{
	margin: 0px;
}
body{
     background-image: url(../images/1478610691_1294991.jpg);
      background-repeat: repeat;
}
.main_area {
    width: 100%;
    height: 100vh;
    display: grid;
}
h1.thanks-register {
    text-align: center;
    color: #fff;
    margin: auto;
    text-transform: uppercase;
    font-size: 7vw;
}
h1.title {
    text-align: center;
    font-size-adjust: 0.74;
    width: 100%;
}
form#form {
    margin: auto;
    float: none;
    overflow: hidden;
    width: 30%;
    min-width: 280px;
}
input#query {
    padding: 7px;
    height: 45px;
    width: 100%;
    float: left;
    border: 0px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.submit_bar {
    float: left;
    width: 100%;
}
button {
    background: #0B9000;
    height: 45px;
    cursor: pointer;
    clear: both;
    color: #fff;
    margin: 0 auto;
    width: 93px;
    border-radius: 5px;
    border: 2px solid #ccc;
    overflow: hidden;
    display: flex;
    text-align: center;
    padding-top: 12px;
    padding-left: 20px;
}
table.table-responsive {
    background: #fff;
    padding: 10px;
    margin: 200px auto;
    width: 320px;
}
.main_content_para {
    background: #fff;
    width: 80%;
    margin: 100px auto;
    padding: 10px;
    min-height: 500px;
}
.main_content_para p {
    direction: rtl;
}
.main_content_para_defulat {
    margin: auto;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 10vw;
    height: auto;
}
.main_content_para_defulat p {
    text-align: center;
}
body {
    background-image: url(../images/1478610691_1294991.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}