#content {
    text-align: center;
}

#content h1 {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 15px;
}

#content > p,
#customer-newPassword p {
    color: #797979;
    font-size: 16px;
}

#content > p > a,
#customer-newPassword p > a {
    color: #0093FF;
}

#customer-newPassword {
    border: 1px solid #DADCE0;
    width: 70%;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 271px;
    padding-top: 18px;
    padding-bottom: 10px;
}

#customer-newPassword input {
    width: 80%;
    height: 40px;
    border-radius: 6px;
    text-align: center;
    margin: 0 auto;
}

#customer-newPassword input::placeholder {
    color: #C7C7C7;
}

#customer-newPassword label {
    margin-top: 19.55px;
    margin-bottom: 15.45px;
    font-weight: 500;
}

#btn-newPassword {
    width: 80%;
    height: 40px;
    background-color: #4CB050;
    margin-bottom: 9px;
}

@media screen and (max-width:991px) {
}

@media screen and (max-width:768px) {
}

@media screen and (max-width:576px) {
    #content h2 {
        margin-top: 20px;
    }
    
    #customer-newPassword {
        width: 100%;
        border: 0;
        margin-top: 0px;
        margin-bottom: 60px;
    }
    
    #customer-newPassword input,
    #btn-newPassword {
        height: 45px;
        width: 90%;
    }
}