/* Custom styles for Strong Password Generator */
#passwordLength {
    width: 100%;
}
#generatedPassword {
    font-weight: bold;
    font-size: 1.1rem;
}
#copyMessage {
    font-weight: bold;
}
.input-group > .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
