@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
 font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  color: #3d3d3d;
}
input, button, select, textarea,
h1,h2,h3,h4,h5,h6{
  font-family: 'Noto Sans', sans-serif;
}
a{
  transition: all 0.4s;
  text-decoration: none !important;
}
img,a,button,input, *{
  outline: 0;
}
img{
  max-width: 100%;
}




.header {
  overflow: hidden;
  background-color: #fbfbfb;
  padding: 20px 35px;
}

.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: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
}
/* login css */
.loginmain{
  background: #ecf0f0;
}
.headingimg h2{

  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #46505c;
}
.login-page {
   
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.form {
  position: relative;
  /* filter:drop-shadow(0 0 2px #000000); */
  border-radius: 5px;
  width: 365px;
  background-color: transparent;
  padding:40px;
  margin-top: 59px;
}

.headingimg{text-align: center;}

.form input {
    outline: 0;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 3px 15px 0 rgba(170, 192, 214, 0.25);
    background-color: #fff;
    width: 100%;
    border: 0;
    margin: 15px 0;
    padding: 15px;
    font-size: 14px;
}
input::placeholder{
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #aac0d6;
}
.form .message a{
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #6e6e6e;
  text-decoration: none;
}
.termsconpri{
  text-align: center;
  padding-bottom: 60px;
    padding-top: 90px;
}
.termsconpri a{
  font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #839ab4;

}

.form input:focus {
    box-shadow: 0 0 5px 0 rgba(106, 98, 210);
}

span {
    color: red;
    margin: 10px 0;
    font-size: 14px;
}

.form button {
    outline: 0;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    background-color: #60d28f;
    margin-top: 10px;
    width: 207px;
    border: none;
    padding: 10px;
    color: #FFFFFF;
    font-size: 22px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.loginbutton{text-align: center;}
.form button:hover,
.form button:active,
.form button:focus {
    background: black;
    color: #fff;

}

.message{
    margin: 15px 0;
    text-align: center;

}

/*Header*/
