.pwdInfo{
    font-size: 0.75rem;
    color: #f56c6c;
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 30px;
    display: none;
}
.hide{
    display: none;
}
.c1{
    position: fixed;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 2;

}
.c2{
    background-color: white;
    position: fixed;
    width: 380px;
    height: 300px;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin-top: -150px;
    margin-left: -200px;
    border-radius: 10px;
}
#modal p {
    margin-left:80px;
}
.c{
    box-sizing: border-box;
    text-align: center;
    font-size: 0.4em;
    height: 30px;
    border-radius: 10px;
    border: 1px solid #c8cccf;
    color: #6a6f77;
    -web-kit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    text-decoration: none;
    width: 60%;
    height: 33px;
}
.btn2{
    background-color: #409EFF;
    border: none;
    color: white;
    padding: 11px;
    width: 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    outline: 0;
    cursor: pointer;
    /* border-radius: unset; */
    border-radius: 5px;
}
