*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select:none;
}
/* =================================================== */
#invalid{
display: block;
    padding: 0px 20px;
    margin-bottom: 10px!important;
    color: red;
    font-size: 14px;
    width: 90%;
    margin: auto;
}
.div_row_1{
 margin-top:40px;
}
.main_div{
    background:#fff!important;
}
.div_row_1 img{
  height: 80px;
  display: block;
  margin: auto;
  padding: 10px;
  background: #eee;
  border-radius: 10px;
}
.div_row_1 h3{
   text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-size: 23px;
}
/* =================================================== */
.div_row_2{
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.div_row_2 .input_row{
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-bottom: 1px solid #000;
  font-size: 14px;

}
.div_row_2 .input_row label{
  width: 190px;
  margin-bottom:5px;
}
.div_row_2 .input_row input{
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0px;
  margin-top: -10px;
}
/* ================================================== */
.div_row_3{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 20px;
}
.div_row_3 div{
  display: flex;
  align-items: center;

}
 .div_row_3 div label, .div_row_3 div input{
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.div_row_3 div input[type='checkbox']{
  height: 18px;
  width: 18px;
  margin-right: 5px;
  border: 2px solid #000!important;
}
.div_row_3  a{
  font-size: 14px;
  color: red!important;
}
/* ================================================== */
.div_row_4{
  padding: 20px;
  text-align: center;
}
.div_row_4 button{
    width: 100%;
    display: block;
    margin-top: 10px;
    margin: auto;
    background: #FFBB00!important;
    border: 0;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;

}
.div_row_4 img{
  height: 40px;
  width: 40px;
  padding: 5px;
  background: #eee;
  border-radius: 10px;
  display: block;
  margin: auto;
  margin-top: 10px;
  cursor: pointer;
}
.div_row_4 span{
  font-size: 13px;
  margin-top: 5px;
  display: block;
}
/* ================================================== */
.div_row_5{
  display: flex;
  align-items: center;
  justify-content: center;
}
.div_row_5 span{
  font-size: 14px;
}
.div_row_5 a{
  margin-left: 8px;
  color: #F0BC1F;
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 0;
  font-weight:bold;
}

/* ================================================== */
.div_row_6{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.div_row_6 span{
  font-size: 16px;
  font-weight: 500;
  line-height: 5px;
}
.div_row_6 a{
  margin-left: 8px;
  color: #3860b0;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 15px;
}
/* ================================================== */
