* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}



body{
  background: url('../static/loginBack.png') !important;

}

@media only screen and (max-width: 1024px) {
  header {
    flex-direction: row;
        align-items: end;
  }
  .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;
  }

  .login {
  
    /* display: flex !important; */
    margin-left: auto !important ;
    justify-content: center !important ;
  }
  .control-group {
    margin: 0px !important;
  }


  .login-header-icon {
    transform: translate(0.9);
  }
}
.login-header-icon
{
  content: url('../static/citizenLogo.png');
  width: 20%;
}

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


.verify-otp-form
{
  margin-bottom:10%;
}

.verify-button
{
  /* position: relative;
  top: 2em; */
}

.href-link-login
{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 5px;
  
}
.href-link-login span,a
{
  color: #545454;
  font-family: 'Poppins' !important;
  font-style: normal !important; 
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.already-registered
{
  font-size: 18px !important;
  color: #74928f;
  font-weight: 600 !important;
  text-decoration: underline !important;
  display: block;
}





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

  /* padding-right: 164px; */
}
.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: 28px;
  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;
}

header {
  /* height: 85px; */
  width: 100%;
  background-color: #74928f ;
  display: flex !important;
}


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: 'Montserrat', sans-serif !important;
  background-color: #a0a0a0;
  /* background-image: url(./map.png); */
  background-image: radial-gradient(white, #82b7b2);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
  overflow: auto;
}

.login {
    margin-top: 5% ;
    margin-left: 85px;
    justify-content: center;

}
@media only screen and (max-height: 800px) {
  .login{
    margin-top:5%;
}
}

.login-verify .login-form {
  text-align: center;
  margin-top: -100px;
}
.register-form{
  position: relative;
    top: -30px;
}

#login_btn:disabled {
  background: #638b87;
  border: none;
  cursor: not-allowed;
}
select#dropdown {
  margin: -80px 0px;
  border-radius: 10px;
  height: 40px;
  background-color: #11296b;
  width: 180px;
  color: white;
  font-weight: bolder;
  text-align: center;
  font-size: 18px;
}

.citizen {
  padding: 10px 80px;
  background-color: #3498DB;

}

.citizen:hover {
  background-color: #3498DB;
  color: black;
}

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

.totp-setup {
  width: 450px;
}

.verify {
  /* width: 450px; */
}

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


.login-screen {
  display: flex;
  width: 500px;
  margin: 0 auto;
  background: rgba(227, 239, 239, 0.51);
  height: auto;
  /* max-height: calc(100vh - 30vh); */
  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: 230px;
  /* margin: 0 0 30px 47%; */
  position: relative;

}

.app-title {
  margin-left: 90%;
  z-index: 99;
}

.regdsuccesstag {
  position: absolute;
  width: 550px;
  margin: 100px auto 0 auto;
  color: green;
  padding: 120px 50px 125px 50px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 2px #1d1d1d;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}

a {
  text-decoration: none;
  text-decoration-line: none;
}

.btnregd {
  position: relative;
  top: 50px;
  text-align: center;
}

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

.titleh1 {
  font-size: 30px !important;
  /* margin-top: 60px !important;
  margin-bottom: -30px !important; */
}

.dropdown-app-title {
  text-align: center;
  color: #777;
  position: relative;
  top: -45px;
}

.login-form {
  text-align: center;
    width: min-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* gap: 13px; */
    width: 100%;
    padding: 0 10%;
}



.control-group {
  /* margin-bottom: 10px;
  margin-top: 20px; */
}

.validation-error{
  position: absolute;
  bottom: -20px;
  left: 40px;
  color: red;
  white-space: nowrap;

}

.control-group input {
  padding: 8px 14px;
  margin:8px 0;
    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: 35px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

} 


    .login-field::placeholder {
        color: #A6A6A6;
    }

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

input {
  text-align: center;
  background-color: #061938;
  border: 0px solid transparent;
  border-radius: 25px;
  font-size: 20px;
  padding: 10px 0;
  width: 250px;
  color: #fff !important;
  transition: border .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 {
  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;
    margin: 15px 0; 
    border: none !important;
    align-self: center
}

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

.rc-anchor-light {
  border: 0px solid #d3d3d3;
  background: red !important;
}

.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: 400px;
  margin: 0 auto;
}

.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;
}


.btn:hover {
  background-color: #2980b9;
}
.register-section{
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 10%;
  padding-bottom: 0 !important;
}
.register-text{
  display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #848484;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.register-link {
  font-size: 18px !important;
  color: #74928f;
  font-weight: 600 !important;
  text-decoration: underline !important;
  display: block;
}

.home-link {
  font-size: 18px !important;
  color: #74928f;
  font-weight: 600 !important;
  text-decoration: underline !important;
  display: block;
}

/* .header {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 20px 10px;
}
.header img{
  position: absolute;
  height:65px;
  margin:0 20px;
  padding: 10px 0;
  transition-duration: 0.3s;
  cursor: pointer;
}
.header img:hover{
  height:70px;
  transition-duration: 0.8s;
}

.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;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }

  .header-right {
    float: none;
  }
} */



@media screen and (max-width: 844px) {
  .login img {
    width: 230px;
    /* margin: 0 0 30px 35%; */
    position: relative;
  }

  .login-screen {
    width: 90% !important;
  }
  .regdsuccesstag{
    width: 250px;
    height: 172px;
    padding: 33px 50px 5px 50px;
    text-align: center;
  }
  .login_register
  {
    width: 150px !important;
    position: relative !important;
    top:0 !important;
  }
}


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


body{
  background-image: url('../static/loginBack.png') !important;
}
}

@media screen and (max-width:500px) {
header{
  flex-direction: row;
    align-items: end;
}
  .citizen-status-block {
    /* width: 20vh; */
}
.validation-error {
  font-size: small;
}
.header-title{
  font-size: 20px !important;
  text-align: left !important;
}
header img {
  height: 40px;
  width: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}



}