*{
    margin: 0;
    padding: 0;
    outline: 0;
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul,ol{
    list-style-type: none;
}
img {
    vertical-align: middle;
}
/* navbar part css */
body{
    font-family: 'Lato', sans-serif;
}
/*==================banner part css====================*/
#login{
    padding: 100px 0;
    background-color: #ECF0F3;
    height: 100vh;
}

.login-div {
  width:100%;
  height: 675px;
  padding: 35px;
  border-radius: 40px;
  background: #ecf0f3;
  box-shadow: 13px 13px 20px #cbced1,
              -13px -13px 20px #ffffff;
}
.logo {
    background: url(../images/logo/Addie\ Soft\ Logo-01.svg);
    background-repeat: no-repeat;
    width: 193px;
    height: 130px;
    margin: 0 auto;
}
.title {
    letter-spacing: 0.5px;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
}

.fields {
  width: 100%;
  padding: 55px 5px 5px 5px;
}
.fields input {
  border: none;
  outline:none;
  background: none;
  font-size: 18px;
  color: #555;
  padding:20px 10px 20px 5px;
}
.username, .password {
  margin-bottom: 30px;
  border-radius: 35px;
  box-shadow: inset 8px 8px 8px #cbced1,
              inset -8px -8px 8px #ffffff;
}
.fields img {
  height: 22px;
  margin:0 10px -3px 25px;
}
.signin-button {
  outline: none;
  border:none;
  cursor: pointer;
  width:100%;
  height: 60px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  color:#fff;
  text-align: center;
  background: #24cfaa;
  box-shadow: 3px 3px 8px #b1b1b1,
              -3px -3px 8px #ffffff;
  transition: 0.5s;
}
.signin-button:hover {
  background:#2fdbb6;
}
.signin-button:active {
  background:#1da88a;
}
.link {
  padding-top: 30px;
  text-align: center;
}
.link a {
    text-decoration: none;
    color: #000;
    font-size: 23px;
}
.loginHear{
    position: relative;
}
.forgetPass {
    position: absolute;
    top: 270px;
    width: 82%;
}