html,
body {
  background: #f8f9fa;
}


/*moudle*/

.content {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  background: none;
}

.moudle {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}


/*label*/

.label {
  display: block;
  width: 100%;
  height: 2rem;
  font-weight: normal;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 0;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*form input*/

.formInput {
  width: 100%;
  font-size: 1.2rem;
  height: 44px;
  background: transparent;
  border: none;
  border-bottom: solid 1px #e6e6e6;
  padding: 0 0.5rem;
  padding-bottom: 0.375rem;
  outline: none;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*button*/

.btnContent {
  width: 100%;
  height: auto;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

/*button effect*/
.modBtn {
  color: #fff;
  background: #4285f4;
  font-weight: bold;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
  margin: 1rem 0.5rem 0;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modBtn:hover {
  background: #1e6ef2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
