﻿
.form-group-Password {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
}

input[type="password"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.error-message {
    color: red;
    font-size: 0.9em;
    margin-top: 4px;
}

.success {
    color: green;
}


button:disabled {
    background-color: #aaa;
    cursor: not-allowed;
}
