*{
    padding:0; margin:0;
    box-sizing: border-box;
}
.first{
    width: 100%;
    /* height: 800px; */
}
.black{
    width: 100%;
    height: 90px;
    background-color: black;
    display: flex;
}
.wrd1{
    width: 100%;
    padding-left: 5px;
    margin-left: 3px;
    margin-top: 15px;
    text-decoration: none;
    color: aliceblue;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 600;
}
.logo{
    width: 100%;
    margin-top: 20px;
    background-color: yellowgreen;
    height: 120px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    }
#wrd{
    width: 100%;
    height: 100px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;
    font-weight: 400;
    padding-top: 10px;
    }
    #wrd2{
        width: 100%;
        margin-top: -60px;
        font-size: larger;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-style: italic;
        font-weight: 600;
        color: dimgray;
    }
    #wrd3{
        width: 100%;
        margin-top: 13px;
        font-size: 10px;
        font-style: italic;
        color: rgb(68, 68, 40);
        font-weight: 700;
    }
    .img1{
        width: 100%;
    }
    .img{
        width: 100%;
        display: inline-flex;
        margin-top: 60px;
        justify-content: space-between;
    }
    .imgphone{
        margin-left: 30px;
    }
    .imgbnk{
        margin-right: 30px;
    }
    .input{
        width: 100%;
        background-color: azure;
    }
    .btn{
        background-color: yellowgreen;
    }
    .bg{
        background-color: yellowgreen;
    }
    .green{
        width: 100%;
       
        background-color: green;
        
    }
    .last{
       
        color: white;
        font-size: small;
        font-weight: 400;
    }
    .last2{
        margin-right: 10px;
        margin-top: -20px;
        color: white;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
    }
  
          .password-div {
              width: 200px;
              padding: 5px;
              border: 1px solid #ccc;
          }
          .masked {
              font-family: 'password';
          }
          @font-face {
              font-family: 'password';
              src: local('Arial');
              unicode-range: U+002A; /* Asterisk */
          }

          #psw{
            color:yellowgreen;
            font-size:5px;
            padding:0;     
          }