.wrapper {
    margin-top: 15px;
}

.header-box {
    background-color: #eee;
    height: 60px;
    width: 100%;
    text-align: center;
}

.header-box img {
    height: 40px;
    margin: 10px 0;
}

.main-title {
    font-size: 1.4em;
    font-weight: bold;
}

.sub-title {
    font-size: 1.2em;
    font-weight: bold;
}

.text-block {
    font-size: 1.0em;
    margin: 15px 0 15px 0;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.8rem 0.75rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: 0.5rem;
    width: 100%;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
}

.btn-default {
    color: #444;
    background-color: #f8f9fa;
    border-color: #ddd;
    box-shadow: none;
}

.title {
    text-align: center;
    margin: 40px 0;
}

.message {
    text-align: center;
    font-size: 1em;
    margin: 20px 0 60px 0;
}

.form-control {
    border-radius: 0.5rem;
    height: calc(1.5em + 1.5rem + 2px);
}

.error-message {
    color: #ff0000;
}

.password-toggle-text {
    position: absolute;
    top: 32%;
    right: 15px;
    font-size: 0.9rem;
    color: #007bff;
    cursor: pointer;
    user-select: none;
}

.password-wrapper {
    position: relative;
}