/*-----------------row1---------------------------*/
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);
}

.contact-footer {
  height: 160px;
  background: linear-gradient(90deg, rgba(93, 80, 102, 1) 0%, rgba(59, 84, 99, 1) 50%, rgba(72, 52, 52, 1) 100%);
}
.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;
}
.nav-heading{
    position:absolute;
    left:45%;
}

.line {
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
  margin-top: 40px;
  background: rgb(204, 204, 204);
}

.line-all {
  width: 101%;
  height: 2px;
  margin-bottom: 20px;
  margin-top: 8px;
  background: #ee0979;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ff6a00, #ee0979); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

label {
  font-weight: bold;
  font-size: 14px;
  color: rgb(51, 51, 51) !important;
}

.contact-footer {
  height: 120px;
  background: #ee0979;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ff6a00, #ee0979); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#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 #FF5733 !important;
}

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 #FF5733 !important;
  box-shadow: 0px 0px 8px red !important;
}

  @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;
      }

      .line-all {
        width: 104%;
        margin-left: -13px !important;
      }

      label {
        margin-left: 5px !important;
      }
    }
    @media screen and (max-width:600px) {
      .nav2{
        text-align: left;
      }
    }
