@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
font-family: "Lato", sans-serif;
color: #1A1A1A;
font-size: 16px;
}
.body-bg {
  background: #fff;
}
.isra-box {
  max-width: 550px;
  width: 100%;
  /* background: transparent linear-gradient(180deg, #4ac6eb66 0%, #FFFFFF 100%); */
  box-shadow: 0 0 10px #efe8e8;
  border: 1px solid #efe8e8;
  position: relative;
}
.isra-box::before {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: transparent linear-gradient(180deg, #4ac6eb66 0%, #FFFFFF 100%);
    z-index: -1;
}
.main-logo {
  padding: 15px 10px;
  text-align: center;
}
.main-logo img {
  max-width: 240px;
}

.main-title {
    color: #fff;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: normal;
      background: #005dbb;
      position: relative;
      text-align: center;
      max-width: 488px;
      margin: 0 auto;
      padding: 7px 5px;
}
.main-head {
  position: relative;
}
.main-head:before {
    content: "";
      position: absolute;
      height: 1px;
      width: 30px;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      background: transparent linear-gradient(296deg, #005dbb 0%, #FFFFFF 100%);  
}
.main-head:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  top: 50%;
  right: 0;
  transform: translate(0, 50%);
  background: transparent linear-gradient(90deg, #005dbb 0%, #FFFFFF 100%);
}
.form-card {
position: relative;
      padding: 30px 30px;
}
.form-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background:transparent linear-gradient(180deg, #fdce6b3b 0%, #fbf2de1c 100%);
  z-index: -1;
}
.banner-form {
    border: 1px dashed #707070;
    padding: 15px 10px;
}
.brand-text {
  color: #EB7900;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .brand-span {
 font-size: 10px;
}
.add-text {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.add-sub {
  font-size: 15px;
}
.hr-img{
max-width: 230px;
  margin: 0 auto;
}
.first-group{
  margin-bottom: 30px;
}
select {
  background-image: url(https://resources.edunexttechnologies.com/default-form/img/select-arrow.png);
  -webkit-background-size: 13px 13px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: right 7px;
}




@media only screen and (max-width: 576px) {

}


@media screen and (max-width: 767px) {

}

