* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.new-user {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
/* .nav-outer {
  position: sticky;
  display: flex;
  align-items: center;
  height: 85px;
  width: 100%;
  top: -34px;
  background-color: white;
  -webkit-box-shadow: 10px 0px 18px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 0px 18px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 0px 18px -7px rgba(0, 0, 0, 0.75);
  z-index: 1;
} */

/* .navbar  {
            position:sticky; 
            top:0;
            display:flex;
            justify-content:space-between;
            align-items:center;
            background-color: white;
            padding-left: 140px;
            height:51px;
            padding-right: 150px;
            width:100%;  
        }    */
/* .headlinks ul {
            margin:0;
            padding:0;
            display:flex;
        } */
/* .headlinks li {
            list-style:none;
            padding-right: 0px;
        }
        .headlinks li a {
            text-decoration:none;
            color: rgb(105, 102, 102);
            padding-right: 22px;
            padding-top:20px;
            display: block;
            font-weight:bold;
        }
        .headlinks li a:hover {
            color:rgb(145, 132, 132);
        } */
/* .toggle-button {
            
            position:absolute;
            top: 1.5rem;
            right: 8em;
            display:none;
            flex-direction: column;
            justify-content: space-between;
            width: 30px;
            height:21px;
        }
        .toggle-button .bar {
            height:3px;
            width:100%;
            background-color: #0096ff;
            border-radius: 10px;
        } */

@media (max-width: 1000px) {
  /* .toggle-button {
                display:flex;
                top:2.2em;
                right:7em;
            } */
  /* .headlinks {
    display: none;
    width: 100%;
  } */
  /* .nav-outer {
                position:absolute;
                top:0;
                
            } */
  /* .navbar {
                
                position:absolute;
                left:0;
                padding-left: 100px;
                padding-right:100px;
            } */

  /* .headlinks ul {                
                flex-direction:column;
            } */
  /* .search {
    display: none;
  } */
  /* .headlinks.active {
    display: flex;
    background-color: white;
    width: 100%;
    margin-top: 550px;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    border-top: 10px;
    border-top-color: rgb(92, 153, 177);
  } */
  /* .head-title {
    padding-top: 40px;
  } */
  /* #search {
    display: none;
  } */
}
.first {
  padding: 130px 0 100px 0;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
}
.main-box {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  border: 1px solid #0096ff;
  -webkit-box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.51);
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.51);
}
.inner-box {
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  width: 100%;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-field {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  width: 100%;
}
form {
  width: 100%;
}
.img-logo {
  padding-bottom: 10px;
  width: 70px;
}
input {
  margin-bottom: 25px;
  width: 100%;
  border: transparent;
  background-color: #f1f1f1;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  height: 40px;
  font-size: 16px;
}
input:focus {
  outline: none;
  border: 1px solid #0096ff;
}
.submit-btn {
  width: 100%;
  margin-bottom: 10px;
  background-color: skyblue;
  color: white;
  height: 35px;
  border-radius: 5px;
  border: none;
  font-weight: bold;
  justify-content: center;
  font-size: 16px;
}
/* .submit-btn:hover {
            cursor:not-allowed;
        } */
.title {
  padding: 0px 0 15px 0;
  text-align: center;
  font-size: 30px;
  color: #0096ff;
  font-weight: bold;
}
.title1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #0096ff;
  padding: 0 0 25px 0;
}
p1 {
  font-size: 14px;
}
img {
  width: 140px;
  height: 60px;
}
/* .end {
  display: flex;
  justify-content: center;
  background-color: black;
  color: white;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-left: 80px;
  margin-right: 80px;
}
.end1 {
  width: 25%;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.end2 {
  width: 25%;
  margin-left: 0.2em;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.end3 {
  width: auto;
  margin-left: 0.2em;
  padding-left: 30px;
  padding-right: 30px;
} */
/* #search1 {
  font-size: 22px;
  color: #666;
  padding-top: 35px;
  padding-right: 76px;
} */
/* @media (min-width: 1000px) {
  #search1 {
    display: none;
  }
} */
.send {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .first {
    padding: 130px 0px 60px 0px;
  }
  /* .end {
    flex-wrap: wrap;
    padding-left: 100px;
    padding-right: 100px;
  }
  .end1 {
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
  }
  .end2 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  .end3 {
    width: 100%;
    padding: 30px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  } */
}
@media (max-width: 575px) {
  .first {
    padding-left: 75px;
    padding-right: 75px;
    padding-top:130px;
  }
  /* .navbar {
                padding-left:75px;
                padding-right:75px;
            } */
  /* .toggle-button{
                right:75px;
            } */
  /* #search1 {
    padding-right: 55px;
  }
  .end {
    padding-left: 75px;
    padding-right: 75px;
  } */
  .title {
    font-size: 35px;
  }
}
@media (max-width: 450px) {
  .first {
    padding-left: 30px;
    padding-right: 30px;
    padding-top:130px;
  }
  /*             
            .navbar {
                padding-left:30px;
                padding-right:30px;
            } */

  /* .toggle-button {
                right: 30px;
            } */
  /* .end {
    padding-left: 30px;
    padding-right: 30px;
  }
  .end1 {
    width: 100%;
  }
  .end2 {
    width: 100%;
  }
  .end3 {
    width: 100%;
  } */
  img {
    width: 175px;
  }
}
.popUp {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 15px 20px;
  background-color: #fff;
  color: black;
  width: fit-content;
  height: fit-content;
  transform: translate(95%, -310%) scale(0.1);
  visibility: hidden;
  transition: transform 0.4s;
  border-radius: 5px;
}
.open-popUp {
  visibility: visible;
  transform: translate(89%, -310%) scale(1.4);
  -webkit-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.75);
}
@media (max-width: 800px) {
  .popUp {
    transform: translate(15%, -310%) scale(0.1);
  }
  .open-popUp {
    visibility: visible;
    transform: translate(21%, -310%) scale(1.2);
  }
}
@media (max-width: 450px) {
  .open-popUp {
    visibility: visible;
    transform: translate(0%, -340%) scale(0.9);
  }
}
.loader {
  margin-left: 6px;
  border: 3px solid white;
  border-radius: 50%;
  border-top: 3px solid transparent;
  width: 12px;
  height: 12px;
  -webkit-animation: spin 1.55s linear infinite; /* Safari */
  animation: spin 1.5s linear infinite;
  visibility: hidden;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.show {
  visibility: visible;
}
.pop-btn {
  background-color: #0096ff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#butn[type="submit"]:disabled {
  cursor: not-allowed;
  background: skyblue !important;
}
