.cus-form {
    max-width: 410px;
    margin: auto;
    background: #00bcb8;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
}

.cus-form input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

.cus-form button {
    width: 100%;
    padding: 12px;
    background: #000000;
    border: none;
    color: #fff;
    margin-bottom: 12px;
}
.cus-form a {
    color: #fff;
}
.cus-password {
    position: relative;
}

.toggle-pass {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}

.cus-dashboard {
    max-width: 770px;
    margin: auto;
    padding: 80px 0px;
}

.cus-password {
    position: relative;
}
.cus-dashboard h3 {
    padding-top: 50px;
}

.cus-dashboard h2 {
    padding-bottom: 10px;
}

.cus-password input {
    padding-right: 40px;
}

.toggle-pass {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
}

.cus-success {
    color: green;
    margin-top: 10px;
}

.cus-error {
    color: red;
    margin-top: 10px;
}


.cus-error {
    color: red;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}