@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{
  color:#000;
  padding:0;
  margin:0;
  font-family: 'Roboto', sans-serif;
}
.head div , .head i{
  color:#fff;
  font-size: 14px;
}
.bod{
  background-image: url('../image/back.jpg');
  background-size: cover;
}
.frm{
  margin-top: 80px;
  width: 330px;
  background: #fff;
  position: relative;
  border-top: 4px solid #0077cc;
  padding: 24px 24px 24px 24px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.30), 0 6px 3px 0 #0000003b;
}
.ee img{
  width: 30%;
}
.frm input ,{
  border: none;
  border-bottom: 1px solid #DADEE6;
  border-radius: 0;
  padding-left: 0;
  padding-top: 0;
  height: 25px;
}
.frm input:focus{
  box-shadow: none;
  border-bottom: 1px solid #000;
}
.frm label{
  color:#909090;
  font-size: 12px;
  font-weight: 300;
}
.bttn button{
  width: 100%;
  height: 43px;
  background:#007DCB;
  color:#fff;
  border: transparent;
  border-radius: 5px;
}
.pp{
  color: #909090;
  font-size: 14px;
  line-height: 27px;
}
.zz  li{
  color:#c0c0c0;
  padding: 10px;
  font-size: 12px;
}
.wow{
  background: #fdfcfc;
}
.wow .container{
  max-width: 980px;
}
.frr{
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  margin-top: 24px;
  box-shadow: 0 2px 4px 0 #0000003d;
  background: #fff;
}
.frr p{
  color: #6C6C6B;
  font-weight: bold;
}
.frr label{
  color: #6C6C6B;
  font-weight: 500;
  font-size: 14px;
}
.frr input{
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #DADEE6;
  text-align: center;
}
.frr input:focus{
  box-shadow: none;
   border: none;
  border-radius: 0;
  border-bottom: 1px solid #DADEE6;
}
.frr h2{
  color: #102c5c;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 20px;
}
.error{
  color: red;
  font-size: 13px;
}
.ees{
  margin-left: 5px;
  background:#e0e0e0;
  color:#8d8d8d;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 5px;
}






@media(max-width:767px){
  .frm{
    margin-top: 0;
    border-top: 4px solid #ff3333;
    width: 100%;
  }
}