* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .login {
    justify-content: center !important;
    /* margin-left: 100px !important; */
  }
}
@media screen and (max-width: 500px) {
  header{
    flex-direction: row !important;
      align-items: self-end;
  }
  .login img {
    width: 230px;
    /* margin: 0 0 30px 35%; */
    position: relative;
  }

  .login-screen {
    width: 90% !important;
  }
  .header-title{
    font-size: 20px !important;
    text-align: left !important;
  }
  header img {
    height: 40px !important;
    width: 40px !important;
    margin-top: 10px !important;
    margin-bottom: 10px;
  }

}
@media only screen and (max-width: 1024px) {
  header {
    flex-direction: row;
  }
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
  .header-title {
    padding-top: 0 !important;
    line-height: 50px !important;
    /* background-color: #5171a1; */
    /* font-size: 28px !important; */
    padding-right: 0 !important;
    padding-left: 2% !important;
  }

  .login {
    display: flex !important;
    margin-left: auto !important ;
    justify-content: center !important ;
  }
  .control-group {
    margin: 0px !important;
  }
  
  .login-header-icon {
    transform: translate(0.9);
  }
}

header {
  
  width: 100%;
  background-color: #5171a1;
}

header img {
  height: 85px;
  width: 85px;
  margin-left: 20px;
  margin-top: 5px;
  transition-duration: 0.3s;
  cursor: pointer;
  top: 20px;
  transform: scale(1.3);
}
header img:hover {
  height: 70px;
  transition-duration: 0.8s;
}

li {
  list-style-type: none;
  float: left;
}

.navBar {
  height: auto;
  width: max-content;
  margin: 0 auto;
  padding: 20px 0;
}

.navBar li {
  margin: 8px 50px;
  color: white;
  font-weight: 600;
}
body {
  font-family: "Poppns" !important;
  /* background-color: #a0a0a0; */
  /* background-image: url(./map.png); */
  /* background-image:radial-gradient(white,#82b7b2) ; */
  /* background-repeat: no-repeat; */
  background: url("../static/loginBack.png") !important;
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
}
.login {
  display: flex !important;
  margin-top: 5%;
  justify-content: center;
}


#login_btn:disabled {
  background: #74928f;
  border: none;
  cursor: not-allowed;
}
@media only screen and (max-height: 800px) {
  .login{
    margin-top: 5%;
}
}

.login-header-icon {
  content: url("../static/citizenLogo.png");
  width: 20%;

}

.map-page {
  content: url("../static/mapgoa.png");
}

.login-verify .login-form {
  text-align: center;
  margin-top: -100px;
}
select#dropdown {
  border-radius: 10px;
  height: 56px;
  width: 190px;
  color: black;
  font-weight: bolder;
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%),
    0px 0px 1px 0.5px rgb(84 84 84 / 40%);
  border-radius: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.dropdown-select {
  margin-bottom: 0px !important;
}

.header-title {
  font-family: "Poppins";
  font-style: normal;
  padding-top: 10px;
  font-weight: 600;
  font-size: 38px;
  line-height: 60px;
  color: white;
  text-transform: uppercase;
  flex-grow: 1;
  text-align: center;
  padding-right: 100px;
  align-items: end;
  align-content: end;
  display: flex;
  justify-content: center;

}
.map-pic-logo {
  display: none;
  position: relative;
  height: 80vh;
  top: 35px;
}
.map-page {
  height: 90%;
  transform: scale(1.2);
}

.login-heading {
  font-family: "Poppins";
  font-style: normal;
  font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
}

.login-headers {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-subheading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}

/* .verify-otp-form {
  position: absolute !important;
  top: 12% !important;
} */

header {
 
  width: 100%;
  background-color: #74928f ;
  display: flex;
}

/*.new-password {
   width: 450px;
} */
.totp-setup {
  width: 450px;
}
.verify {
  /* width: 450px; */
}

.dPortalTitle {
  display: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #527c78;
  font-size: 50px;
  margin: 30px 0 -10px 0;
  font-weight: bold;
}

.login-screen {
  display: flex;
  width: 500px;
  /* margin: 0 auto; */
  background: rgba(227, 239, 239, 0.51);
  height: auto;
  max-height: calc(100vh - 15vh);
  flex-direction: column;
  align-items: center;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0px 10px 10px 0px rgba(116, 146, 143, 0.54);
  border-radius: 40px;
  color: #3C576C;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
}



.login img {
  /* width: 110px;
  margin: 0 0 30px 47%;
  position: relative; */
  width: 230px;
  /* margin: 0 0 30px 47%; */
  position: relative;
  /* display: none; */
}

.app-title {
  text-align: center;
  color: #777;

}

.verify-app-title {
  text-align: center;
  color: #777;
  display: none;

}

.dropdown-app-title {
  text-align: center;
  color: #777;

}

.login-form {
  text-align: center;
  width: min-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  gap: 15px;
  width: 100%;
  padding: 0 10%;
}
.login-screen::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); /* Adjust scrollbar color as needed */
  border-radius: 10px; /* Adjust border-radius to half of the desired height */
  height: 20px; 
  display: none;
}
.login-screen::-webkit-scrollbar {
  width: 5px;
  display: none;
}
.login-field::placeholder {
  color: #A6A6A6;
}

.input-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.login-form span {
  display: block;
}

.control-group input {
  /* margin: 8px -30px; */
  background: white;
  border-radius: 15px;
  width: 100%;
  color: #131010 !important;
  border: none;
  /* font-size: 20px; */
  height: 58px;
  text-align: left;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 1px 0.5px rgba(84, 84, 84, 0.4); */
  text-indent: 45px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

input {
  text-align: center;
  background-color: #061938;
  border: 2px solid transparent;
  border-radius: 25px;
  font-size: 20px;
  padding: 10px 0;
  width: 250px;
  color: #fff !important;
  transition: border 0.5s;
  font-weight: 400;
  letter-spacing: 1px;
}

input:focus {
  border: 2px solid #3498db;
  box-shadow: none;
}

input:hover {
  /* border: 2px solid #061938; */
  /* background-color: #2980B9; */
  color: black !important;
}

input::placeholder {
  color: black;
}


#login_btn:hover,
.btnNext:hover {
  box-shadow: 0 0 10px #556e6c; 
}

#login_btn {
  cursor: pointer;
  background-color: #74928f ;
  border-radius: 14px;
  box-shadow: 0 0 5px #878787;
  color: #FFFFFF !important;
  outline: none;
  letter-spacing: 2px;
  width: 65%;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  height: 58px;
  border: none !important;
  /* margin-top: 20px; */
}

.btn {
  border: 2px solid transparent;
  background: #3498db;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 25px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  /* width: 150px !important; */
  margin: 0 auto;
}

.register-section{
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px 10%;
  padding-bottom: 0 !important;
}
.register-text{
  display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
  
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-top: 15px;
}

.home-link {
  font-size: 18px !important;
  color: #74928f;
  font-weight: 600 !important;
  text-decoration: underline !important;
  display: block;
}
.login-link {
  font-size: 16px;
  color: #444;
  display: block;
  position: relative;
  top: 10px;
}

.header {
  overflow: hidden;
  background-color: #f1f1f1;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
}

.select-dropdown {
  align-items: center !important;
}
.select-screen {
  height: 50vh !important;
  justify-content: center !important;
}

.select-option {
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 32px !important;
  line-height: 48px !important;
  color: #3C576C !important;
}
