* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* start editing from here */
a {
  text-decoration: none;
}

/* horizontal menu */
img {
  max-width: 100%;
}

body {
  background: url(../images/bg.jpg) no-repeat 100% / cover;
}

/**-----start-wrap---------**/
.wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

/**-----start-logo--------**/
.logo {
  padding: 1em;
  text-align: center;
  padding: 1% 1% 5% 1%;
}

.logo h1 {
  display: block;
  padding: 1.5em 0em;
	font-size: 1.5em;
	color:white
}

.logo h1 img {
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  margin: 0px 10px;
}

.buttom {
  background-color: rgba(0,0,0,0.4);
  width:80%;
  max-width: 400px;
  height: 150px;
  border: 4px solid rgba(255,255,255,0.8);
  border-radius: 1em;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 1.3em;
  color: #fff;
  box-shadow: 3px 3px 12px 2px #000;
}

/*****copy-right*****/
.copy_right {
  color: #fff;
  font-size: 0.85em;
  line-height: 1.8em;
  padding: 5em 0px 0px 0px;
  font-family: "open_sansregular";
  text-align: center;
}

.copy_right a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.copy_right a:hover {
  color: #fff;
}
