#reg-form {
    margin-top: 3%;
    padding: 35px;
    border: 2px solid #212529;
    border-radius: 6px;
}


.power-container {
    background-color: #2E424D;
    width: 100%;
    height: 15px;
    border-radius: 5px;
}

.power-container #power-point {
    background-color: #D73F40;
    width: 1%;
    height: 100%;
    border-radius: 5px;
    transition: 0.5s;
}