* {
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(90deg, rgba(233, 233, 240, 1) 48%, rgba(227, 241, 241, 1) 100%);
}

.navbar {
  background: #ee0979;
  background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);
  background: linear-gradient(to right, #ff6a00, #ee0979);
}

.main-div {
  height: 200px;
  width: 60%;
  background: white;
  margin: auto;
  border-radius: 20px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.main-div button {
  width: 80%;
  padding: 15px;
  font-size: 25px;
  font-weight: bold;
  border-radius: 15px;
}


.main-div .md-btn1 {
  margin-top: 80px;
}

.contact-footer {
  height: 120px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to right, #ff6a00, #ee0979);
}

@media screen and (max-width:770px) {
  .main-div button {
    width: 80%;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 15px;
  }
}

.btn-grad {
  background: #ee0979;
  background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);
  background: linear-gradient(to right, #ff6a00, #ee0979);
}

.btn-grad {
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

body {
  background-color: #F5F7FF !important;
}

.btn-grad {
  background: rgb(236, 236, 236);
  background: linear-gradient(158deg, rgba(236, 236, 236, 1) 1%, rgb(54, 54, 87, 1) 81%);
}

.container {
  width: 90%;
  margin-top: 30px;
}

.btn-primary {
  background: #4B49AC !important;
  border: 1px solid #4B49AC !important;
}

form h4 {
  text-align: center;
  font-family: 'monospace', sans-serif;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  margin: auto;
  font-size: 16px;
  color: #6C7383;
}

/* ------------------------iamge preview------------------ */
.image_div_col {
  position: relative;
  /* border: 1px solid red; */
  border-radius: 10px;
}

.image_div_col img {
  position: absolute;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.image_div_col label {
  position: absolute;
  font-size: 30px;
  margin: 0 !important;
  padding: 0 !important;
  bottom: -9px;
  right: -2px;
  border-radius: 5px;
  padding: 0px !important;
  background: transparent;
  cursor: pointer;
}

.image_div_col label i {
  color: #000;
}

.image_preview_div {
  border: 1px solid gray;
  height: 100px;
  width: 100px;
  border-radius: 10px;
  padding: 8px;
  position: relative;
}

.image_preview_div input[type='file'] {
  height: 0px !important;
  width: 0px !important;
  opacity: 0 !important;
}

/* -------------------------------------------------------- */
.main-panel {
  display: flex !important;
  margin: auto !important;
  justify-content: center;
}

.btn-grad {
  background: #ee0979;
  background: -webkit-linear-gradient(to right, #4B49AC, #7978e9);
  background: linear-gradient(to right, #4B49AC, #7978e9);
}

.btn-grad {
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  margin-top: 20px;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.nav-heading {
  /* position:absolute; */
  color: #fff !important;
  font-weight: bold;
  left: 45%;
}

.line {
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
  margin-top: 0px;
  background: rgb(204, 204, 204);
}

.line-all {
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  margin-top: 0px;
  background: rgb(236, 236, 236);
  background: linear-gradient(158deg, rgba(236, 236, 236, 1) 1%, rgba(0, 50, 107, 1) 81%);
}

label {
  font-weight: bold;
  font-size: 14px;
  color: #6C7383;
}


#red {
  color: red;
}

.nav2 {
  display: none;
}

input[type=text],
input[type=password],
input[type=file],
input[type=email],
input[type=date],
input[type=number],
select,
textarea {
  border: 1px solid #CED4DA;
  font-weight: 400;
  border-radius: 4px;
  color: #6C7383;
  padding: 20px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=date]:focus,
option:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  border: 1px solid #4B49AC !important;
  box-shadow: 0px 0px 2px #4B49AC !important;
}

input {
  margin-bottom: 10px;
}

/*
.press_id_div{
  position: relative;
}
.hide_input{
  position: absolute;
  top: 0;
  right: 15px;
  height: 32px;
  width: 148px;
  pointer-events: none;
  padding: 2px;
  background: #eee;
} */

@media screen and (max-width:1400px) {
  label {
    margin-left: 20px !important;
  }

  @media screen and (max-width:970px) {
    .container {
      margin-top: 40px !important;
      max-width: 95% !important;
    }


  }

  @media screen and (max-width:780px) {
    .container {
      margin-top: 40px !important;
      max-width: 98% !important;
    }

    .nav2 {
      display: block;
      text-align: center;
      z-index: -1;
    }

    .nav-head {
      font-size: 18px;
    }

    nav button {
      font-size: 12px !important;
      padding: 2px 4px 2px 4px !important;
    }

    /*
      .nav-heading {
        display: none;
      } */
    .admin-home {
      position: absolute;
      top: 60.5px;
      right: 0px;
    }

    .row,
    .col-3,
    .col-md-3 {
      margin: 0 !important;
      padding: 0 !important;
    }

    .form_div {
      display: flex;
      justify-content: space-between;
    }

    .line-all {
      margin-top: 10px !important;
      width: 104%;
      margin-left: -13px !important;
    }

    label {
      margin-left: 5px !important;
    }
  }

  @media screen and (max-width:600px) {
    .nav2 {
      text-align: left;
    }

    .container {
      padding: 0;
    }
  }
}