.pwd_p{
    font-size: 16px;
    color: #A4A4A4;
    font-weight: 400;
    margin-top: 8px;
}
.pwd_full{
    display: flex; 
    justify-content: center; 
    align-items: center;
    margin-top: 24px;
}
.pwd_outer{
border: 1px solid #f4f4f4;
width:477px;
height: 290px;
}
.pwd_outerotp{
border: 1px solid #f4f4f4;
width:477px;
height: 446px;
}
.formpwd{
    width: 341px;
    margin: 0 auto;
}
.pwd_lb{
    font-weight: 400;
    font-size: 16px;
    color: #202020;
}
.pwd_inner{
    margin-top: 40px;
}
.pwd_placeholder{
    padding: 8px 16px;
    font-size: 16px;
    border:1px solid #EAEAEA;
}
.primary-black-pwd{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color:#202020;
    margin-top: 24px;
    padding: 8px 16px;
}
.backpwd_btn{
    background: none;
    border: none;
    color: #696969;
    text-align: center;
    text-decoration: underline;
}
.mailarrow_img{
    position: relative;
    top:-1px;
}
.h4_pwd{
    font-weight: 600;
    font-size: 24px
}
/*Media queries*/
@media only screen and (max-width:580px) {
    .h4_pwd{
        font-size: 16px;
    }
    .pwd_p {
        font-size: 12px;
        margin-top: 16px;
    }
    .pwd_lb {
        font-size: 12px;
    }
    .resp_pwd24{
        margin-top: 24px;
    }
    .pwd_outer{
        width: 100%;
        height: 225px;
    }
    .pwd_outerotp{
        width: 100%;
        height: 365px;
    }
    .pwd_placeholder {
        padding: 8px 12px;        
        font-size: 12px;
        border: 1px solid #EAEAEA;
    }
    .primary-black-pwd {
        font-size: 10px;
        margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
      .backpwd_btn{
        font-size: 12px;
        font-weight: 400;
      }
      .formpwd{
        width: 90%;
        margin: 0 auto;
        padding: 24px 0px;
        
    }
    .p-024{
        padding: 0px 24px;
    }
}