html{
  /* background-color: #EEE */
}

label {
    margin-bottom: -0.5rem;
}

body{
  background-color: #f8f9fc;
  position: relative;
}

.flex{
  display: flex;
}

.fixlabel{
  margin: 20px 0 0 20px;
}

.w{
  background-color: white;
}

.control-label{
  color: black;
}

.wet_pd{
  margin: 10px;
  padding: 10px;
}

.backpanel {
  background: -webkit-linear-gradient(0deg, #ff4d5d, #ff4a4a, #ff94df);
    height: 300px;
    width: 100%;
    z-index: 1;
    position: fixed;
    top: -25px;
    padding-top: 60px;
}

.form {
    background-color: #ffffff;
    position: relative;
    z-index: 10;
    top: 100px;
    border-radius: 10px;
    box-shadow: -3px 2px 11px 0px #666666;
    border: solid darkred 3px;
    padding: 0 20px;
    color: black;
}

.button {
    margin: 0 auto 10px;
    right: 0;
    width: 100%;
    text-align: center;
}

.header {
    display: flex;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: white;
    box-shadow: -3px -15px 14px 15px black;
    height: 60px;
    width: 100%;
}

.header img{
  height: 30px;
  margin: 15px;
}

.header_menu {
    width: 60px;
    height: 60px;
    margin-left: 10px;
    float: right;
    right: 0;
    text-align: center;
    font-size: 42px;
    color: white;
    font-weight: bold;
    position: absolute;
    background: darkred;
    display: none;
}


.header_anchor {
    display: flex;
    vertical-align: middle;
    width: 30%;
    height: 60px;
    float: right;
    right: 0;
    color: white;
    font-weight: bold;
    position: absolute;
    background: darkred;
}

/* .m_box{
  background-color: gray;
} */

.constxt{
  margin:20px;
  color: black;
}

.anc{
  width: 33%;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}

.anccen{
  border-right: solid 1px white;
  border-left: solid 1px white;
}

.anc a{
  color: white;
  text-decoration: none;
}

.cbox{
  display: flex;
}
.custom-control {
    margin: 10px;
}

.form-group{
  margin:20px;
  background: white;
  border-radius: 10px;
}

.form-control {
    color: black;
    height: 30px;
    margin-bottom: 15px;
}

.input_value{
  margin-top: 20px;
  font-size: 18px;
  color: black;
  margin: 10px 10px 10px 0;
}

.radio label {
    margin-left: 20px;
}

.checkbox label{
  margin-right: 20px;
}

.title {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  color: white;
  padding: 10px;
  background-color: darkred;
  border-radius: 5px;
}

.subtitle {
    font-size: 20px;
    margin: 20px 0;
    background: darkred;
    color: white;
    text-align: center;
    width: max-content;
    border-radius: 5px;
    padding: 10px;
    min-width:200px;
}

@media screen and (min-width:1300px) {
  .mobile{
    display: none;
  }
  .header_menu{
    display: none;
  }
}
@media screen and (max-width:1300px) {
  .pc{
    display: none;
  }
  .header_anchor{
    display: none;
  }
  .anc{
    display: none;
  }
}
