input {
    box-sizing: border-box;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 55px !important;
}
.password-container {
    position: relative;
    width: fit-content;
    width: 100%;
    margin-bottom: 30px;
}
.input-password {
    width: calc(100%);
    padding-right: 30px;
}
.pass-btn {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    cursor: pointer;
}
.form-group {
    margin-bottom: 20px;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}